1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

45 commits

Author SHA1 Message Date
Doug Schaefer
6ddf1fab68 Build the libraries for Linux PPC. 2004-11-18 20:45:36 +00:00
Doug Schaefer
0a3ce8977b Rebuild of ia64 libraries contributed by Intel in 78941. 2004-11-18 16:45:55 +00:00
Alain Magloire
580b6dfb45 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-11-16 20:49:27 +00:00
Doug Schaefer
c29004f64c Added binaries for ia64 for Linux provided by Intel. 2004-10-08 15:18:39 +00:00
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
Alain Magloire
a6a8e8145e +2004-07-12 Tom Tromey <tromey@redhat.com>
+
+       * library/Makefile (CFLAGS): Define _GNU_SOURCE.
2004-07-13 14:15:46 +00:00
David Inglis
162af467d5 update copyright 2004-06-25 13:29:04 +00:00
Doug Schaefer
f132e86cc0 Fixed up the fragment name properties. Apparently you
have to put them in the plugin.properties file. Weird.
2004-06-21 15:34:49 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
Doug Schaefer
3f98ae5fab Libraries to get the CDT running on ppc linux. These should
probably go in their own fragment.
2004-04-01 20:48:48 +00:00
David Inglis
df02f5f81a added platform to extension 2004-03-25 19:41:11 +00:00
Alain Magloire
e9ce7d57a8 I18N 2004-03-02 17:18:55 +00:00
Alain Magloire
c3b73e0452 Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
David Inglis
9387911ca1 update version 2003-04-23 16:41:03 +00:00
Alain Magloire
3b010abe54 Updated. 2003-02-02 03:29:29 +00:00
Alain Magloire
90c216400b Do not throw any exception. 2003-02-02 03:29:21 +00:00
Alain Magloire
3f5312a66b Rebuild. 2003-02-02 03:28:57 +00:00
Alain Magloire
640781486b updated. 2003-01-31 20:00:33 +00:00
Alain Magloire
737909c878 patch from Tom Tromey. 2003-01-31 20:00:25 +00:00
Judy N. Green
61987571ab Updated all build.properties files 2003-01-06 19:46:51 +00:00
Judy N. Green
6ec2410ada Added about.html files to the source and bin.dist 2003-01-03 22:10:29 +00:00
Judy N. Green
06932c5231 Changed to version 1.0.1 2002-12-16 20:43:26 +00:00
Judy N. Green
b038b96173 Added fragment.properties to list of files to package in build 2002-11-27 17:16:01 +00:00
Judy N. Green
0bd52b9a1d removed *.jar in build.xml files that was causing the generated jar to be included twice. Jars that need to be copied to the pluh\gins directory must be explicitly added 2002-10-17 20:42:27 +00:00
Alain Magloire
fb2a003ba6 Updated. 2002-10-16 00:56:03 +00:00
Alain Magloire
dbb6aec999 Always call pfind() to check the path 2002-10-16 00:55:46 +00:00
Alain Magloire
a509b0baaa Make it a Unix format. Check the path with access(). 2002-10-16 00:55:24 +00:00
Judy N. Green
5049754989 *** keyword substitution change *** 2002-10-10 19:45:03 +00:00
Alain Magloire
dcabd27702 Rebuild. 2002-09-26 19:53:18 +00:00
Alain Magloire
5d99c2d4d1 Remove of uneed variables. 2002-09-26 19:53:08 +00:00
Alain Magloire
adcc89e794 formating "fixes". 2002-09-26 19:52:44 +00:00
Alain Magloire
b4b7151cf3 Patch from Gene Sally. And formatting "fixes". 2002-09-26 19:52:22 +00:00
Judy N. Green
a63d1ed0b2 Added variable references to fragment.xml files 2002-09-26 19:18:13 +00:00
David Inglis
7c4114a401 cleanup 2002-09-26 17:21:39 +00:00
David Inglis
4f7803089b cleanup fragment 2002-09-18 13:48:56 +00:00
Alain Magloire
4477c66df6 Implements a Java version to extract pid from Linux. 2002-09-17 20:33:43 +00:00
Alain Magloire
7c0bb86e38 ignore bin. 2002-09-17 20:33:01 +00:00
Alain Magloire
52b2e88105 bug fix was testing the wrong variable. 2002-09-07 01:59:52 +00:00
Alain Magloire
7edb51d4cc Add support to create a pseudo master terminal for the debugger. 2002-09-06 03:39:19 +00:00
David Inglis
232aee209b spawner update 2002-09-03 16:13:53 +00:00
David Inglis
fb3b0b4c05 *** empty log message *** 2002-09-03 15:41:42 +00:00
David Inglis
3da18a28f5 added spawner for linux 2002-09-03 15:08:38 +00:00