You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(16) |
Aug
(203) |
Sep
(142) |
Oct
(113) |
Nov
(73) |
Dec
(27) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(7) |
Feb
(38) |
Mar
(6) |
Apr
(1) |
May
(9) |
Jun
(104) |
Jul
(6) |
Aug
(11) |
Sep
(13) |
Oct
(6) |
Nov
(15) |
Dec
(37) |
2008 |
Jan
(17) |
Feb
(4) |
Mar
(6) |
Apr
(4) |
May
(2) |
Jun
(5) |
Jul
(1) |
Aug
(3) |
Sep
(21) |
Oct
(7) |
Nov
|
Dec
(3) |
2009 |
Jan
(4) |
Feb
(15) |
Mar
|
Apr
(34) |
May
(44) |
Jun
(12) |
Jul
(6) |
Aug
(15) |
Sep
(20) |
Oct
(10) |
Nov
(1) |
Dec
(20) |
2010 |
Jan
(19) |
Feb
(5) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ped...@us...> - 2006-08-30 21:18:59
|
Revision: 498 http://svn.sourceforge.net/cegcc/?rev=498&view=rev Author: pedroalves Date: 2006-08-30 14:18:51 -0700 (Wed, 30 Aug 2006) Log Message: ----------- Define __cpu_features_init as a placeholder for future expansion. Modified Paths: -------------- trunk/cegcc/src/mingw/cpu_features.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 21:17:27
|
Revision: 497 http://svn.sourceforge.net/cegcc/?rev=497&view=rev Author: pedroalves Date: 2006-08-30 14:17:07 -0700 (Wed, 30 Aug 2006) Log Message: ----------- implement _cexit. Modified Paths: -------------- trunk/cegcc/src/mingw/atexit.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 21:14:50
|
Revision: 496 http://svn.sourceforge.net/cegcc/?rev=496&view=rev Author: pedroalves Date: 2006-08-30 14:14:40 -0700 (Wed, 30 Aug 2006) Log Message: ----------- ExitProcess is not exported as a function on Windows CE. Modified Paths: -------------- trunk/cegcc/src/w32api/include/winbase.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 13:19:44
|
Revision: 495 Author: pedroalves Date: 2006-08-30 06:19:37 -0700 (Wed, 30 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=495&view=rev Log Message: ----------- Only compile don't compile crt1.o and dllcrt1.o, and build the *crt2 versions with the new __COREDLL__ define set. Modified Paths: -------------- trunk/cegcc/src/mingw/Makefile.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 13:18:06
|
Revision: 494 Author: pedroalves Date: 2006-08-30 06:17:56 -0700 (Wed, 30 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=494&view=rev Log Message: ----------- Make it compile. Modified Paths: -------------- trunk/cegcc/src/mingw/init.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 13:17:08
|
Revision: 493 Author: pedroalves Date: 2006-08-30 06:16:58 -0700 (Wed, 30 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=493&view=rev Log Message: ----------- There is no _fmode on WinCE. Modified Paths: -------------- trunk/cegcc/src/mingw/crt1.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 13:15:28
|
Revision: 492 Author: pedroalves Date: 2006-08-30 06:15:13 -0700 (Wed, 30 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=492&view=rev Log Message: ----------- Fix typo. Modified Paths: -------------- trunk/cegcc/src/mingw/include/ctype.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 10:45:45
|
Revision: 491 Author: pedroalves Date: 2006-08-30 03:45:33 -0700 (Wed, 30 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=491&view=rev Log Message: ----------- __EH_FRAME_BEGIN__ no longer needed. Remove. Modified Paths: -------------- trunk/cegcc/src/newlib/newlib/libc/sys/wince/crt0.S trunk/cegcc/src/newlib/newlib/libc/sys/wince/dllcrt1.S This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 03:35:24
|
Revision: 490 Author: pedroalves Date: 2006-08-29 20:33:33 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=490&view=rev Log Message: ----------- Commit the mingw/include headers to the new __COREDLL__ concept. I did it in one pass, and I know it doesn't build, but I want to commit this sooner than later. Modified Paths: -------------- trunk/cegcc/src/mingw/include/assert.h trunk/cegcc/src/mingw/include/conio.h trunk/cegcc/src/mingw/include/ctype.h trunk/cegcc/src/mingw/include/direct.h trunk/cegcc/src/mingw/include/dirent.h trunk/cegcc/src/mingw/include/dos.h trunk/cegcc/src/mingw/include/errno.h trunk/cegcc/src/mingw/include/excpt.h trunk/cegcc/src/mingw/include/fenv.h trunk/cegcc/src/mingw/include/getopt.h trunk/cegcc/src/mingw/include/inttypes.h trunk/cegcc/src/mingw/include/io.h trunk/cegcc/src/mingw/include/malloc.h trunk/cegcc/src/mingw/include/mbctype.h trunk/cegcc/src/mingw/include/mbstring.h trunk/cegcc/src/mingw/include/process.h trunk/cegcc/src/mingw/include/search.h trunk/cegcc/src/mingw/include/setjmp.h trunk/cegcc/src/mingw/include/signal.h trunk/cegcc/src/mingw/include/stdio.h trunk/cegcc/src/mingw/include/stdlib.h trunk/cegcc/src/mingw/include/string.h trunk/cegcc/src/mingw/include/sys/stat.h trunk/cegcc/src/mingw/include/sys/time.h trunk/cegcc/src/mingw/include/sys/timeb.h trunk/cegcc/src/mingw/include/sys/utime.h trunk/cegcc/src/mingw/include/time.h trunk/cegcc/src/mingw/include/unistd.h trunk/cegcc/src/mingw/include/wchar.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-30 03:18:15
|
Revision: 489 Author: pedroalves Date: 2006-08-29 20:18:06 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=489&view=rev Log Message: ----------- Yes, it seems __COREDLL__ was a good idea. Remove __MSVCRT__, it doesn't make sense anymore. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config/arm/mingw32.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 23:31:27
|
Revision: 488 Author: pedroalves Date: 2006-08-29 16:31:16 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=488&view=rev Log Message: ----------- New idea. Since desktop MinGW defines __CRTDLL__ or __MSVCRT__ depending on which runtime dll is being used, lets define a third one, __COREDLL__, representing the coredll.dll runtime. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config/arm/mingw32.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 22:22:11
|
Revision: 487 Author: pedroalves Date: 2006-08-29 15:21:08 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=487&view=rev Log Message: ----------- And here are the changes necessary to build arm-wince-mingw32 binutils. Modified Paths: -------------- trunk/cegcc/src/binutils/bfd/Makefile.in trunk/cegcc/src/binutils/bfd/config.bfd trunk/cegcc/src/binutils/bfd/configure trunk/cegcc/src/binutils/bfd/doc/Makefile.in trunk/cegcc/src/binutils/binutils/Makefile.in trunk/cegcc/src/binutils/binutils/configure trunk/cegcc/src/binutils/binutils/configure.in trunk/cegcc/src/binutils/binutils/doc/Makefile.in trunk/cegcc/src/binutils/configure trunk/cegcc/src/binutils/configure.in trunk/cegcc/src/binutils/gas/Makefile.in trunk/cegcc/src/binutils/gas/configure trunk/cegcc/src/binutils/gas/configure.tgt trunk/cegcc/src/binutils/gas/doc/Makefile.in trunk/cegcc/src/binutils/ld/Makefile.in trunk/cegcc/src/binutils/ld/configure trunk/cegcc/src/binutils/ld/configure.tgt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 22:18:53
|
Revision: 486 Author: pedroalves Date: 2006-08-29 15:18:22 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=486&view=rev Log Message: ----------- Here goes the patch I've been using. This fixed ld dll pe/pei for the non underscored targets. Needs severe testing on wince *and* on i*86 targets before submitting. Modified Paths: -------------- trunk/cegcc/src/binutils/ld/emulparams/arm_epoc_pe.sh trunk/cegcc/src/binutils/ld/emulparams/arm_wince_pe.sh trunk/cegcc/src/binutils/ld/emulparams/armpe.sh trunk/cegcc/src/binutils/ld/emulparams/i386pe.sh trunk/cegcc/src/binutils/ld/emulparams/i386pe_posix.sh trunk/cegcc/src/binutils/ld/emultempl/pe.em trunk/cegcc/src/binutils/ld/pe-dll.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 22:12:17
|
Revision: 485 Author: pedroalves Date: 2006-08-29 15:12:09 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=485&view=rev Log Message: ----------- Delete wrongly committed file. Removed Paths: ------------- trunk/cegcc/src/binutils/.cvsignore.~1.3.~ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 21:42:41
|
Revision: 484 Author: pedroalves Date: 2006-08-29 14:42:25 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=484&view=rev Log Message: ----------- Don't export __dllonexit. Modified Paths: -------------- trunk/cegcc/src/mingw/__dllonexit.c trunk/cegcc/src/mingw/atexit.c trunk/cegcc/src/mingw/dllcrt1.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 21:34:40
|
Revision: 483 Author: pedroalves Date: 2006-08-29 14:34:06 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=483&view=rev Log Message: ----------- Typo. Modified Paths: -------------- trunk/cegcc/src/mingw/crt1.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 21:33:22
|
Revision: 482 Author: pedroalves Date: 2006-08-29 14:33:11 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=482&view=rev Log Message: ----------- Fix brain damage. Modified Paths: -------------- trunk/cegcc/src/mingw/init.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 19:15:19
|
Revision: 481 Author: pedroalves Date: 2006-08-29 12:15:07 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=481&view=rev Log Message: ----------- Merge the bfd part of the binutils dwarf2 debug format patch, already in binutils-cvs. Modified Paths: -------------- trunk/cegcc/src/gdb/bfd/bfd.c trunk/cegcc/src/gdb/bfd/coff-arm.c trunk/cegcc/src/gdb/bfd/pe-arm.c trunk/cegcc/src/gdb/bfd/pei-arm.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 13:46:06
|
Revision: 480 Author: pedroalves Date: 2006-08-29 06:45:55 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=480&view=rev Log Message: ----------- Remove exe extension, to be able to strip on linux. Modified Paths: -------------- trunk/cegcc/src/cegcc/cegccthrd/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 13:34:53
|
Revision: 479 Author: pedroalves Date: 2006-08-29 06:34:40 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=479&view=rev Log Message: ----------- Set eol style to native. Modified Paths: -------------- trunk/cegcc/src/cegcc/libstdc++/Makefile Property Changed: ---------------- trunk/cegcc/src/cegcc/libstdc++/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 13:29:14
|
Revision: 478 Author: pedroalves Date: 2006-08-29 06:29:02 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=478&view=rev Log Message: ----------- Set eol style to native. Modified Paths: -------------- trunk/cegcc/src/cegcc/cegccthrd/Makefile Property Changed: ---------------- trunk/cegcc/src/cegcc/cegccthrd/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 13:08:24
|
Revision: 477 Author: pedroalves Date: 2006-08-29 06:08:07 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=477&view=rev Log Message: ----------- Uuups. One change too much. Fix make clean. Modified Paths: -------------- trunk/cegcc/src/cegcc/cegccthrd/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 12:59:21
|
Revision: 476 Author: pedroalves Date: 2006-08-29 05:58:59 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=476&view=rev Log Message: ----------- Looks like this has been broken for a loong time. I had the old sys/wce* headers still in place, so I never noticed this. Modified Paths: -------------- trunk/cegcc/src/cegcc/cegccthrd/Makefile trunk/cegcc/src/cegcc/cegccthrd/mthr.c trunk/cegcc/src/cegcc/cegccthrd/mthr_init.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 09:49:31
|
Revision: 475 Author: pedroalves Date: 2006-08-29 02:49:21 -0700 (Tue, 29 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=475&view=rev Log Message: ----------- Set native eof style, and executable properties. Modified Paths: -------------- trunk/cegcc/src/cegcc/cegccdll/gccversion.sh Property Changed: ---------------- trunk/cegcc/src/cegcc/cegccdll/gccversion.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-29 00:57:31
|
Revision: 474 Author: pedroalves Date: 2006-08-28 17:57:24 -0700 (Mon, 28 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=474&view=rev Log Message: ----------- Finally remove that long lasting hack for __EH_FRAME_START__. We don't support dwarf2 unwinders (we use sjlj exceptions), so, disable the unwind info generation. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config/arm/wince-pe.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |