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-10-16 23:14:23
|
Revision: 732 http://svn.sourceforge.net/cegcc/?rev=732&view=rev Author: pedroalves Date: 2006-10-16 16:14:15 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Fix changelog entry to be inline with *GNU* style. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/ChangeLog.ce This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-16 23:09:28
|
Revision: 731 http://svn.sourceforge.net/cegcc/?rev=731&view=rev Author: pedroalves Date: 2006-10-16 16:09:16 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Move changelog entry to the correct file. Modified Paths: -------------- trunk/cegcc/src/gcc/ChangeLog.ce trunk/cegcc/src/gcc/gcc/ChangeLog.ce This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-16 22:14:47
|
Revision: 730 http://svn.sourceforge.net/cegcc/?rev=730&view=rev Author: pedroalves Date: 2006-10-16 15:14:39 -0700 (Mon, 16 Oct 2006) Log Message: ----------- * include/kfuncs.h (EventModify) : Declare. (TlsCall) : Add WINBASEAPI and WINAPI to declaration. Modified Paths: -------------- trunk/cegcc/src/w32api/ChangeLog.ce trunk/cegcc/src/w32api/include/kfuncs.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-16 20:49:42
|
Revision: 729 http://svn.sourceforge.net/cegcc/?rev=729&view=rev Author: pedroalves Date: 2006-10-16 13:49:14 -0700 (Mon, 16 Oct 2006) Log Message: ----------- * include/io.h : Hide the file. * include/signal.h : Hide the file better. * include/errno.h : Likewise. * include/stdio.h (_fileno) : Return void* instead of int, as reported by MSVC warning logs, and as hinted here (mind the line break): http://msdn.microsoft.com/library/default.asp?url=/library/en-us/\ dv_wcecrt4/html/erlrfusfileno.asp : (Return Values _fileno returns the file handle.) Notice the wording: file *handle*, not file descriptor. * atexit.c : Don't include io.h. * __dllonexit.c : Likewise. * dllcrt1.c : Don't include io.h on __COREDLL__. * crt1.c : Likewise. Modified Paths: -------------- trunk/cegcc/src/mingw/ChangeLog.mingw32ce trunk/cegcc/src/mingw/__dllonexit.c trunk/cegcc/src/mingw/atexit.c trunk/cegcc/src/mingw/crt1.c trunk/cegcc/src/mingw/dllcrt1.c trunk/cegcc/src/mingw/include/errno.h trunk/cegcc/src/mingw/include/io.h trunk/cegcc/src/mingw/include/signal.h trunk/cegcc/src/mingw/include/stdio.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-16 19:28:38
|
Revision: 728 http://svn.sourceforge.net/cegcc/?rev=728&view=rev Author: dannybackx Date: 2006-10-16 12:28:27 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Ah, I hadn't noticed the crt file, this makes my simple profiling test work with arm-wince-cegcc as well. Modified Paths: -------------- trunk/cegcc/src/gcc/ChangeLog.ce trunk/cegcc/src/gcc/gcc/config/arm/wince-cegcc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-16 19:07:20
|
Revision: 727 http://svn.sourceforge.net/cegcc/?rev=727&view=rev Author: dannybackx Date: 2006-10-16 12:07:07 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Add profile directory to show what you can do. This currently works for arm-wince-mingw32ce, not for arm-wince-cegcc. Added Paths: ----------- trunk/cegcc/test/profile/ trunk/cegcc/test/profile/Makefile trunk/cegcc/test/profile/a.c trunk/cegcc/test/profile/b.c trunk/cegcc/test/profile/m1.c trunk/cegcc/test/profile/m2.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-16 18:57:48
|
Revision: 726 http://svn.sourceforge.net/cegcc/?rev=726&view=rev Author: dannybackx Date: 2006-10-16 11:57:37 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Add build and installation scripts for the directory containing the profiling support. Modified Paths: -------------- trunk/cegcc/scripts/linux/build.sh Added Paths: ----------- trunk/cegcc/scripts/linux/build-mingw.sh trunk/cegcc/scripts/linux/install-mingw.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-16 18:47:03
|
Revision: 725 http://svn.sourceforge.net/cegcc/?rev=725&view=rev Author: dannybackx Date: 2006-10-16 11:46:53 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Get the profiling support subdirectory to compile in both target environments. Beware: don't install this yet in arm-wince-cegcc. 2006-10-15 Danny Backx <dan...@so...> * configure.in: always configure profile subdirectory. * configure: regenerated due to configure.in changes. * profile/gcrt0.c profile/gmon.c profile/profil.h profile/gmon.h profile/profil.c : changes to get this to compile in our environments. Use only the existing macros UNDER_CE, ARM. Don't use __COREDLL__ except in one place where we needed to undefine it. Modified Paths: -------------- trunk/cegcc/src/mingw/ChangeLog.mingw32ce trunk/cegcc/src/mingw/configure trunk/cegcc/src/mingw/configure.in trunk/cegcc/src/mingw/profile/gcrt0.c trunk/cegcc/src/mingw/profile/gmon.c trunk/cegcc/src/mingw/profile/gmon.h trunk/cegcc/src/mingw/profile/profil.c trunk/cegcc/src/mingw/profile/profil.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-16 18:35:38
|
Revision: 724 http://svn.sourceforge.net/cegcc/?rev=724&view=rev Author: dannybackx Date: 2006-10-16 11:35:23 -0700 (Mon, 16 Oct 2006) Log Message: ----------- gcc/config/arm/wince-cegcc.h - an update for profiling : link -lgmon when called with -pg. Add src/gcc/ChangeLog.ce . Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config/arm/wince-cegcc.h Added Paths: ----------- trunk/cegcc/src/gcc/ChangeLog.ce This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-16 16:21:58
|
Revision: 723 http://svn.sourceforge.net/cegcc/?rev=723&view=rev Author: pedroalves Date: 2006-10-16 09:18:20 -0700 (Mon, 16 Oct 2006) Log Message: ----------- Remove old tmp patches. Removed Paths: ------------- trunk/cegcc/src/patches/mingw.diff trunk/cegcc/src/patches/mingw2.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-15 21:41:01
|
Revision: 721 http://svn.sourceforge.net/cegcc/?rev=721&view=rev Author: pedroalves Date: 2006-10-15 14:40:44 -0700 (Sun, 15 Oct 2006) Log Message: ----------- Regenerate with autoconf-2.13. Doesn't build with cygwin otherwise... Modified Paths: -------------- trunk/cegcc/src/gdb/configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-15 21:39:37
|
Revision: 720 http://svn.sourceforge.net/cegcc/?rev=720&view=rev Author: pedroalves Date: 2006-10-15 14:39:18 -0700 (Sun, 15 Oct 2006) Log Message: ----------- Regenerate with autoconf-2.13. Doesn't build with cygwin otherwise... Modified Paths: -------------- trunk/cegcc/src/gcc/configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-15 10:42:24
|
Revision: 719 http://svn.sourceforge.net/cegcc/?rev=719&view=rev Author: pedroalves Date: 2006-10-15 03:42:16 -0700 (Sun, 15 Oct 2006) Log Message: ----------- Fix up changelogs inline with gnu style. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/gcc/gcc/ChangeLog.ce This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-15 10:37:21
|
Revision: 718 http://svn.sourceforge.net/cegcc/?rev=718&view=rev Author: pedroalves Date: 2006-10-15 03:35:59 -0700 (Sun, 15 Oct 2006) Log Message: ----------- * ChangeLog : New file. * gcc-version.sh : Delete. * Makefile (GCCVERSION): Use gcc -dumpversion. (PREFIX) : Default to /opt/cegcc (TARGET) : Set to arm-wince-cegcc * README.txt : Default to /opt/cegcc Modified Paths: -------------- trunk/cegcc/src/cegcc/cegccdll/Makefile trunk/cegcc/src/cegcc/cegccdll/README.txt Added Paths: ----------- trunk/cegcc/src/cegcc/cegccdll/ChangeLog Removed Paths: ------------- 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-10-13 11:00:42
|
Revision: 717 http://svn.sourceforge.net/cegcc/?rev=717&view=rev Author: pedroalves Date: 2006-10-13 04:00:29 -0700 (Fri, 13 Oct 2006) Log Message: ----------- Second take on cleaning up libstdc++ formingw32ce, still not as clean as I would like, but it now builds cegcc and mingw32ce. Added Paths: ----------- trunk/cegcc/src/patches/mingw2.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-12 19:34:04
|
Revision: 716 http://svn.sourceforge.net/cegcc/?rev=716&view=rev Author: dannybackx Date: 2006-10-12 12:33:56 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Support the arm-wince-cegcc target. Modified Paths: -------------- trunk/cegcc/src/mingw/config.sub This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-12 19:30:37
|
Revision: 715 http://svn.sourceforge.net/cegcc/?rev=715&view=rev Author: dannybackx Date: 2006-10-12 12:30:33 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Make this executable. Property Changed: ---------------- trunk/cegcc/src/mingw/profile/configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-12 19:23:16
|
Revision: 714 http://svn.sourceforge.net/cegcc/?rev=714&view=rev Author: dannybackx Date: 2006-10-12 12:23:06 -0700 (Thu, 12 Oct 2006) Log Message: ----------- This isn't exactly clean yet, but I want to save a somewhat working version of this before messing it up further :-) This adds an ARM version of the mcount function so it is possible to do profiling. It also ports from the use of unix's open/write/close system calls to use of stdio (which CE's coredll also has), and replaces calls to perror and use of errno by ugly constructions. In this state, it can be made to work under arm-wince-mingw32ce. Modified Paths: -------------- trunk/cegcc/src/mingw/profile/gmon.c trunk/cegcc/src/mingw/profile/mcount.c trunk/cegcc/src/mingw/profile/profil.c trunk/cegcc/src/mingw/profile/profile.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-12 15:31:43
|
Revision: 713 http://svn.sourceforge.net/cegcc/?rev=713&view=rev Author: dannybackx Date: 2006-10-12 08:31:35 -0700 (Thu, 12 Oct 2006) Log Message: ----------- I appear to have missed a detail of the documentation convention. Fix that. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/gcc/gcc/ChangeLog.ce This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-12 15:26:38
|
Revision: 712 http://svn.sourceforge.net/cegcc/?rev=712&view=rev Author: dannybackx Date: 2006-10-12 08:26:28 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Remove the -mno-cegcc option from the arm-wince-cegcc compiler. It is replaced with the arm-wince-mingw32ce target. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/gcc/gcc/ChangeLog.ce trunk/cegcc/src/gcc/gcc/config/arm/wince-cegcc.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-12 12:14:06
|
Revision: 711 http://svn.sourceforge.net/cegcc/?rev=711&view=rev Author: pedroalves Date: 2006-10-12 05:13:50 -0700 (Thu, 12 Oct 2006) Log Message: ----------- Make the ChangeLog entry inline with gnu conventions. It is '* file (context) : Change.' Modified Paths: -------------- trunk/cegcc/src/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-10-12 12:12:05
|
Revision: 710 http://svn.sourceforge.net/cegcc/?rev=710&view=rev Author: pedroalves Date: 2006-10-12 05:11:52 -0700 (Thu, 12 Oct 2006) Log Message: ----------- * build-mingw32ce.sh : Make ${BUILD_DIR} absolute in default case. * build-cegcc.sh : Likewise. (build_gcc) : Switch to pushd/popd. Modified Paths: -------------- trunk/cegcc/src/ChangeLog trunk/cegcc/src/build-cegcc.sh trunk/cegcc/src/build-mingw32ce.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-11 20:01:30
|
Revision: 709 http://svn.sourceforge.net/cegcc/?rev=709&view=rev Author: dannybackx Date: 2006-10-11 13:01:23 -0700 (Wed, 11 Oct 2006) Log Message: ----------- Remove w32api-3.7 Modified Paths: -------------- trunk/cegcc/src/ChangeLog Removed Paths: ------------- trunk/cegcc/src/w32api-3.7/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-11 18:03:00
|
Revision: 708 http://svn.sourceforge.net/cegcc/?rev=708&view=rev Author: dannybackx Date: 2006-10-11 11:02:33 -0700 (Wed, 11 Oct 2006) Log Message: ----------- Fine-tune wording about Xscale vs. ARM and CE vs PocketPC Modified Paths: -------------- trunk/cegcc/docs/install-linux.html trunk/cegcc/docs/using.html trunk/cegcc/docs/what.html trunk/cegcc/website/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dan...@us...> - 2006-10-10 20:55:19
|
Revision: 707 http://svn.sourceforge.net/cegcc/?rev=707&view=rev Author: dannybackx Date: 2006-10-10 13:55:13 -0700 (Tue, 10 Oct 2006) Log Message: ----------- corrections Modified Paths: -------------- trunk/cegcc/docs/install-linux.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |