summaryrefslogtreecommitdiff
path: root/wince
AgeCommit message (Expand)Author
2005-10-25* configure.in (RUBY_EXTERN): macro to export symbols in sharednobu
2005-08-03* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu
2005-07-25* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu
2005-05-16* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2005-05-13* ext/extmk.rb: keep srcdir unexpanded.nobu
2005-04-20* lib/mkmf.rb (create_makefile): support platforms have file separatornobu
2005-04-19* {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:nobu
2005-04-11* {bcc32,win32,wince}/Makefile.sub: ri data was not installedocean
2005-04-02* {bcc32,win32,wince}/{Makefile.sub,setup.mak}: leave prefix empty innobu
2005-03-30* Makefile.in, */Makefile.sub, */configure.bat, cygwin/GNUmakefile.in,nobu
2005-02-21* {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl.usa
2004-11-17* {bcc32,win32,wince}/Makefile.sub (test): should build ruby.exeusa
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): fix bug of previous commit.usa
2004-11-16* {bcc32,win32,wince}/setup.mak (-epilogue-): remove config.h andusa
2004-07-07* string.c (rb_str_match): raise TypeError when both arguments areusa
2004-06-24* {bcc32,win32,wince}/setup.mak: remove RUBY_EXTERN lines whenusa
2004-04-24* Makefile.in */Makefile.sub: error.c no longer include version.hnobu
2004-04-23* version.c (ruby_show_copyright): obtain copyright year fromnobu
2004-04-12* bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9.ocean
2004-03-02* win32/Makefile.sub, wince/Makefile.sub (config.h): shouldn't checkusa
2004-02-16* bcc32/Makefile.sub: backport from 1.9 - configure. (Thanks Nakada)ocean
2004-01-12* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu
2003-12-01* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-11-24* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-11-22* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-11-05* string.c: add #include "version.h". this file still depends on it.usa
2003-11-04* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa
2003-10-31* wince/string_wce.c (strrchr): should decrement pointer.uema2
2003-10-31* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban
2003-10-30* wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spacesusa
2003-10-01* wince/mkconfig_wce.rb: sorry, forget to commit.uema2
2003-10-01* wince/setup.mak: add sigmarionIII SDK support.uema2
2003-09-30*wince/time_wce.c (time): add zero check.uema2
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-07-19* wince/stdlib.c: add bsearch().uema2
2003-06-21* wince/Makefile.sub: undefine HAVE__SETJMP.uema2
2003-06-08* wince/setup.mak: set SUBSYSTEM in each platform.uema2
2003-06-05* wince/stdlib.c: add mblen().uema2
2003-06-05* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-06-01* wince/string_wce.c: add strpbrk() for hpcpro support.uema2
2003-05-24* wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.uema2
2003-05-21* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu
2003-05-10Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>uema2
2003-04-26* wince/ : files removed.uema2
2003-01-04* file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa
2002-12-27* wince/config, wince/configure.bat: replace 1.7 with 1.8uema2
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-14* wince/sys : add stat.c, stat.h, timeb.c, timeb.h,uema2
2002-12-02WinCE patch mergedmatz