summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2004-11-29* win32/win32.c (CreateChild): search executable file if no programusa
2004-11-29* win32/win32.c (CreateChild): push back the last space before nextusa
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-11-12* eval.c (ruby_options): now we cannot call rb_glob() beforeusa
2004-10-25* win32/win32.c (isUNCRoot): should check NUL after '.'.eban
2004-09-22* win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa
2004-08-30* win32/win32.c (CreateChild): strip trailing spaces. [ruby-dev:24143]usa
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
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-06-21* win32/win32.c (rb_w32_opendir): use FindFirstFile()/FindNextFile()/usa
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-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