summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2005-09-07* win32/win32.[hc] (rb_w32_utime): constified.ocean
2005-08-31* win32/Makefile.sub (OPTFLAGS): default global optimization tousa
2005-08-18* win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa
2005-08-03* common.mk, Makefile.in, {bcc32,win32,wince}/Makefile.sub: integratednobu
2005-08-03* configure.in, {bcc32,win32,wince}/Makefile.sub (HAVE_SNPRINTF,usa
2005-07-25* win32/win32.[ch]: (rb_w32_vsnprintf, rb_w32_snprintf): removed.usa
2005-07-25* {bcc32,win32,wince}/Makefile.sub: moved CPPFLAGS only for rubynobu
2005-07-25* common.mk: Borland MAKE doesn't look for file names which have pathsnobu
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-07-16* win32/win32.[hc]: constified socket functions. [ruby-dev:26553]ocean
2005-07-14reordered just for diffing.ocean
2005-07-14* win32/win32.c (rb_w32_strerror): should return correct messageocean
2005-07-13* win32/win32.c (rb_w32_mkdir): should set EEXIST (not EACCES)ocean
2005-07-08* win32/win32.c (StartSockets): iSockOpt is no longer used.nobu
2005-07-06* win32/win32.c (open_ifs_socket): new function.usa
2005-07-01* missing/erf.c: need to include some headers for some platforms.usa
2005-06-20* ext/dbm/dbm.c (fdbm_closed): new method DBM#closed?usa
2005-05-23* win32/Makefile.sub ($(PROGRAM)): add dependency on $(LIBRUBY_SO).usa
2005-05-18* win32/win32.c (NtInitialize): fix typo.usa
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-05-17* win32/win32.c (unixtime_to_filetime): use localtime() instaed ofusa
2005-05-16* win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_tnobu
2005-05-15* win32/win32.{h,c}: define rb_{p,g,u}id_t.ocean
2005-05-15* win32/win32.c (unixtime_to_filetime): deal with DST.nobu
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-30* configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.nobu
2005-04-27* win32/Makefile.sub (OPTFLAGS): default global optimization tonobu
2005-04-20* configure.in, lib/mkmf.rb, {bcc32,win32,wince}/Makefile.sub: improvenobu
2005-04-20* lib/mkmf.rb (create_makefile): support platforms have file separatornobu
2005-04-20* Makefile.in, common.mk: miniruby depens on MINIOBJS.nobu
2005-04-20* win32/ifchange.bat: delete testing files.nobu
2005-04-19* {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:nobu
2005-04-13* configure.in (mingw32): use actual runtime DLL name as ruby DLLnobu
2005-04-02* wince/configure.bat, wince/setup.mak: add prefix, extstatic andnobu
2005-03-30* win32/rm.bat: $Id doesn't work on -kb file.ocean
2005-03-05* dir.c (rb_glob): fixed mismatch of argument.ocean
2005-03-04* file.c (eaccess): workaround for VC++8 runtime.usa
2005-03-03* {bcc32,win32,wince}/Makefile.sub (config.h): check if affectednobu
2005-02-22* configure.in, lib/mkmf.rb: use simple commands if available.nobu
2005-02-10* win32/win32.c (rb_w32_fdopen): suppress warning.nobu
2005-02-10* configure.in, win32/Makefile.sub (LIBS, COMMON_HEADERS): useusa
2005-02-10* bcc32/Makefile.sub (COMMON_LIBS): add libraries included innobu
2005-02-10* win32/win32.c (init_stdhandle): assign standard file handles.nobu
2005-01-26* win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa
2005-01-06* win32/win32.c (rb_w32_close): didn't close socket handle.ocean
2005-01-05* parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean
2004-12-15* win32/win32.c (rb_w32_fdisset): check whether the handle is valid.usa
2004-12-14* win32/win32.c (rb_w32_close): need to reset osfhnd().usa
2004-12-08* win32/win32.c (rb_w32_pipe_exec): need to close original socketusa