summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2004-04-12* bcc32/Makefile.sub: backport SIZEOF_TIME_T definition from 1.9.ocean
2004-04-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
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-26* win32/Makefile.sub: rollback.usa
2004-01-26* parse.y (block_append): update nd_end for "real" head node.matz
2004-01-12* configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu
2003-12-22* bcc32/Makefile.sub, win32/Makefile.sub (config.h): removeusa
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-12-18* eval.c (stack_extend): ignore inline optimization on VC7.usa
2003-12-10* win32/win32.h: define execv() using do_aspawn().eban
2003-12-01* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-11-27win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter.eban
2003-11-27* win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device.eban
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-06* win32/win32.c (make_cmdvector): process backslashes even if a quotenobu
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* 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-21* win32/win32.c (do_spawn, do_aspawn): should return child's exitusa
2003-10-21* win32/win32.c (do_spawn, do_aspawn): should wait child process evenusa
2003-09-16* MANIFEST: add test/csv/mac.csv.eban
2003-09-05* win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set.usa
2003-09-05* win32/win32.c (isInternalCmd): stupid miss.nobu
2003-09-05* lib/mkmf.rb (have_library, find_library): configure by librarynobu
2003-08-26* win32/win32.c (map_errno): support winsock error.usa
2003-08-16* marshal.c (w_symbol, w_object): get rid of warnings.nobu
2003-08-03 * win32/win32.c (rb_w32_utime): never use utime() of C runtime.usa
2003-08-01* win32/win32.c (isInternalCmd): shouldn't return if find end of str.usa
2003-07-30* error.c (rb_raise): snprintf() termination moved tonobu
2003-07-29* ChangeLog: tabify.usa
2003-07-26* io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa
2003-07-18* win32/win32.c (make_cmdvector): recognize quote within string.usa
2003-06-17* win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]usa
2003-06-05* bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.subusa
2003-05-29* win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban
2003-05-21* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu
2003-05-20* win32/win32.c (kill): set errno after calling raise().usa
2003-05-15* win32/win32.c (kill): fix typo and add signal 0 support.usa
2003-05-13* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: defineusa
2003-04-21* numeric.c (flo_is_finite_p): use finite() if available.nobu
2003-04-20* win32/win32.c (NtInitialize): set the floating-point control wordeban
2003-04-11* win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]nobu
2003-03-04* configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu
2003-02-28 * win32/win32.c (map_errno): map OS error to errno. [new]usa
2003-02-28* win32/win32.c (flock): supports larger files, and maps errornobu
2003-02-17* win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu
2003-02-17* win32/win32.c (link): implement with CreateHardLink().usa