summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2009-07-22 * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa
2009-07-21 * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa
2009-07-21 * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.usa
2009-07-15 * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.usa
2009-06-24 * win32/resource.rb: CONFIG["TEENY"] is not ruby's version but API'susa
2009-06-24 * win32/mkexports.rb: rbconfig.rb exists on ".".usa
2009-06-09* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu
2009-05-23* configure.in ($ridir): new configuration. [ruby-core:23520].yugui
2009-05-22* instruby.rb: moved into tool/.yugui
2009-05-17* win32/setup.mak (-version-): r23426.nobu
2009-05-08* Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu
2009-04-01* win32/Makefile.sub (config.h): updated.nobu
2009-03-23* win32/win32.c (rb_w32_spawn): use original command if not found.nobu
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-20* win32/win32.c (rb_w32_conv_from_wstr): added.nobu
2009-03-20* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program namenobu
2009-03-20* win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.nobu
2009-03-17* win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu
2009-03-16* common.mk (REVISION_H): keeps timestamp of revision.h.nobu
2009-03-16* Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu
2009-03-15* common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu
2009-03-12 * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 orusa
2009-03-11* win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,nobu
2009-03-11* win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.nobu
2009-03-10* time.c (time_to_i, time_hash): time_t may be bigger than longnobu
2009-03-10* win32/win32.c: suppress warnings. based on a patch from Charlienobu
2009-03-10* win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead ofnobu
2009-03-10* win32/Makefile.sub (OPTFLAGS): simplified.usa
2009-03-10* win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SOnobu
2009-03-10* win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb sonobu
2009-03-08* win32/Makefile.sub (LDFLAGS): always prepends -link.nobu
2009-03-06* Makefile.in (update-mspec): split from update-rubyspec.nobu
2009-03-06* configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd usingnobu
2009-03-06* win32/Makefile.sub (.c.asm): removed $(COUTFLAG).nobu
2009-03-06* Makefile.in, win32/Makefile.sub (INSNS): moved variablenobu
2009-03-05* win32/win32.c (rb_w32_sysinit): initializes version info first.nobu
2009-03-05* win32/win32.c (Win32System, Win32Version): moved before get_version.nobu
2009-03-05* win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu
2009-03-05* win32/Makefile.sub (make_insns_rules): rule to make rules for insns.nobu
2009-03-05* win32/Makefile.sub (miniruby.exe): workaround for a failure ofnobu
2009-03-04* win32/README.win32 (Requirement): VC++ 5.0 is not supportednobu
2009-03-04* win32/README.win32 (Requirement): added unicows.lib and dll.nobu
2009-03-04* configure.in, win32/configure.bat (--enable-win95): new optionnobu
2009-03-04* configure.in (mingw): checks if unicows.lib is available.nobu
2009-03-04* include/ruby/win32.h (WIN95): moved to config.hnobu
2009-03-02* win32/win32.c (init_env): keeps wide chars as wide chars.nobu
2009-02-26* common.mk (INSNS, newline.c, miniprelude.c, prelude.c),nobu
2009-02-25 * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa
2009-02-25 * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa
2009-02-24* common.mk (main): split from exts and makes main program afternobu