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-24 00:17:07
|
Revision: 348 Author: pedroalves Date: 2006-08-23 17:16:56 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=348&view=rev Log Message: ----------- Add dummy crt2.o source needed to bootstrap arm-wince-mingw32. Missing a script to build/install this and some dummy libmingw*.a libs. Added Paths: ----------- trunk/cegcc/src/mingw-fake_crt/ trunk/cegcc/src/mingw-fake_crt/crt2.s This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-24 00:11:42
|
Revision: 347 Author: pedroalves Date: 2006-08-23 17:11:33 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=347&view=rev Log Message: ----------- Go with __cdecl in the other files. Modified Paths: -------------- trunk/cegcc/src/mingw/mingwex/isblank.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-24 00:09:09
|
Revision: 346 Author: pedroalves Date: 2006-08-23 17:08:42 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=346&view=rev Log Message: ----------- Commit work on arm-wince-mingw32 runtime. Modified Paths: -------------- trunk/cegcc/src/mingw/CRT_fp10.c trunk/cegcc/src/mingw/CRT_fp8.c trunk/cegcc/src/mingw/Makefile.in trunk/cegcc/src/mingw/configure trunk/cegcc/src/mingw/configure.in trunk/cegcc/src/mingw/cpu_features.c trunk/cegcc/src/mingw/crt1.c trunk/cegcc/src/mingw/dllcrt1.c trunk/cegcc/src/mingw/include/_mingw.h trunk/cegcc/src/mingw/include/stdlib.h trunk/cegcc/src/mingw/init.c trunk/cegcc/src/mingw/main.c trunk/cegcc/src/mingw/pseudo-reloc.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 23:46:30
|
Revision: 345 Author: pedroalves Date: 2006-08-23 16:28:38 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=345&view=rev Log Message: ----------- Import current CVS winsup/mingw into trunk. Added Paths: ----------- trunk/cegcc/src/mingw/ trunk/cegcc/src/mingw/CONTRIBUTORS trunk/cegcc/src/mingw/CRT_fp10.c trunk/cegcc/src/mingw/CRT_fp8.c trunk/cegcc/src/mingw/CRT_noglob.c trunk/cegcc/src/mingw/CRTfmode.c trunk/cegcc/src/mingw/CRTglob.c trunk/cegcc/src/mingw/CRTinit.c trunk/cegcc/src/mingw/CVS/ trunk/cegcc/src/mingw/CVS/Entries trunk/cegcc/src/mingw/CVS/Repository trunk/cegcc/src/mingw/CVS/Root trunk/cegcc/src/mingw/ChangeLog trunk/cegcc/src/mingw/DISCLAIMER trunk/cegcc/src/mingw/Makefile.in trunk/cegcc/src/mingw/README trunk/cegcc/src/mingw/TODO trunk/cegcc/src/mingw/aclocal.m4 trunk/cegcc/src/mingw/binmode.c trunk/cegcc/src/mingw/config.guess trunk/cegcc/src/mingw/config.sub trunk/cegcc/src/mingw/configure trunk/cegcc/src/mingw/configure.in trunk/cegcc/src/mingw/cpu_features.c trunk/cegcc/src/mingw/cpu_features.h trunk/cegcc/src/mingw/crt1.c trunk/cegcc/src/mingw/crtdll.def trunk/cegcc/src/mingw/crtmt.c trunk/cegcc/src/mingw/crtst.c trunk/cegcc/src/mingw/dllcrt1.c trunk/cegcc/src/mingw/dllmain.c trunk/cegcc/src/mingw/gccmain.c trunk/cegcc/src/mingw/include/ trunk/cegcc/src/mingw/include/CVS/ trunk/cegcc/src/mingw/include/CVS/Entries trunk/cegcc/src/mingw/include/CVS/Repository trunk/cegcc/src/mingw/include/CVS/Root trunk/cegcc/src/mingw/include/_mingw.h trunk/cegcc/src/mingw/include/assert.h trunk/cegcc/src/mingw/include/complex.h trunk/cegcc/src/mingw/include/conio.h trunk/cegcc/src/mingw/include/ctype.h trunk/cegcc/src/mingw/include/dir.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/fcntl.h trunk/cegcc/src/mingw/include/fenv.h trunk/cegcc/src/mingw/include/float.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/limits.h trunk/cegcc/src/mingw/include/locale.h trunk/cegcc/src/mingw/include/malloc.h trunk/cegcc/src/mingw/include/math.h trunk/cegcc/src/mingw/include/mbctype.h trunk/cegcc/src/mingw/include/mbstring.h trunk/cegcc/src/mingw/include/mem.h trunk/cegcc/src/mingw/include/memory.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/share.h trunk/cegcc/src/mingw/include/signal.h trunk/cegcc/src/mingw/include/stdint.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/strings.h trunk/cegcc/src/mingw/include/sys/ trunk/cegcc/src/mingw/include/sys/CVS/ trunk/cegcc/src/mingw/include/sys/CVS/Entries trunk/cegcc/src/mingw/include/sys/CVS/Repository trunk/cegcc/src/mingw/include/sys/CVS/Root trunk/cegcc/src/mingw/include/sys/fcntl.h trunk/cegcc/src/mingw/include/sys/file.h trunk/cegcc/src/mingw/include/sys/locking.h trunk/cegcc/src/mingw/include/sys/param.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/types.h trunk/cegcc/src/mingw/include/sys/unistd.h trunk/cegcc/src/mingw/include/sys/utime.h trunk/cegcc/src/mingw/include/tchar.h trunk/cegcc/src/mingw/include/time.h trunk/cegcc/src/mingw/include/unistd.h trunk/cegcc/src/mingw/include/utime.h trunk/cegcc/src/mingw/include/values.h trunk/cegcc/src/mingw/include/varargs.h trunk/cegcc/src/mingw/include/wchar.h trunk/cegcc/src/mingw/include/wctype.h trunk/cegcc/src/mingw/init.c trunk/cegcc/src/mingw/install-sh trunk/cegcc/src/mingw/isascii.c trunk/cegcc/src/mingw/iscsym.c trunk/cegcc/src/mingw/iscsymf.c trunk/cegcc/src/mingw/jamfile trunk/cegcc/src/mingw/main.c trunk/cegcc/src/mingw/mingwex/ trunk/cegcc/src/mingw/mingwex/CVS/ trunk/cegcc/src/mingw/mingwex/CVS/Entries trunk/cegcc/src/mingw/mingwex/CVS/Repository trunk/cegcc/src/mingw/mingwex/CVS/Root trunk/cegcc/src/mingw/mingwex/Makefile.in trunk/cegcc/src/mingw/mingwex/_Exit.c trunk/cegcc/src/mingw/mingwex/aclocal.m4 trunk/cegcc/src/mingw/mingwex/atoll.c trunk/cegcc/src/mingw/mingwex/btowc.c trunk/cegcc/src/mingw/mingwex/complex/ trunk/cegcc/src/mingw/mingwex/complex/CVS/ trunk/cegcc/src/mingw/mingwex/complex/CVS/Entries trunk/cegcc/src/mingw/mingwex/complex/CVS/Repository trunk/cegcc/src/mingw/mingwex/complex/CVS/Root trunk/cegcc/src/mingw/mingwex/complex/cabs.c trunk/cegcc/src/mingw/mingwex/complex/cabsf.c trunk/cegcc/src/mingw/mingwex/complex/cabsl.c trunk/cegcc/src/mingw/mingwex/complex/cacos.c trunk/cegcc/src/mingw/mingwex/complex/cacosf.c trunk/cegcc/src/mingw/mingwex/complex/cacosh.c trunk/cegcc/src/mingw/mingwex/complex/cacoshf.c trunk/cegcc/src/mingw/mingwex/complex/cacoshl.c trunk/cegcc/src/mingw/mingwex/complex/cacosl.c trunk/cegcc/src/mingw/mingwex/complex/carg.c trunk/cegcc/src/mingw/mingwex/complex/cargf.c trunk/cegcc/src/mingw/mingwex/complex/cargl.c trunk/cegcc/src/mingw/mingwex/complex/casin.c trunk/cegcc/src/mingw/mingwex/complex/casinf.c trunk/cegcc/src/mingw/mingwex/complex/casinh.c trunk/cegcc/src/mingw/mingwex/complex/casinhf.c trunk/cegcc/src/mingw/mingwex/complex/casinhl.c trunk/cegcc/src/mingw/mingwex/complex/casinl.c trunk/cegcc/src/mingw/mingwex/complex/catan.c trunk/cegcc/src/mingw/mingwex/complex/catanf.c trunk/cegcc/src/mingw/mingwex/complex/catanh.c trunk/cegcc/src/mingw/mingwex/complex/catanhf.c trunk/cegcc/src/mingw/mingwex/complex/catanhl.c trunk/cegcc/src/mingw/mingwex/complex/catanl.c trunk/cegcc/src/mingw/mingwex/complex/ccos.c trunk/cegcc/src/mingw/mingwex/complex/ccosf.c trunk/cegcc/src/mingw/mingwex/complex/ccosh.c trunk/cegcc/src/mingw/mingwex/complex/ccoshf.c trunk/cegcc/src/mingw/mingwex/complex/ccoshl.c trunk/cegcc/src/mingw/mingwex/complex/ccosl.c trunk/cegcc/src/mingw/mingwex/complex/cexp.c trunk/cegcc/src/mingw/mingwex/complex/cexpf.c trunk/cegcc/src/mingw/mingwex/complex/cexpl.c trunk/cegcc/src/mingw/mingwex/complex/cimag.c trunk/cegcc/src/mingw/mingwex/complex/cimagf.c trunk/cegcc/src/mingw/mingwex/complex/cimagl.c trunk/cegcc/src/mingw/mingwex/complex/clog.c trunk/cegcc/src/mingw/mingwex/complex/clogf.c trunk/cegcc/src/mingw/mingwex/complex/clogl.c trunk/cegcc/src/mingw/mingwex/complex/cpow.c trunk/cegcc/src/mingw/mingwex/complex/cpowf.c trunk/cegcc/src/mingw/mingwex/complex/cpowl.c trunk/cegcc/src/mingw/mingwex/complex/cproj.c trunk/cegcc/src/mingw/mingwex/complex/cprojf.c trunk/cegcc/src/mingw/mingwex/complex/cprojl.c trunk/cegcc/src/mingw/mingwex/complex/creal.c trunk/cegcc/src/mingw/mingwex/complex/crealf.c trunk/cegcc/src/mingw/mingwex/complex/creall.c trunk/cegcc/src/mingw/mingwex/complex/csin.c trunk/cegcc/src/mingw/mingwex/complex/csinf.c trunk/cegcc/src/mingw/mingwex/complex/csinh.c trunk/cegcc/src/mingw/mingwex/complex/csinhf.c trunk/cegcc/src/mingw/mingwex/complex/csinhl.c trunk/cegcc/src/mingw/mingwex/complex/csinl.c trunk/cegcc/src/mingw/mingwex/complex/csqrt.c trunk/cegcc/src/mingw/mingwex/complex/csqrtf.c trunk/cegcc/src/mingw/mingwex/complex/csqrtl.c trunk/cegcc/src/mingw/mingwex/complex/ctan.c trunk/cegcc/src/mingw/mingwex/complex/ctanf.c trunk/cegcc/src/mingw/mingwex/complex/ctanh.c trunk/cegcc/src/mingw/mingwex/complex/ctanhf.c trunk/cegcc/src/mingw/mingwex/complex/ctanhl.c trunk/cegcc/src/mingw/mingwex/complex/ctanl.c trunk/cegcc/src/mingw/mingwex/configure trunk/cegcc/src/mingw/mingwex/configure.in trunk/cegcc/src/mingw/mingwex/dirent.c trunk/cegcc/src/mingw/mingwex/feclearexcept.c trunk/cegcc/src/mingw/mingwex/fegetenv.c trunk/cegcc/src/mingw/mingwex/fegetexceptflag.c trunk/cegcc/src/mingw/mingwex/fegetround.c trunk/cegcc/src/mingw/mingwex/feholdexcept.c trunk/cegcc/src/mingw/mingwex/feraiseexcept.c trunk/cegcc/src/mingw/mingwex/fesetenv.c trunk/cegcc/src/mingw/mingwex/fesetexceptflag.c trunk/cegcc/src/mingw/mingwex/fesetround.c trunk/cegcc/src/mingw/mingwex/fetestexcept.c trunk/cegcc/src/mingw/mingwex/feupdateenv.c trunk/cegcc/src/mingw/mingwex/ftruncate.c trunk/cegcc/src/mingw/mingwex/fwide.c trunk/cegcc/src/mingw/mingwex/getopt.c trunk/cegcc/src/mingw/mingwex/gettimeofday.c trunk/cegcc/src/mingw/mingwex/imaxabs.c trunk/cegcc/src/mingw/mingwex/imaxdiv.c trunk/cegcc/src/mingw/mingwex/isblank.c trunk/cegcc/src/mingw/mingwex/iswblank.c trunk/cegcc/src/mingw/mingwex/ldtoa.c trunk/cegcc/src/mingw/mingwex/lltoa.c trunk/cegcc/src/mingw/mingwex/lltow.c trunk/cegcc/src/mingw/mingwex/math/ trunk/cegcc/src/mingw/mingwex/math/CVS/ trunk/cegcc/src/mingw/mingwex/math/CVS/Entries trunk/cegcc/src/mingw/mingwex/math/CVS/Repository trunk/cegcc/src/mingw/mingwex/math/CVS/Root trunk/cegcc/src/mingw/mingwex/math/acosf.c trunk/cegcc/src/mingw/mingwex/math/acosh.c trunk/cegcc/src/mingw/mingwex/math/acoshf.c trunk/cegcc/src/mingw/mingwex/math/acoshl.c trunk/cegcc/src/mingw/mingwex/math/acosl.c trunk/cegcc/src/mingw/mingwex/math/asinf.c trunk/cegcc/src/mingw/mingwex/math/asinh.c trunk/cegcc/src/mingw/mingwex/math/asinhf.c trunk/cegcc/src/mingw/mingwex/math/asinhl.c trunk/cegcc/src/mingw/mingwex/math/asinl.c trunk/cegcc/src/mingw/mingwex/math/atan2f.c trunk/cegcc/src/mingw/mingwex/math/atan2l.c trunk/cegcc/src/mingw/mingwex/math/atanf.c trunk/cegcc/src/mingw/mingwex/math/atanh.c trunk/cegcc/src/mingw/mingwex/math/atanhf.c trunk/cegcc/src/mingw/mingwex/math/atanhl.c trunk/cegcc/src/mingw/mingwex/math/atanl.c trunk/cegcc/src/mingw/mingwex/math/cbrt.c trunk/cegcc/src/mingw/mingwex/math/cbrtf.c trunk/cegcc/src/mingw/mingwex/math/cbrtl.c trunk/cegcc/src/mingw/mingwex/math/ceilf.S trunk/cegcc/src/mingw/mingwex/math/ceill.S trunk/cegcc/src/mingw/mingwex/math/cephes_emath.c trunk/cegcc/src/mingw/mingwex/math/cephes_emath.h trunk/cegcc/src/mingw/mingwex/math/cephes_mconf.h trunk/cegcc/src/mingw/mingwex/math/copysign.S trunk/cegcc/src/mingw/mingwex/math/copysignf.S trunk/cegcc/src/mingw/mingwex/math/copysignl.S trunk/cegcc/src/mingw/mingwex/math/cosf.S trunk/cegcc/src/mingw/mingwex/math/coshf.c trunk/cegcc/src/mingw/mingwex/math/coshl.c trunk/cegcc/src/mingw/mingwex/math/cosl.S trunk/cegcc/src/mingw/mingwex/math/erfl.c trunk/cegcc/src/mingw/mingwex/math/exp2.S trunk/cegcc/src/mingw/mingwex/math/exp2f.S trunk/cegcc/src/mingw/mingwex/math/exp2l.S trunk/cegcc/src/mingw/mingwex/math/expf.c trunk/cegcc/src/mingw/mingwex/math/expl.c trunk/cegcc/src/mingw/mingwex/math/expm1.c trunk/cegcc/src/mingw/mingwex/math/expm1f.c trunk/cegcc/src/mingw/mingwex/math/expm1l.c trunk/cegcc/src/mingw/mingwex/math/fabs.c trunk/cegcc/src/mingw/mingwex/math/fabsf.c trunk/cegcc/src/mingw/mingwex/math/fabsl.c trunk/cegcc/src/mingw/mingwex/math/fastmath.h trunk/cegcc/src/mingw/mingwex/math/fdim.c trunk/cegcc/src/mingw/mingwex/math/fdimf.c trunk/cegcc/src/mingw/mingwex/math/fdiml.c trunk/cegcc/src/mingw/mingwex/math/floorf.S trunk/cegcc/src/mingw/mingwex/math/floorl.S trunk/cegcc/src/mingw/mingwex/math/fma.S trunk/cegcc/src/mingw/mingwex/math/fmaf.S trunk/cegcc/src/mingw/mingwex/math/fmal.c trunk/cegcc/src/mingw/mingwex/math/fmax.c trunk/cegcc/src/mingw/mingwex/math/fmaxf.c trunk/cegcc/src/mingw/mingwex/math/fmaxl.c trunk/cegcc/src/mingw/mingwex/math/fmin.c trunk/cegcc/src/mingw/mingwex/math/fminf.c trunk/cegcc/src/mingw/mingwex/math/fminl.c trunk/cegcc/src/mingw/mingwex/math/fmodf.c trunk/cegcc/src/mingw/mingwex/math/fmodl.c trunk/cegcc/src/mingw/mingwex/math/fp_consts.c trunk/cegcc/src/mingw/mingwex/math/fp_consts.h trunk/cegcc/src/mingw/mingwex/math/fp_constsf.c trunk/cegcc/src/mingw/mingwex/math/fp_constsl.c trunk/cegcc/src/mingw/mingwex/math/fpclassify.c trunk/cegcc/src/mingw/mingwex/math/fpclassifyf.c trunk/cegcc/src/mingw/mingwex/math/fpclassifyl.c trunk/cegcc/src/mingw/mingwex/math/frexpf.c trunk/cegcc/src/mingw/mingwex/math/frexpl.S trunk/cegcc/src/mingw/mingwex/math/fucom.c trunk/cegcc/src/mingw/mingwex/math/hypotf.c trunk/cegcc/src/mingw/mingwex/math/hypotl.c trunk/cegcc/src/mingw/mingwex/math/ilogb.S trunk/cegcc/src/mingw/mingwex/math/ilogbf.S trunk/cegcc/src/mingw/mingwex/math/ilogbl.S trunk/cegcc/src/mingw/mingwex/math/isnan.c trunk/cegcc/src/mingw/mingwex/math/isnanf.c trunk/cegcc/src/mingw/mingwex/math/isnanl.c trunk/cegcc/src/mingw/mingwex/math/ldexpf.c trunk/cegcc/src/mingw/mingwex/math/ldexpl.c trunk/cegcc/src/mingw/mingwex/math/lgamma.c trunk/cegcc/src/mingw/mingwex/math/lgammaf.c trunk/cegcc/src/mingw/mingwex/math/lgammal.c trunk/cegcc/src/mingw/mingwex/math/llrint.c trunk/cegcc/src/mingw/mingwex/math/llrintf.c trunk/cegcc/src/mingw/mingwex/math/llrintl.c trunk/cegcc/src/mingw/mingwex/math/llround.c trunk/cegcc/src/mingw/mingwex/math/llroundf.c trunk/cegcc/src/mingw/mingwex/math/llroundl.c trunk/cegcc/src/mingw/mingwex/math/log10f.S trunk/cegcc/src/mingw/mingwex/math/log10l.S trunk/cegcc/src/mingw/mingwex/math/log1p.S trunk/cegcc/src/mingw/mingwex/math/log1pf.S trunk/cegcc/src/mingw/mingwex/math/log1pl.S trunk/cegcc/src/mingw/mingwex/math/log2.S trunk/cegcc/src/mingw/mingwex/math/log2f.S trunk/cegcc/src/mingw/mingwex/math/log2l.S trunk/cegcc/src/mingw/mingwex/math/logb.c trunk/cegcc/src/mingw/mingwex/math/logbf.c trunk/cegcc/src/mingw/mingwex/math/logbl.c trunk/cegcc/src/mingw/mingwex/math/logf.S trunk/cegcc/src/mingw/mingwex/math/logl.S trunk/cegcc/src/mingw/mingwex/math/lrint.c trunk/cegcc/src/mingw/mingwex/math/lrintf.c trunk/cegcc/src/mingw/mingwex/math/lrintl.c trunk/cegcc/src/mingw/mingwex/math/lround.c trunk/cegcc/src/mingw/mingwex/math/lroundf.c trunk/cegcc/src/mingw/mingwex/math/lroundl.c trunk/cegcc/src/mingw/mingwex/math/modff.c trunk/cegcc/src/mingw/mingwex/math/modfl.c trunk/cegcc/src/mingw/mingwex/math/nearbyint.S trunk/cegcc/src/mingw/mingwex/math/nearbyintf.S trunk/cegcc/src/mingw/mingwex/math/nearbyintl.S trunk/cegcc/src/mingw/mingwex/math/nextafterf.c trunk/cegcc/src/mingw/mingwex/math/nextafterl.c trunk/cegcc/src/mingw/mingwex/math/nexttoward.c trunk/cegcc/src/mingw/mingwex/math/nexttowardf.c trunk/cegcc/src/mingw/mingwex/math/pow.c trunk/cegcc/src/mingw/mingwex/math/powf.c trunk/cegcc/src/mingw/mingwex/math/powi.c trunk/cegcc/src/mingw/mingwex/math/powif.c trunk/cegcc/src/mingw/mingwex/math/powil.c trunk/cegcc/src/mingw/mingwex/math/powl.c trunk/cegcc/src/mingw/mingwex/math/remainder.S trunk/cegcc/src/mingw/mingwex/math/remainderf.S trunk/cegcc/src/mingw/mingwex/math/remainderl.S trunk/cegcc/src/mingw/mingwex/math/remquo.S trunk/cegcc/src/mingw/mingwex/math/remquof.S trunk/cegcc/src/mingw/mingwex/math/remquol.S trunk/cegcc/src/mingw/mingwex/math/rint.c trunk/cegcc/src/mingw/mingwex/math/rintf.c trunk/cegcc/src/mingw/mingwex/math/rintl.c trunk/cegcc/src/mingw/mingwex/math/round.c trunk/cegcc/src/mingw/mingwex/math/roundf.c trunk/cegcc/src/mingw/mingwex/math/roundl.c trunk/cegcc/src/mingw/mingwex/math/s_erf.c trunk/cegcc/src/mingw/mingwex/math/scalbn.S trunk/cegcc/src/mingw/mingwex/math/scalbnf.S trunk/cegcc/src/mingw/mingwex/math/scalbnl.S trunk/cegcc/src/mingw/mingwex/math/sf_erf.c trunk/cegcc/src/mingw/mingwex/math/signbit.c trunk/cegcc/src/mingw/mingwex/math/signbitf.c trunk/cegcc/src/mingw/mingwex/math/signbitl.c trunk/cegcc/src/mingw/mingwex/math/sinf.S trunk/cegcc/src/mingw/mingwex/math/sinhf.c trunk/cegcc/src/mingw/mingwex/math/sinhl.c trunk/cegcc/src/mingw/mingwex/math/sinl.S trunk/cegcc/src/mingw/mingwex/math/sqrtf.c trunk/cegcc/src/mingw/mingwex/math/sqrtl.c trunk/cegcc/src/mingw/mingwex/math/tanf.S trunk/cegcc/src/mingw/mingwex/math/tanhf.c trunk/cegcc/src/mingw/mingwex/math/tanhl.c trunk/cegcc/src/mingw/mingwex/math/tanl.S trunk/cegcc/src/mingw/mingwex/math/tgamma.c trunk/cegcc/src/mingw/mingwex/math/tgammaf.c trunk/cegcc/src/mingw/mingwex/math/tgammal.c trunk/cegcc/src/mingw/mingwex/math/trunc.c trunk/cegcc/src/mingw/mingwex/math/truncf.c trunk/cegcc/src/mingw/mingwex/math/truncl.c trunk/cegcc/src/mingw/mingwex/mb_wc_common.h trunk/cegcc/src/mingw/mingwex/mbrtowc.c trunk/cegcc/src/mingw/mingwex/mbsinit.c trunk/cegcc/src/mingw/mingwex/mingw-aligned-malloc.c trunk/cegcc/src/mingw/mingwex/mingw-fseek.c trunk/cegcc/src/mingw/mingwex/sitest.c trunk/cegcc/src/mingw/mingwex/stdio/ trunk/cegcc/src/mingw/mingwex/stdio/CVS/ trunk/cegcc/src/mingw/mingwex/stdio/CVS/Entries trunk/cegcc/src/mingw/mingwex/stdio/CVS/Repository trunk/cegcc/src/mingw/mingwex/stdio/CVS/Root trunk/cegcc/src/mingw/mingwex/stdio/fopen64.c trunk/cegcc/src/mingw/mingwex/stdio/fseeko64.c trunk/cegcc/src/mingw/mingwex/stdio/ftello64.c trunk/cegcc/src/mingw/mingwex/stdio/lseek64.c trunk/cegcc/src/mingw/mingwex/stdio/snprintf.c trunk/cegcc/src/mingw/mingwex/stdio/snwprintf.c trunk/cegcc/src/mingw/mingwex/stdio/vfscanf.c trunk/cegcc/src/mingw/mingwex/stdio/vfwscanf.c trunk/cegcc/src/mingw/mingwex/stdio/vscanf.c trunk/cegcc/src/mingw/mingwex/stdio/vsnprintf.c trunk/cegcc/src/mingw/mingwex/stdio/vsnwprintf.c trunk/cegcc/src/mingw/mingwex/stdio/vsscanf.c trunk/cegcc/src/mingw/mingwex/stdio/vswscanf.c trunk/cegcc/src/mingw/mingwex/stdio/vwscanf.c trunk/cegcc/src/mingw/mingwex/strtof.c trunk/cegcc/src/mingw/mingwex/strtoimax.c trunk/cegcc/src/mingw/mingwex/strtold.c trunk/cegcc/src/mingw/mingwex/strtoumax.c trunk/cegcc/src/mingw/mingwex/testwmem.c trunk/cegcc/src/mingw/mingwex/tst-aligned-malloc.c trunk/cegcc/src/mingw/mingwex/ulltoa.c trunk/cegcc/src/mingw/mingwex/ulltow.c trunk/cegcc/src/mingw/mingwex/wcrtomb.c trunk/cegcc/src/mingw/mingwex/wcstof.c trunk/cegcc/src/mingw/mingwex/wcstoimax.c trunk/cegcc/src/mingw/mingwex/wcstold.c trunk/cegcc/src/mingw/mingwex/wcstoumax.c trunk/cegcc/src/mingw/mingwex/wctob.c trunk/cegcc/src/mingw/mingwex/wctrans.c trunk/cegcc/src/mingw/mingwex/wctype.c trunk/cegcc/src/mingw/mingwex/wdirent.c trunk/cegcc/src/mingw/mingwex/wmemchr.c trunk/cegcc/src/mingw/mingwex/wmemcmp.c trunk/cegcc/src/mingw/mingwex/wmemcpy.c trunk/cegcc/src/mingw/mingwex/wmemmove.c trunk/cegcc/src/mingw/mingwex/wmemset.c trunk/cegcc/src/mingw/mingwex/wtoll.c trunk/cegcc/src/mingw/mkinstalldirs trunk/cegcc/src/mingw/moldname.def.in trunk/cegcc/src/mingw/msvcrt.def.in trunk/cegcc/src/mingw/mthr.c trunk/cegcc/src/mingw/mthr_init.c trunk/cegcc/src/mingw/mthr_stub.c trunk/cegcc/src/mingw/profile/ trunk/cegcc/src/mingw/profile/COPYING trunk/cegcc/src/mingw/profile/CVS/ trunk/cegcc/src/mingw/profile/CVS/Entries trunk/cegcc/src/mingw/profile/CVS/Repository trunk/cegcc/src/mingw/profile/CVS/Root trunk/cegcc/src/mingw/profile/CYGWIN_LICENSE trunk/cegcc/src/mingw/profile/Makefile.in trunk/cegcc/src/mingw/profile/aclocal.m4 trunk/cegcc/src/mingw/profile/configure trunk/cegcc/src/mingw/profile/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/mcount.c trunk/cegcc/src/mingw/profile/profil.c trunk/cegcc/src/mingw/profile/profil.h trunk/cegcc/src/mingw/profile/profile.h trunk/cegcc/src/mingw/pseudo-reloc-list.c trunk/cegcc/src/mingw/pseudo-reloc.c trunk/cegcc/src/mingw/readme.txt trunk/cegcc/src/mingw/samples/ trunk/cegcc/src/mingw/samples/CVS/ trunk/cegcc/src/mingw/samples/CVS/Entries trunk/cegcc/src/mingw/samples/CVS/Repository trunk/cegcc/src/mingw/samples/CVS/Root trunk/cegcc/src/mingw/samples/dirent/ trunk/cegcc/src/mingw/samples/dirent/CVS/ trunk/cegcc/src/mingw/samples/dirent/CVS/Entries trunk/cegcc/src/mingw/samples/dirent/CVS/Repository trunk/cegcc/src/mingw/samples/dirent/CVS/Root trunk/cegcc/src/mingw/samples/dirent/jamfile trunk/cegcc/src/mingw/samples/dirent/test.c trunk/cegcc/src/mingw/samples/dirent/wtest.c trunk/cegcc/src/mingw/samples/dlltest/ trunk/cegcc/src/mingw/samples/dlltest/CVS/ trunk/cegcc/src/mingw/samples/dlltest/CVS/Entries trunk/cegcc/src/mingw/samples/dlltest/CVS/Repository trunk/cegcc/src/mingw/samples/dlltest/CVS/Root trunk/cegcc/src/mingw/samples/dlltest/dll.c trunk/cegcc/src/mingw/samples/dlltest/dll.def trunk/cegcc/src/mingw/samples/dlltest/dll.h trunk/cegcc/src/mingw/samples/dlltest/exe.c trunk/cegcc/src/mingw/samples/dlltest/exe.exp trunk/cegcc/src/mingw/samples/dlltest/expexe.c trunk/cegcc/src/mingw/samples/dlltest/expexe.def trunk/cegcc/src/mingw/samples/dlltest/jamfile trunk/cegcc/src/mingw/samples/dlltest/loaddll.c trunk/cegcc/src/mingw/samples/dlltest/loadexe.c trunk/cegcc/src/mingw/samples/dlltest/readme.txt trunk/cegcc/src/mingw/samples/dlltest/silly.cpp trunk/cegcc/src/mingw/samples/dlltest/silly.def trunk/cegcc/src/mingw/samples/dlltest/silly.exp trunk/cegcc/src/mingw/samples/dlltest/silly.h trunk/cegcc/src/mingw/samples/dlltest/sillydll.cpp trunk/cegcc/src/mingw/samples/filehand/ trunk/cegcc/src/mingw/samples/filehand/CVS/ trunk/cegcc/src/mingw/samples/filehand/CVS/Entries trunk/cegcc/src/mingw/samples/filehand/CVS/Repository trunk/cegcc/src/mingw/samples/filehand/CVS/Root trunk/cegcc/src/mingw/samples/filehand/filehand.c trunk/cegcc/src/mingw/samples/filehand/jamfile trunk/cegcc/src/mingw/samples/filehand/junk.txt trunk/cegcc/src/mingw/samples/fixargv/ trunk/cegcc/src/mingw/samples/fixargv/CVS/ trunk/cegcc/src/mingw/samples/fixargv/CVS/Entries trunk/cegcc/src/mingw/samples/fixargv/CVS/Repository trunk/cegcc/src/mingw/samples/fixargv/CVS/Root trunk/cegcc/src/mingw/samples/fixargv/fixargv.c trunk/cegcc/src/mingw/samples/fixargv/fixargv.h trunk/cegcc/src/mingw/samples/fixargv/readme.txt trunk/cegcc/src/mingw/samples/fmode/ trunk/cegcc/src/mingw/samples/fmode/CVS/ trunk/cegcc/src/mingw/samples/fmode/CVS/Entries trunk/cegcc/src/mingw/samples/fmode/CVS/Repository trunk/cegcc/src/mingw/samples/fmode/CVS/Root trunk/cegcc/src/mingw/samples/fmode/all.c trunk/cegcc/src/mingw/samples/fmode/jamfile trunk/cegcc/src/mingw/samples/fmode/readme.txt trunk/cegcc/src/mingw/samples/fmode/test.c trunk/cegcc/src/mingw/samples/fmode/test2.c trunk/cegcc/src/mingw/samples/globbing/ trunk/cegcc/src/mingw/samples/globbing/CVS/ trunk/cegcc/src/mingw/samples/globbing/CVS/Entries trunk/cegcc/src/mingw/samples/globbing/CVS/Repository trunk/cegcc/src/mingw/samples/globbing/CVS/Root trunk/cegcc/src/mingw/samples/globbing/glob.c trunk/cegcc/src/mingw/samples/globbing/jamfile trunk/cegcc/src/mingw/samples/globbing/noglob.c trunk/cegcc/src/mingw/samples/globbing/readme.txt trunk/cegcc/src/mingw/samples/print/ trunk/cegcc/src/mingw/samples/print/CVS/ trunk/cegcc/src/mingw/samples/print/CVS/Entries trunk/cegcc/src/mingw/samples/print/CVS/Repository trunk/cegcc/src/mingw/samples/print/CVS/Root trunk/cegcc/src/mingw/samples/print/jamfile trunk/cegcc/src/mingw/samples/print/prntest.c trunk/cegcc/src/mingw/samples/seh/ trunk/cegcc/src/mingw/samples/seh/CVS/ trunk/cegcc/src/mingw/samples/seh/CVS/Entries trunk/cegcc/src/mingw/samples/seh/CVS/Repository trunk/cegcc/src/mingw/samples/seh/CVS/Root trunk/cegcc/src/mingw/samples/seh/eh3.c trunk/cegcc/src/mingw/samples/seh/exutil.c trunk/cegcc/src/mingw/samples/seh/exutil.def trunk/cegcc/src/mingw/samples/seh/exutil.h trunk/cegcc/src/mingw/samples/seh/jamfile trunk/cegcc/src/mingw/samples/seh/sehfix.c trunk/cegcc/src/mingw/samples/seh/sehsub.c trunk/cegcc/src/mingw/samples/seh/sehtest.c trunk/cegcc/src/mingw/samples/simpledll/ trunk/cegcc/src/mingw/samples/simpledll/CVS/ trunk/cegcc/src/mingw/samples/simpledll/CVS/Entries trunk/cegcc/src/mingw/samples/simpledll/CVS/Repository trunk/cegcc/src/mingw/samples/simpledll/CVS/Root trunk/cegcc/src/mingw/samples/simpledll/dll.c trunk/cegcc/src/mingw/samples/simpledll/dll.cpp trunk/cegcc/src/mingw/samples/simpledll/dll.def trunk/cegcc/src/mingw/samples/simpledll/exe.c trunk/cegcc/src/mingw/samples/simpledll/jamfile trunk/cegcc/src/mingw/samples/simpledll/makedll.bat trunk/cegcc/src/mingw/samples/test/ trunk/cegcc/src/mingw/samples/test/CVS/ trunk/cegcc/src/mingw/samples/test/CVS/Entries trunk/cegcc/src/mingw/samples/test/CVS/Repository trunk/cegcc/src/mingw/samples/test/CVS/Root trunk/cegcc/src/mingw/samples/test/jamfile trunk/cegcc/src/mingw/samples/test/test.c trunk/cegcc/src/mingw/samples/wintest/ trunk/cegcc/src/mingw/samples/wintest/CVS/ trunk/cegcc/src/mingw/samples/wintest/CVS/Entries trunk/cegcc/src/mingw/samples/wintest/CVS/Repository trunk/cegcc/src/mingw/samples/wintest/CVS/Root trunk/cegcc/src/mingw/samples/wintest/jamfile trunk/cegcc/src/mingw/samples/wintest/test.c trunk/cegcc/src/mingw/strcasecmp.c trunk/cegcc/src/mingw/strncasecmp.c trunk/cegcc/src/mingw/test_headers.c trunk/cegcc/src/mingw/toascii.c trunk/cegcc/src/mingw/txtmode.c trunk/cegcc/src/mingw/wcscmpi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 23:08:39
|
Revision: 344 Author: pedroalves Date: 2006-08-23 16:08:31 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=344&view=rev Log Message: ----------- Nit. Modified Paths: -------------- trunk/cegcc/src/gdb/gdb/wince.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 22:57:58
|
Revision: 343 Author: pedroalves Date: 2006-08-23 15:57:29 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=343&view=rev Log Message: ----------- Don't compile the WCS functions on cygwin, they are unused there. Make _my_wce_error_messages static const, so gcc knows its size. Kill one warning. Modified Paths: -------------- trunk/cegcc/src/gdb/gdb/wince.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 22:53:43
|
Revision: 342 Author: pedroalves Date: 2006-08-23 15:53:20 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=342&view=rev Log Message: ----------- Ah, now I see why Danny did this change. Ported from current gdb-cvs. Modified Paths: -------------- trunk/cegcc/src/gdb/gdb/exceptions.c trunk/cegcc/src/gdb/gdb/exceptions.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 22:03:08
|
Revision: 341 Author: pedroalves Date: 2006-08-23 15:02:56 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=341&view=rev Log Message: ----------- Merge most of Danny's work on gdb to trunk. Modified Paths: -------------- trunk/cegcc/src/gdb/gdb/win32-nat.c trunk/cegcc/src/gdb/gdb/wince.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 18:14:28
|
Revision: 340 Author: pedroalves Date: 2006-08-23 11:14:14 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=340&view=rev Log Message: ----------- Damn, AF_IRDA is not the same on desktop/ce versions of windows. See at http://www.alanjmcf.me.uk/comms/infrared/Microsoft Windows IrDA programming.html Modified Paths: -------------- trunk/cegcc/src/w32api/include/af_irda.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 18:03:29
|
Revision: 339 Author: pedroalves Date: 2006-08-23 11:03:11 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=339&view=rev Log Message: ----------- While we are at it, add also, IAS_SET and IAS_QUERY, also found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecomm5/html/wce51lrfdevicelist.asp Modified Paths: -------------- trunk/cegcc/src/w32api/include/af_irda.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 17:58:41
|
Revision: 338 Author: pedroalves Date: 2006-08-23 10:58:28 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=338&view=rev Log Message: ----------- Add IRDA_DEVICE_INFO and DEVICELIST, found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecomm5/html/wce51lrfdevicelist.asp Modified Paths: -------------- trunk/cegcc/src/w32api/include/af_irda.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 17:51:59
|
Revision: 337 Author: pedroalves Date: 2006-08-23 10:51:45 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=337&view=rev Log Message: ----------- Add af_irda.h. Contains just SOCKADDR_IRDA found at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/sockaddr_irda_2.asp Added Paths: ----------- trunk/cegcc/src/w32api/include/af_irda.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 17:32:44
|
Revision: 336 Author: pedroalves Date: 2006-08-23 10:32:32 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=336&view=rev Log Message: ----------- celib was using the reserved0 members, so I assume the sdk has the same definition has the desktop version for the Ansi case. Makes some sense, since they only implemented the Wide version in 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-23 16:52:22
|
Revision: 335 Author: pedroalves Date: 2006-08-23 09:52:14 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=335&view=rev Log Message: ----------- Include excpt.h. Modified Paths: -------------- trunk/cegcc/src/w32api/include/windows.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 15:39:52
|
Revision: 334 Author: pedroalves Date: 2006-08-23 08:39:38 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=334&view=rev Log Message: ----------- Uups, wrong defines. Corrected now. Modified Paths: -------------- trunk/cegcc/src/w32api/include/winsock.h trunk/cegcc/src/w32api/include/winsock2.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 15:15:17
|
Revision: 333 Author: pedroalves Date: 2006-08-23 08:15:02 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=333&view=rev Log Message: ----------- A few fixes Modified Paths: -------------- trunk/cegcc/src/w32api/include/windef.h trunk/cegcc/src/w32api/include/windows.h trunk/cegcc/src/w32api/include/winsock.h trunk/cegcc/src/w32api/include/winsock2.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 14:56:47
|
Revision: 332 Author: pedroalves Date: 2006-08-23 07:56:22 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=332&view=rev Log Message: ----------- Make it compile with w32api too. The sdk doesn't define it, but -1 is the correct value anyway. No harm in leaving it defined in w32api headers. Modified Paths: -------------- trunk/cegcc/src/newlib/newlib/libc/sys/wince/getreent.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 14:50:47
|
Revision: 331 Author: pedroalves Date: 2006-08-23 07:50:36 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=331&view=rev Log Message: ----------- Make it compile with w32api too. Modified Paths: -------------- trunk/cegcc/src/newlib/newlib/libc/sys/wince/ceprocess.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-23 14:48:27
|
Revision: 330 Author: pedroalves Date: 2006-08-23 07:48:13 -0700 (Wed, 23 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=330&view=rev Log Message: ----------- Fix types mismatch warnings. Modified Paths: -------------- trunk/cegcc/src/newlib/newlib/libc/sys/wince/fifo.c trunk/cegcc/src/newlib/newlib/libc/sys/wince/sys/fifo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-22 18:09:24
|
Revision: 329 Author: pedroalves Date: 2006-08-22 11:08:57 -0700 (Tue, 22 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=329&view=rev Log Message: ----------- Add a default EXTRA_OS_CPP_BUILTINS() Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config/arm/mingw32.h 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. |
From: <ped...@us...> - 2006-08-22 00:55:58
|
Revision: 328 Author: pedroalves Date: 2006-08-21 17:55:49 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=328&view=rev Log Message: ----------- Fix GetProcAddress. 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-22 00:23:07
|
Revision: 327 Author: pedroalves Date: 2006-08-21 17:05:36 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=327&view=rev Log Message: ----------- Adding w32api cvs version, and leaving the CVS files for ease of future synching. Added Paths: ----------- trunk/cegcc/src/w32api/ trunk/cegcc/src/w32api/CONTRIBUTIONS trunk/cegcc/src/w32api/CVS/ trunk/cegcc/src/w32api/CVS/Entries trunk/cegcc/src/w32api/CVS/Repository trunk/cegcc/src/w32api/CVS/Root trunk/cegcc/src/w32api/ChangeLog trunk/cegcc/src/w32api/Makefile.in trunk/cegcc/src/w32api/README.w32api trunk/cegcc/src/w32api/TODO trunk/cegcc/src/w32api/aclocal.m4 trunk/cegcc/src/w32api/config.guess trunk/cegcc/src/w32api/config.sub trunk/cegcc/src/w32api/configure trunk/cegcc/src/w32api/configure.in trunk/cegcc/src/w32api/include/ trunk/cegcc/src/w32api/include/CVS/ trunk/cegcc/src/w32api/include/CVS/Entries trunk/cegcc/src/w32api/include/CVS/Repository trunk/cegcc/src/w32api/include/CVS/Root trunk/cegcc/src/w32api/include/GL/ trunk/cegcc/src/w32api/include/GL/CVS/ trunk/cegcc/src/w32api/include/GL/CVS/Entries trunk/cegcc/src/w32api/include/GL/CVS/Repository trunk/cegcc/src/w32api/include/GL/CVS/Root trunk/cegcc/src/w32api/include/GL/gl.h trunk/cegcc/src/w32api/include/GL/glext.h trunk/cegcc/src/w32api/include/GL/glu.h trunk/cegcc/src/w32api/include/accctrl.h trunk/cegcc/src/w32api/include/aclapi.h trunk/cegcc/src/w32api/include/aclui.h trunk/cegcc/src/w32api/include/adsprop.h trunk/cegcc/src/w32api/include/afxres.h trunk/cegcc/src/w32api/include/amaudio.h trunk/cegcc/src/w32api/include/amvideo.h trunk/cegcc/src/w32api/include/audevcod.h trunk/cegcc/src/w32api/include/aviriff.h trunk/cegcc/src/w32api/include/aygshell.h trunk/cegcc/src/w32api/include/basetsd.h trunk/cegcc/src/w32api/include/basetyps.h trunk/cegcc/src/w32api/include/bdatypes.h trunk/cegcc/src/w32api/include/cderr.h trunk/cegcc/src/w32api/include/cguid.h trunk/cegcc/src/w32api/include/cmnquery.h trunk/cegcc/src/w32api/include/comcat.h trunk/cegcc/src/w32api/include/commctrl.h trunk/cegcc/src/w32api/include/commdlg.h trunk/cegcc/src/w32api/include/control.h trunk/cegcc/src/w32api/include/cpl.h trunk/cegcc/src/w32api/include/cplext.h trunk/cegcc/src/w32api/include/custcntl.h trunk/cegcc/src/w32api/include/dbt.h trunk/cegcc/src/w32api/include/dde.h trunk/cegcc/src/w32api/include/ddeml.h trunk/cegcc/src/w32api/include/ddk/ trunk/cegcc/src/w32api/include/ddk/CVS/ trunk/cegcc/src/w32api/include/ddk/CVS/Entries trunk/cegcc/src/w32api/include/ddk/CVS/Repository trunk/cegcc/src/w32api/include/ddk/CVS/Root trunk/cegcc/src/w32api/include/ddk/atm.h trunk/cegcc/src/w32api/include/ddk/batclass.h trunk/cegcc/src/w32api/include/ddk/cfg.h trunk/cegcc/src/w32api/include/ddk/cfgmgr32.h trunk/cegcc/src/w32api/include/ddk/d4drvif.h trunk/cegcc/src/w32api/include/ddk/d4iface.h trunk/cegcc/src/w32api/include/ddk/ddkmapi.h trunk/cegcc/src/w32api/include/ddk/hidclass.h trunk/cegcc/src/w32api/include/ddk/hidpi.h trunk/cegcc/src/w32api/include/ddk/hidsdi.h trunk/cegcc/src/w32api/include/ddk/hidusage.h trunk/cegcc/src/w32api/include/ddk/kbdmou.h trunk/cegcc/src/w32api/include/ddk/mcd.h trunk/cegcc/src/w32api/include/ddk/miniport.h trunk/cegcc/src/w32api/include/ddk/minitape.h trunk/cegcc/src/w32api/include/ddk/mountdev.h trunk/cegcc/src/w32api/include/ddk/mountmgr.h trunk/cegcc/src/w32api/include/ddk/ndis.h trunk/cegcc/src/w32api/include/ddk/ndisguid.h trunk/cegcc/src/w32api/include/ddk/ndistapi.h trunk/cegcc/src/w32api/include/ddk/ndiswan.h trunk/cegcc/src/w32api/include/ddk/netevent.h trunk/cegcc/src/w32api/include/ddk/netpnp.h trunk/cegcc/src/w32api/include/ddk/newdev.h trunk/cegcc/src/w32api/include/ddk/ntapi.h trunk/cegcc/src/w32api/include/ddk/ntdd8042.h trunk/cegcc/src/w32api/include/ddk/ntddbeep.h trunk/cegcc/src/w32api/include/ddk/ntddcdrm.h trunk/cegcc/src/w32api/include/ddk/ntddcdvd.h trunk/cegcc/src/w32api/include/ddk/ntddchgr.h trunk/cegcc/src/w32api/include/ddk/ntdddisk.h trunk/cegcc/src/w32api/include/ddk/ntddk.h trunk/cegcc/src/w32api/include/ddk/ntddkbd.h trunk/cegcc/src/w32api/include/ddk/ntddmou.h trunk/cegcc/src/w32api/include/ddk/ntddndis.h trunk/cegcc/src/w32api/include/ddk/ntddpar.h trunk/cegcc/src/w32api/include/ddk/ntddpcm.h trunk/cegcc/src/w32api/include/ddk/ntddscsi.h trunk/cegcc/src/w32api/include/ddk/ntddser.h trunk/cegcc/src/w32api/include/ddk/ntddstor.h trunk/cegcc/src/w32api/include/ddk/ntddtape.h trunk/cegcc/src/w32api/include/ddk/ntddtdi.h trunk/cegcc/src/w32api/include/ddk/ntddvdeo.h trunk/cegcc/src/w32api/include/ddk/ntddvol.h trunk/cegcc/src/w32api/include/ddk/ntifs.h trunk/cegcc/src/w32api/include/ddk/ntpoapi.h trunk/cegcc/src/w32api/include/ddk/ntstatus.h trunk/cegcc/src/w32api/include/ddk/parallel.h trunk/cegcc/src/w32api/include/ddk/pfhook.h trunk/cegcc/src/w32api/include/ddk/poclass.h trunk/cegcc/src/w32api/include/ddk/scsi.h trunk/cegcc/src/w32api/include/ddk/scsiscan.h trunk/cegcc/src/w32api/include/ddk/scsiwmi.h trunk/cegcc/src/w32api/include/ddk/smbus.h trunk/cegcc/src/w32api/include/ddk/srb.h trunk/cegcc/src/w32api/include/ddk/storport.h trunk/cegcc/src/w32api/include/ddk/tdi.h trunk/cegcc/src/w32api/include/ddk/tdiinfo.h trunk/cegcc/src/w32api/include/ddk/tdikrnl.h trunk/cegcc/src/w32api/include/ddk/tdistat.h trunk/cegcc/src/w32api/include/ddk/tvout.h trunk/cegcc/src/w32api/include/ddk/upssvc.h trunk/cegcc/src/w32api/include/ddk/usb.h trunk/cegcc/src/w32api/include/ddk/usb100.h trunk/cegcc/src/w32api/include/ddk/usbcamdi.h trunk/cegcc/src/w32api/include/ddk/usbdi.h trunk/cegcc/src/w32api/include/ddk/usbioctl.h trunk/cegcc/src/w32api/include/ddk/usbiodef.h trunk/cegcc/src/w32api/include/ddk/usbscan.h trunk/cegcc/src/w32api/include/ddk/usbuser.h trunk/cegcc/src/w32api/include/ddk/video.h trunk/cegcc/src/w32api/include/ddk/videoagp.h trunk/cegcc/src/w32api/include/ddk/win2k.h trunk/cegcc/src/w32api/include/ddk/winddi.h trunk/cegcc/src/w32api/include/ddk/winddk.h trunk/cegcc/src/w32api/include/ddk/winnt4.h trunk/cegcc/src/w32api/include/ddk/winxp.h trunk/cegcc/src/w32api/include/ddk/ws2san.h trunk/cegcc/src/w32api/include/ddk/xfilter.h trunk/cegcc/src/w32api/include/devguid.h trunk/cegcc/src/w32api/include/dhcpcsdk.h trunk/cegcc/src/w32api/include/directx/ trunk/cegcc/src/w32api/include/directx/CVS/ trunk/cegcc/src/w32api/include/directx/CVS/Entries trunk/cegcc/src/w32api/include/directx/CVS/Repository trunk/cegcc/src/w32api/include/directx/CVS/Root trunk/cegcc/src/w32api/include/directx/d3d9.h trunk/cegcc/src/w32api/include/directx/d3d9caps.h trunk/cegcc/src/w32api/include/directx/d3d9types.h trunk/cegcc/src/w32api/include/directx/dxerr8.h trunk/cegcc/src/w32api/include/directx/dxerr9.h trunk/cegcc/src/w32api/include/dlgs.h trunk/cegcc/src/w32api/include/docobj.h trunk/cegcc/src/w32api/include/dsadmin.h trunk/cegcc/src/w32api/include/dsclient.h trunk/cegcc/src/w32api/include/dsgetdc.h trunk/cegcc/src/w32api/include/dshow.h trunk/cegcc/src/w32api/include/dsquery.h trunk/cegcc/src/w32api/include/dsrole.h trunk/cegcc/src/w32api/include/dvdevcod.h trunk/cegcc/src/w32api/include/dvdmedia.h trunk/cegcc/src/w32api/include/edevdefs.h trunk/cegcc/src/w32api/include/errorrep.h trunk/cegcc/src/w32api/include/errors.h trunk/cegcc/src/w32api/include/evcode.h trunk/cegcc/src/w32api/include/excpt.h trunk/cegcc/src/w32api/include/exdisp.h trunk/cegcc/src/w32api/include/exdispid.h trunk/cegcc/src/w32api/include/fltdefs.h trunk/cegcc/src/w32api/include/httpext.h trunk/cegcc/src/w32api/include/icm.h trunk/cegcc/src/w32api/include/idispids.h trunk/cegcc/src/w32api/include/il21dec.h trunk/cegcc/src/w32api/include/imagehlp.h trunk/cegcc/src/w32api/include/imm.h trunk/cegcc/src/w32api/include/initguid.h trunk/cegcc/src/w32api/include/intshcut.h trunk/cegcc/src/w32api/include/ipexport.h trunk/cegcc/src/w32api/include/iphlpapi.h trunk/cegcc/src/w32api/include/ipifcons.h trunk/cegcc/src/w32api/include/ipinfoid.h trunk/cegcc/src/w32api/include/iprtrmib.h trunk/cegcc/src/w32api/include/iptypes.h trunk/cegcc/src/w32api/include/ipxconst.h trunk/cegcc/src/w32api/include/ipxrtdef.h trunk/cegcc/src/w32api/include/ipxtfflt.h trunk/cegcc/src/w32api/include/isguids.h trunk/cegcc/src/w32api/include/ks.h trunk/cegcc/src/w32api/include/ksmedia.h trunk/cegcc/src/w32api/include/largeint.h trunk/cegcc/src/w32api/include/lm.h trunk/cegcc/src/w32api/include/lmaccess.h trunk/cegcc/src/w32api/include/lmalert.h trunk/cegcc/src/w32api/include/lmapibuf.h trunk/cegcc/src/w32api/include/lmat.h trunk/cegcc/src/w32api/include/lmaudit.h trunk/cegcc/src/w32api/include/lmbrowsr.h trunk/cegcc/src/w32api/include/lmchdev.h trunk/cegcc/src/w32api/include/lmconfig.h trunk/cegcc/src/w32api/include/lmcons.h trunk/cegcc/src/w32api/include/lmerr.h trunk/cegcc/src/w32api/include/lmerrlog.h trunk/cegcc/src/w32api/include/lmmsg.h trunk/cegcc/src/w32api/include/lmremutl.h trunk/cegcc/src/w32api/include/lmrepl.h trunk/cegcc/src/w32api/include/lmserver.h trunk/cegcc/src/w32api/include/lmshare.h trunk/cegcc/src/w32api/include/lmsname.h trunk/cegcc/src/w32api/include/lmstats.h trunk/cegcc/src/w32api/include/lmsvc.h trunk/cegcc/src/w32api/include/lmuse.h trunk/cegcc/src/w32api/include/lmuseflg.h trunk/cegcc/src/w32api/include/lmwksta.h trunk/cegcc/src/w32api/include/lzexpand.h trunk/cegcc/src/w32api/include/mapi.h trunk/cegcc/src/w32api/include/mciavi.h trunk/cegcc/src/w32api/include/mcx.h trunk/cegcc/src/w32api/include/mgm.h trunk/cegcc/src/w32api/include/mgmtapi.h trunk/cegcc/src/w32api/include/mlang.h trunk/cegcc/src/w32api/include/mmreg.h trunk/cegcc/src/w32api/include/mmsystem.h trunk/cegcc/src/w32api/include/mpegtype.h trunk/cegcc/src/w32api/include/mprapi.h trunk/cegcc/src/w32api/include/mq.h trunk/cegcc/src/w32api/include/msacm.h trunk/cegcc/src/w32api/include/mshtml.h trunk/cegcc/src/w32api/include/mswsock.h trunk/cegcc/src/w32api/include/nb30.h trunk/cegcc/src/w32api/include/nddeapi.h trunk/cegcc/src/w32api/include/nspapi.h trunk/cegcc/src/w32api/include/ntdef.h trunk/cegcc/src/w32api/include/ntdll.h trunk/cegcc/src/w32api/include/ntdsapi.h trunk/cegcc/src/w32api/include/ntdsbcli.h trunk/cegcc/src/w32api/include/ntldap.h trunk/cegcc/src/w32api/include/ntsecapi.h trunk/cegcc/src/w32api/include/ntsecpkg.h trunk/cegcc/src/w32api/include/oaidl.h trunk/cegcc/src/w32api/include/objbase.h trunk/cegcc/src/w32api/include/objfwd.h trunk/cegcc/src/w32api/include/objidl.h trunk/cegcc/src/w32api/include/objsafe.h trunk/cegcc/src/w32api/include/objsel.h trunk/cegcc/src/w32api/include/ocidl.h trunk/cegcc/src/w32api/include/odbcinst.h trunk/cegcc/src/w32api/include/ole.h trunk/cegcc/src/w32api/include/ole2.h trunk/cegcc/src/w32api/include/ole2ver.h trunk/cegcc/src/w32api/include/oleacc.h trunk/cegcc/src/w32api/include/oleauto.h trunk/cegcc/src/w32api/include/olectl.h trunk/cegcc/src/w32api/include/olectlid.h trunk/cegcc/src/w32api/include/oledlg.h trunk/cegcc/src/w32api/include/oleidl.h trunk/cegcc/src/w32api/include/pbt.h trunk/cegcc/src/w32api/include/poppack.h trunk/cegcc/src/w32api/include/powrprof.h trunk/cegcc/src/w32api/include/prsht.h trunk/cegcc/src/w32api/include/psapi.h trunk/cegcc/src/w32api/include/pshpack1.h trunk/cegcc/src/w32api/include/pshpack2.h trunk/cegcc/src/w32api/include/pshpack4.h trunk/cegcc/src/w32api/include/pshpack8.h trunk/cegcc/src/w32api/include/qedit.h trunk/cegcc/src/w32api/include/rapi.h trunk/cegcc/src/w32api/include/ras.h trunk/cegcc/src/w32api/include/rasdlg.h trunk/cegcc/src/w32api/include/raserror.h trunk/cegcc/src/w32api/include/rassapi.h trunk/cegcc/src/w32api/include/reason.h trunk/cegcc/src/w32api/include/regstr.h trunk/cegcc/src/w32api/include/richedit.h trunk/cegcc/src/w32api/include/richole.h trunk/cegcc/src/w32api/include/routprot.h trunk/cegcc/src/w32api/include/rpc.h trunk/cegcc/src/w32api/include/rpcdce.h trunk/cegcc/src/w32api/include/rpcdce2.h trunk/cegcc/src/w32api/include/rpcdcep.h trunk/cegcc/src/w32api/include/rpcndr.h trunk/cegcc/src/w32api/include/rpcnsi.h trunk/cegcc/src/w32api/include/rpcnsip.h trunk/cegcc/src/w32api/include/rpcnterr.h trunk/cegcc/src/w32api/include/rpcproxy.h trunk/cegcc/src/w32api/include/rtutils.h trunk/cegcc/src/w32api/include/schannel.h trunk/cegcc/src/w32api/include/schnlsp.h trunk/cegcc/src/w32api/include/scrnsave.h trunk/cegcc/src/w32api/include/sddl.h trunk/cegcc/src/w32api/include/secext.h trunk/cegcc/src/w32api/include/security.h trunk/cegcc/src/w32api/include/servprov.h trunk/cegcc/src/w32api/include/setupapi.h trunk/cegcc/src/w32api/include/shellapi.h trunk/cegcc/src/w32api/include/shldisp.h trunk/cegcc/src/w32api/include/shlguid.h trunk/cegcc/src/w32api/include/shlobj.h trunk/cegcc/src/w32api/include/shlwapi.h trunk/cegcc/src/w32api/include/snmp.h trunk/cegcc/src/w32api/include/sql.h trunk/cegcc/src/w32api/include/sqlext.h trunk/cegcc/src/w32api/include/sqltypes.h trunk/cegcc/src/w32api/include/sqlucode.h trunk/cegcc/src/w32api/include/sspi.h trunk/cegcc/src/w32api/include/stm.h trunk/cegcc/src/w32api/include/strmif.h trunk/cegcc/src/w32api/include/subauth.h trunk/cegcc/src/w32api/include/svcguid.h trunk/cegcc/src/w32api/include/tlhelp32.h trunk/cegcc/src/w32api/include/tmschema.h trunk/cegcc/src/w32api/include/unknwn.h trunk/cegcc/src/w32api/include/userenv.h trunk/cegcc/src/w32api/include/usp10.h trunk/cegcc/src/w32api/include/uxtheme.h trunk/cegcc/src/w32api/include/vfw.h trunk/cegcc/src/w32api/include/vidcap.h trunk/cegcc/src/w32api/include/vmr9.h trunk/cegcc/src/w32api/include/vptype.h trunk/cegcc/src/w32api/include/w32api.h trunk/cegcc/src/w32api/include/winable.h trunk/cegcc/src/w32api/include/winbase.h trunk/cegcc/src/w32api/include/winber.h trunk/cegcc/src/w32api/include/wincon.h trunk/cegcc/src/w32api/include/wincrypt.h trunk/cegcc/src/w32api/include/windef.h trunk/cegcc/src/w32api/include/windns.h trunk/cegcc/src/w32api/include/windows.h trunk/cegcc/src/w32api/include/windowsx.h trunk/cegcc/src/w32api/include/winerror.h trunk/cegcc/src/w32api/include/wingdi.h trunk/cegcc/src/w32api/include/wininet.h trunk/cegcc/src/w32api/include/winioctl.h trunk/cegcc/src/w32api/include/winldap.h trunk/cegcc/src/w32api/include/winnetwk.h trunk/cegcc/src/w32api/include/winnls.h trunk/cegcc/src/w32api/include/winnt.h trunk/cegcc/src/w32api/include/winperf.h trunk/cegcc/src/w32api/include/winreg.h trunk/cegcc/src/w32api/include/winresrc.h trunk/cegcc/src/w32api/include/winsnmp.h trunk/cegcc/src/w32api/include/winsock.h trunk/cegcc/src/w32api/include/winsock2.h trunk/cegcc/src/w32api/include/winspool.h trunk/cegcc/src/w32api/include/winsvc.h trunk/cegcc/src/w32api/include/winuser.h trunk/cegcc/src/w32api/include/winver.h trunk/cegcc/src/w32api/include/ws2spi.h trunk/cegcc/src/w32api/include/ws2tcpip.h trunk/cegcc/src/w32api/include/wsahelp.h trunk/cegcc/src/w32api/include/wsipx.h trunk/cegcc/src/w32api/include/wsnetbs.h trunk/cegcc/src/w32api/include/wtypes.h trunk/cegcc/src/w32api/include/xprtdefs.h trunk/cegcc/src/w32api/include/zmouse.h trunk/cegcc/src/w32api/install-sh trunk/cegcc/src/w32api/lib/ trunk/cegcc/src/w32api/lib/CVS/ trunk/cegcc/src/w32api/lib/CVS/Entries trunk/cegcc/src/w32api/lib/CVS/Repository trunk/cegcc/src/w32api/lib/CVS/Root trunk/cegcc/src/w32api/lib/Makefile.in trunk/cegcc/src/w32api/lib/aclui.def trunk/cegcc/src/w32api/lib/advapi32.def trunk/cegcc/src/w32api/lib/ativscp-uuid.c trunk/cegcc/src/w32api/lib/avicap32.def trunk/cegcc/src/w32api/lib/avifil32.def trunk/cegcc/src/w32api/lib/cap.def trunk/cegcc/src/w32api/lib/cguid-uuid.c trunk/cegcc/src/w32api/lib/comcat-uuid.c trunk/cegcc/src/w32api/lib/comctl32.def trunk/cegcc/src/w32api/lib/comdlg32.def trunk/cegcc/src/w32api/lib/crypt32.def trunk/cegcc/src/w32api/lib/ctl3d32.def trunk/cegcc/src/w32api/lib/ddk/ trunk/cegcc/src/w32api/lib/ddk/CVS/ trunk/cegcc/src/w32api/lib/ddk/CVS/Entries trunk/cegcc/src/w32api/lib/ddk/CVS/Repository trunk/cegcc/src/w32api/lib/ddk/CVS/Root trunk/cegcc/src/w32api/lib/ddk/Makefile.in trunk/cegcc/src/w32api/lib/ddk/apcups.def trunk/cegcc/src/w32api/lib/ddk/cfgmgr32.def trunk/cegcc/src/w32api/lib/ddk/dxapi.def trunk/cegcc/src/w32api/lib/ddk/hal.def trunk/cegcc/src/w32api/lib/ddk/hid.def trunk/cegcc/src/w32api/lib/ddk/hidparse.def trunk/cegcc/src/w32api/lib/ddk/mcd.def trunk/cegcc/src/w32api/lib/ddk/ndis.def trunk/cegcc/src/w32api/lib/ddk/newdev.def trunk/cegcc/src/w32api/lib/ddk/ntoskrnl.def trunk/cegcc/src/w32api/lib/ddk/scsiport.def trunk/cegcc/src/w32api/lib/ddk/tdi.def trunk/cegcc/src/w32api/lib/ddk/usbcamd.def trunk/cegcc/src/w32api/lib/ddk/usbcamd2.def trunk/cegcc/src/w32api/lib/ddk/videoprt.def trunk/cegcc/src/w32api/lib/ddk/win32k.def trunk/cegcc/src/w32api/lib/devguid.c trunk/cegcc/src/w32api/lib/dhcpcsvc.def trunk/cegcc/src/w32api/lib/directx/ trunk/cegcc/src/w32api/lib/directx/CVS/ trunk/cegcc/src/w32api/lib/directx/CVS/Entries trunk/cegcc/src/w32api/lib/directx/CVS/Repository trunk/cegcc/src/w32api/lib/directx/CVS/Root trunk/cegcc/src/w32api/lib/directx/Makefile.in trunk/cegcc/src/w32api/lib/directx/d3d8.def trunk/cegcc/src/w32api/lib/directx/d3d9.def trunk/cegcc/src/w32api/lib/directx/d3dim.def trunk/cegcc/src/w32api/lib/directx/d3drm.def trunk/cegcc/src/w32api/lib/directx/d3dx8d.def trunk/cegcc/src/w32api/lib/directx/d3dx9d.def trunk/cegcc/src/w32api/lib/directx/d3dxof.def trunk/cegcc/src/w32api/lib/directx/ddraw.def trunk/cegcc/src/w32api/lib/directx/dinput.def trunk/cegcc/src/w32api/lib/directx/dinput8.def trunk/cegcc/src/w32api/lib/directx/dinput_joy.c trunk/cegcc/src/w32api/lib/directx/dinput_joy2.c trunk/cegcc/src/w32api/lib/directx/dinput_kbd.c trunk/cegcc/src/w32api/lib/directx/dinput_mouse.c trunk/cegcc/src/w32api/lib/directx/dinput_mouse2.c trunk/cegcc/src/w32api/lib/directx/dinput_private.h trunk/cegcc/src/w32api/lib/directx/dmoguids.c trunk/cegcc/src/w32api/lib/directx/dplayx.def trunk/cegcc/src/w32api/lib/directx/dpnaddr.def trunk/cegcc/src/w32api/lib/directx/dpnet.def trunk/cegcc/src/w32api/lib/directx/dpnlobby.def trunk/cegcc/src/w32api/lib/directx/dpvoice.def trunk/cegcc/src/w32api/lib/directx/dsetup.def trunk/cegcc/src/w32api/lib/directx/dsound.def trunk/cegcc/src/w32api/lib/directx/dxerr.c trunk/cegcc/src/w32api/lib/directx/dxerr8.c trunk/cegcc/src/w32api/lib/directx/dxerr8w.c trunk/cegcc/src/w32api/lib/directx/dxerr9.c trunk/cegcc/src/w32api/lib/directx/dxerr9w.c trunk/cegcc/src/w32api/lib/directx/dxguid.c trunk/cegcc/src/w32api/lib/directx/ksproxy.def trunk/cegcc/src/w32api/lib/directx/ksuser.c trunk/cegcc/src/w32api/lib/directx/ksuser.def trunk/cegcc/src/w32api/lib/directx/msdmo.def trunk/cegcc/src/w32api/lib/directx/strmiids.c trunk/cegcc/src/w32api/lib/directx/test.c trunk/cegcc/src/w32api/lib/dlcapi.def trunk/cegcc/src/w32api/lib/dnsapi.def trunk/cegcc/src/w32api/lib/docobj-uuid.c trunk/cegcc/src/w32api/lib/exdisp-uuid.c trunk/cegcc/src/w32api/lib/extras-uuid.c trunk/cegcc/src/w32api/lib/faultrep.def trunk/cegcc/src/w32api/lib/gdi32.def trunk/cegcc/src/w32api/lib/glaux.def trunk/cegcc/src/w32api/lib/glu32.def trunk/cegcc/src/w32api/lib/glut.def trunk/cegcc/src/w32api/lib/glut32.def trunk/cegcc/src/w32api/lib/hlguids-uuid.c trunk/cegcc/src/w32api/lib/hlink-uuid.c trunk/cegcc/src/w32api/lib/icmui.def trunk/cegcc/src/w32api/lib/igmpagnt.def trunk/cegcc/src/w32api/lib/imagehlp.def trunk/cegcc/src/w32api/lib/imm32.def trunk/cegcc/src/w32api/lib/iphlpapi.def trunk/cegcc/src/w32api/lib/kernel32.c trunk/cegcc/src/w32api/lib/kernel32.def trunk/cegcc/src/w32api/lib/largeint.c trunk/cegcc/src/w32api/lib/lz32.def trunk/cegcc/src/w32api/lib/mapi32.def trunk/cegcc/src/w32api/lib/mfcuia32.def trunk/cegcc/src/w32api/lib/mgmtapi.def trunk/cegcc/src/w32api/lib/mlang-uuid.c trunk/cegcc/src/w32api/lib/mpr.def trunk/cegcc/src/w32api/lib/mprapi.def trunk/cegcc/src/w32api/lib/mqrt.def trunk/cegcc/src/w32api/lib/msacm32.def trunk/cegcc/src/w32api/lib/mscms.def trunk/cegcc/src/w32api/lib/mshtml-uuid.c trunk/cegcc/src/w32api/lib/msimg32.def trunk/cegcc/src/w32api/lib/msvcp60.def trunk/cegcc/src/w32api/lib/msvfw32.def trunk/cegcc/src/w32api/lib/mswsock.def trunk/cegcc/src/w32api/lib/msxml-uuid.c trunk/cegcc/src/w32api/lib/nddeapi.def trunk/cegcc/src/w32api/lib/netapi32.def trunk/cegcc/src/w32api/lib/ntdll.def trunk/cegcc/src/w32api/lib/oaidl-uuid.c trunk/cegcc/src/w32api/lib/objidl-uuid.c trunk/cegcc/src/w32api/lib/objsafe-uuid.c trunk/cegcc/src/w32api/lib/ocidl-uuid.c trunk/cegcc/src/w32api/lib/odbc32.def trunk/cegcc/src/w32api/lib/odbccp32.def trunk/cegcc/src/w32api/lib/ole32.def trunk/cegcc/src/w32api/lib/oleacc-uuid.c trunk/cegcc/src/w32api/lib/oleacc.def trunk/cegcc/src/w32api/lib/oleaut32.def trunk/cegcc/src/w32api/lib/olecli32.def trunk/cegcc/src/w32api/lib/olectlid-uuid.c trunk/cegcc/src/w32api/lib/oledlg.def trunk/cegcc/src/w32api/lib/oleidl-uuid.c trunk/cegcc/src/w32api/lib/olepro32.def trunk/cegcc/src/w32api/lib/olesvr32.def trunk/cegcc/src/w32api/lib/opengl32.def trunk/cegcc/src/w32api/lib/penwin32.def trunk/cegcc/src/w32api/lib/pkpd32.def trunk/cegcc/src/w32api/lib/powrprof.def trunk/cegcc/src/w32api/lib/psapi.def trunk/cegcc/src/w32api/lib/quartz.def trunk/cegcc/src/w32api/lib/rapi.def trunk/cegcc/src/w32api/lib/rasapi32.def trunk/cegcc/src/w32api/lib/rasdlg.def trunk/cegcc/src/w32api/lib/res.rc trunk/cegcc/src/w32api/lib/rpcdce4.def trunk/cegcc/src/w32api/lib/rpcns4.def trunk/cegcc/src/w32api/lib/rpcrt4.def trunk/cegcc/src/w32api/lib/rtm.def trunk/cegcc/src/w32api/lib/rtutils.def trunk/cegcc/src/w32api/lib/scrnsave.c trunk/cegcc/src/w32api/lib/secur32.def trunk/cegcc/src/w32api/lib/servprov-uuid.c trunk/cegcc/src/w32api/lib/setupapi.def trunk/cegcc/src/w32api/lib/shell32.c trunk/cegcc/src/w32api/lib/shell32.def trunk/cegcc/src/w32api/lib/shfolder.def trunk/cegcc/src/w32api/lib/shlwapi.def trunk/cegcc/src/w32api/lib/snmpapi.def trunk/cegcc/src/w32api/lib/svrapi.def trunk/cegcc/src/w32api/lib/tapi32.def trunk/cegcc/src/w32api/lib/test.c trunk/cegcc/src/w32api/lib/th32.def trunk/cegcc/src/w32api/lib/thunk32.def trunk/cegcc/src/w32api/lib/unknwn-uuid.c trunk/cegcc/src/w32api/lib/url.def trunk/cegcc/src/w32api/lib/urlmon-uuid.c trunk/cegcc/src/w32api/lib/user32.def trunk/cegcc/src/w32api/lib/userenv.def trunk/cegcc/src/w32api/lib/usp10.def trunk/cegcc/src/w32api/lib/uxtheme.def trunk/cegcc/src/w32api/lib/vdmdbg.def trunk/cegcc/src/w32api/lib/version.def trunk/cegcc/src/w32api/lib/vfw32.mri trunk/cegcc/src/w32api/lib/win32spl.def trunk/cegcc/src/w32api/lib/wininet.def trunk/cegcc/src/w32api/lib/winmm.def trunk/cegcc/src/w32api/lib/winspool.def trunk/cegcc/src/w32api/lib/winstrm.def trunk/cegcc/src/w32api/lib/wldap32.def trunk/cegcc/src/w32api/lib/wow32.def trunk/cegcc/src/w32api/lib/ws2_32.c trunk/cegcc/src/w32api/lib/ws2_32.def trunk/cegcc/src/w32api/lib/wsnmp32.def trunk/cegcc/src/w32api/lib/wsock32.def trunk/cegcc/src/w32api/lib/wst.def trunk/cegcc/src/w32api/lib/wtsapi32.def This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-21 23:53:36
|
Revision: 326 Author: pedroalves Date: 2006-08-21 16:53:22 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=326&view=rev Log Message: ----------- Make room for current CVS version. Added Paths: ----------- trunk/cegcc/src/w32api-3.7/ Removed Paths: ------------- trunk/cegcc/src/w32api/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-21 00:00:37
|
Revision: 325 Author: pedroalves Date: 2006-08-20 16:59:06 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=325&view=rev Log Message: ----------- arm-wince-mingw32. Modified Paths: -------------- trunk/cegcc/src/gcc/configure trunk/cegcc/src/gcc/configure.in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ped...@us...> - 2006-08-20 23:46:00
|
Revision: 324 Author: pedroalves Date: 2006-08-20 16:45:52 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/cegcc/?rev=324&view=rev Log Message: ----------- Handle arm-wince-mingw32. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/config.gcc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |