From: <ped...@us...> - 2007-06-24 22:21:22
|
Revision: 998 http://svn.sourceforge.net/cegcc/?rev=998&view=rev Author: pedroalves Date: 2007-06-24 15:21:21 -0700 (Sun, 24 Jun 2007) Log Message: ----------- Adding missing ChangeLog. Initial import. * PipeLib/Makefile, PipeLib/PipeLib.cpp, PipeLib/PipeLib.h, PipeDev/Makefile, PipeDev/PipeDevice.cpp, PipeDev/PipeDevice.h, PipeTest/Makefile, PipeTest/PipeTest.cpp, TestClient/Makefile, TestClient/TestClient.cpp: New files. Added Paths: ----------- trunk/cegcc/tools/PipeLib/ChangeLog Added: trunk/cegcc/tools/PipeLib/ChangeLog =================================================================== --- trunk/cegcc/tools/PipeLib/ChangeLog (rev 0) +++ trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-24 22:21:21 UTC (rev 998) @@ -0,0 +1,8 @@ +2007-06-09 Pedro Alves <ped...@po...> + + Initial import. + + * PipeLib/Makefile, PipeLib/PipeLib.cpp, PipeLib/PipeLib.h, + PipeDev/Makefile, PipeDev/PipeDevice.cpp, PipeDev/PipeDevice.h, + PipeTest/Makefile, PipeTest/PipeTest.cpp, TestClient/Makefile, + TestClient/TestClient.cpp: New files. Property changes on: trunk/cegcc/tools/PipeLib/ChangeLog ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-06-24 22:23:14
|
Revision: 999 http://svn.sourceforge.net/cegcc/?rev=999&view=rev Author: pedroalves Date: 2007-06-24 15:23:12 -0700 (Sun, 24 Jun 2007) Log Message: ----------- Adding emacs modelines. Modified Paths: -------------- trunk/cegcc/tools/PipeLib/ChangeLog Modified: trunk/cegcc/tools/PipeLib/ChangeLog =================================================================== --- trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-24 22:21:21 UTC (rev 998) +++ trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-24 22:23:12 UTC (rev 999) @@ -6,3 +6,10 @@ PipeDev/Makefile, PipeDev/PipeDevice.cpp, PipeDev/PipeDevice.h, PipeTest/Makefile, PipeTest/PipeTest.cpp, TestClient/Makefile, TestClient/TestClient.cpp: New files. + +Local Variables: +mode: change-log +left-margin: 8 +fill-column: 74 +version-control: never +End: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-06-24 22:25:13
|
Revision: 1000 http://svn.sourceforge.net/cegcc/?rev=1000&view=rev Author: pedroalves Date: 2007-06-24 15:25:10 -0700 (Sun, 24 Jun 2007) Log Message: ----------- ChangeLog is a file too. Modified Paths: -------------- trunk/cegcc/tools/PipeLib/ChangeLog Modified: trunk/cegcc/tools/PipeLib/ChangeLog =================================================================== --- trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-24 22:23:12 UTC (rev 999) +++ trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-24 22:25:10 UTC (rev 1000) @@ -2,10 +2,10 @@ Initial import. - * PipeLib/Makefile, PipeLib/PipeLib.cpp, PipeLib/PipeLib.h, - PipeDev/Makefile, PipeDev/PipeDevice.cpp, PipeDev/PipeDevice.h, - PipeTest/Makefile, PipeTest/PipeTest.cpp, TestClient/Makefile, - TestClient/TestClient.cpp: New files. + * ChangeLog, PipeLib/Makefile, PipeLib/PipeLib.cpp, + PipeLib/PipeLib.h, PipeDev/Makefile, PipeDev/PipeDevice.cpp, + PipeDev/PipeDevice.h, PipeTest/Makefile, PipeTest/PipeTest.cpp, + TestClient/Makefile, TestClient/TestClient.cpp: New files. Local Variables: mode: change-log This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-06-28 23:36:24
|
Revision: 1020 http://svn.sourceforge.net/cegcc/?rev=1020&view=rev Author: pedroalves Date: 2007-06-28 16:36:22 -0700 (Thu, 28 Jun 2007) Log Message: ----------- Remove extra spaces. Modified Paths: -------------- trunk/cegcc/tools/PipeLib/ChangeLog Modified: trunk/cegcc/tools/PipeLib/ChangeLog =================================================================== --- trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-28 23:34:32 UTC (rev 1019) +++ trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-28 23:36:22 UTC (rev 1020) @@ -5,11 +5,11 @@ 2007-06-29 Pedro Alves <ped...@po...> - * PipeLib/PipeLib.cpp : Move ... - * PipeLib.cpp : ... here. Include PipeDev.h instead of PipeDevice.h. - * PipeLib/PipeLib.h : Move ... - * PipeLib.h : ... here. - * PipeDev/Makefile : Delete. + * PipeLib/PipeLib.cpp: Move ... + * PipeLib.cpp: ... here. Include PipeDev.h instead of PipeDevice.h. + * PipeLib/PipeLib.h: Move ... + * PipeLib.h: ... here. + * PipeDev/Makefile: Delete. * Makefile (all): Add libPipeLib.a. (PipeLib.o, libPipeLib.a, clean-dev, clean-lib): New rules. (clean): Depend on clean-dev and clean-lib to do the clean work. @@ -17,12 +17,12 @@ 2007-06-29 Pedro Alves <ped...@po...> - * PipeDev/PipeDevice.cpp : Move ... - * PipeDev.cpp : ... here. Include PipeDev.h instead of PipeDevice.h. - * PipeDev/PipeDevice.h : Move ... - * PipeDev.h : ... here. - * PipeDev/Makefile : Move ... - * Makefile : ... here. + * PipeDev/PipeDevice.cpp: Move ... + * PipeDev.cpp: ... here. Include PipeDev.h instead of PipeDevice.h. + * PipeDev/PipeDevice.h: Move ... + * PipeDev.h: ... here. + * PipeDev/Makefile: Move ... + * Makefile: ... here. (PipeDev_unstripped.dll): Depend on PipeDev.cpp and PipeDev.h. 2007-06-28 Pedro Alves <ped...@po...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-06-30 21:08:06
|
Revision: 1026 http://svn.sourceforge.net/cegcc/?rev=1026&view=rev Author: pedroalves Date: 2007-06-30 14:08:05 -0700 (Sat, 30 Jun 2007) Log Message: ----------- Fix typo. Modified Paths: -------------- trunk/cegcc/tools/PipeLib/ChangeLog Modified: trunk/cegcc/tools/PipeLib/ChangeLog =================================================================== --- trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-30 21:06:26 UTC (rev 1025) +++ trunk/cegcc/tools/PipeLib/ChangeLog 2007-06-30 21:08:05 UTC (rev 1026) @@ -1,7 +1,7 @@ 2007-06-29 Pedro Alves <ped...@po...> - * (PipeLib): Delete. - * (PipeDev): Delete. + * PipeLib: Delete. + * PipeDev: Delete. 2007-06-29 Pedro Alves <ped...@po...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2007-09-02 17:57:30
|
Revision: 1050 http://cegcc.svn.sourceforge.net/cegcc/?rev=1050&view=rev Author: pedroalves Date: 2007-09-02 10:55:11 -0700 (Sun, 02 Sep 2007) Log Message: ----------- Changelog entry credits should layed in chronological order. Modified Paths: -------------- trunk/cegcc/tools/PipeLib/ChangeLog Modified: trunk/cegcc/tools/PipeLib/ChangeLog =================================================================== --- trunk/cegcc/tools/PipeLib/ChangeLog 2007-08-09 06:57:30 UTC (rev 1049) +++ trunk/cegcc/tools/PipeLib/ChangeLog 2007-09-02 17:55:11 UTC (rev 1050) @@ -1,5 +1,5 @@ -2007-07-02 Pedro Alves <ped...@po...> - Danny Backx <dan...@us...> +2007-07-02 Danny Backx <dan...@us...> + Pedro Alves <ped...@po...> * PipeLib.cpp (CreatePipe): Handle unexpected ActivateDevice failures. Record last error as ERROR_TOO_MANY_OPEN_FILES when This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |