diff options
author | Alex Blewitt | 2016-04-23 13:39:12 +0000 |
---|---|---|
committer | Alex Blewitt | 2016-04-25 21:53:31 +0000 |
commit | c73978c03ad76f776f686ef6d9883ebd13b61dff (patch) | |
tree | bb0d81f205acf874a605e603c22c6d584f1ca272 /core/org.eclipse.cdt.core.linux | |
parent | 12904409a3d93f4ef47fb40c47b44eb6c4ead01b (diff) | |
download | org.eclipse.cdt-c73978c03ad76f776f686ef6d9883ebd13b61dff.tar.gz org.eclipse.cdt-c73978c03ad76f776f686ef6d9883ebd13b61dff.tar.xz org.eclipse.cdt-c73978c03ad76f776f686ef6d9883ebd13b61dff.zip |
Bug 492210 - Remove ChangeLog files from project
ChangeLog is an archaic format for identifying what has changed in a
project. Fortunately more powerful version control systems are capable
of generating this information and displaying information such as this
paragraph in order to determine what has changed in a project and when.
Change-Id: Ia71a05fa51869c1adb193d94f71c28b3b36beb37
Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
Diffstat (limited to 'core/org.eclipse.cdt.core.linux')
-rw-r--r-- | core/org.eclipse.cdt.core.linux/ChangeLog | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/core/org.eclipse.cdt.core.linux/ChangeLog b/core/org.eclipse.cdt.core.linux/ChangeLog deleted file mode 100644 index e25cbe1f81b..00000000000 --- a/core/org.eclipse.cdt.core.linux/ChangeLog +++ /dev/null @@ -1,62 +0,0 @@ -2004-11-16 Alain Magloire - - Fix for 27663, allow to exec with pty emulation. - * library/Makefile - * library/openpty.c(set_noecho): new function - * library/opentpty.h: update header. - * library/pty.c: refactor forkpyt to openMaster() - * library/PTY.h: regenerate - * library/spawner.c: add exec2() support - * library/Spawner.h: regenerate - - * os/linux/x86/libpty.so - * os/linux/x86/libspawner.so - -2004-07-12 Tom Tromey <tromey@redhat.com> - - * library/Makefile (CFLAGS): Define _GNU_SOURCE. - -2004-03-25 David Inglis - - Added platform attribute to processlist extension - - * plugin.xml - -2004-03-02 James Ciesielski - - Marked strings as non-translatable. - - * src/org/eclipse/cdt/internal/core/linux/Processlist.java - -2003-02-01 Alain Magloire - - * library/ptyio.c: Do not throw any exception. - * os/linux/x86/libpty.so: Rebuild. - * os/linux/x86/libspawner.so: Rebuild. - -2003-01-31 Tom Tromey - - * library/Makefile (OS): New macro. - (ARCH): Likewise. - (JDK_INCLUDES, JDK_OS_INCLUDES): Define; don't check to see if - they are set externally. - (INSTALL_DIR): New macro. - (LIB_NAME_FULL_SPAWNER): Use it. - (LIB_NAME_FULL_PTY): Likewise. - ($(LIB_NAME_FULL_SPAWNER)): Make output directory. - ($(LIB_NAME_FULL_PTY)): Likewise. - -2002-10-15 Alain Magloire - - Runtime.getRuntime().exec(..) would throw an exception - if the program does not exist or is not an executabe. - Spawner should do the same. - - library/pfind.c (pfind): Check also for fullpath - with access() system call. - - library/exec_unix.c (exec0): Always call pfind() - to check if the program exists. - - os/linux/x86/libspawner.so: Rebuild. - |