aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditionsusa2009-07-231-2/+2
* * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.usa2009-07-221-1/+3
* * win32/win32.[ch] (recvmsg, sendmsg): new functions to support recvmsg/usa2009-07-211-1/+206
* * win32/Makefile.sub (TEST_RUNNABLE): follow r24209.usa2009-07-211-0/+3
* * win32/Makefile.sub (LIBPATHFLAG): path is already quoted in mkmf.rb.usa2009-07-151-1/+1
* * win32/resource.rb: CONFIG["TEENY"] is not ruby's version but API'susa2009-06-241-1/+1
* * win32/mkexports.rb: rbconfig.rb exists on ".".usa2009-06-241-1/+1
* * Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.nobu2009-06-091-0/+1
* * configure.in ($ridir): new configuration. [ruby-core:23520].yugui2009-05-231-3/+1
* * instruby.rb: moved into tool/.yugui2009-05-221-1/+1
* * win32/setup.mak (-version-): r23426.nobu2009-05-171-1/+1
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-6/+11
* * win32/Makefile.sub (config.h): updated.nobu2009-04-011-4/+4
* * win32/win32.c (rb_w32_spawn): use original command if not found.nobu2009-03-231-2/+1
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-29/+49
* * win32/win32.c (rb_w32_conv_from_wstr): added.nobu2009-03-201-56/+0
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program namenobu2009-03-201-50/+117
* * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.nobu2009-03-201-0/+1
* * win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu2009-03-171-0/+1
* * common.mk (REVISION_H): keeps timestamp of revision.h.nobu2009-03-161-7/+15
* * Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu2009-03-161-0/+9
* * common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu2009-03-151-0/+2
* * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 orusa2009-03-121-0/+4
* * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,nobu2009-03-111-55/+0
* * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.nobu2009-03-112-10/+115
* * time.c (time_to_i, time_hash): time_t may be bigger than longnobu2009-03-101-0/+5
* * win32/win32.c: suppress warnings. based on a patch from Charlienobu2009-03-101-23/+24
* * win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead ofnobu2009-03-101-2/+4
* * win32/Makefile.sub (OPTFLAGS): simplified.usa2009-03-101-1/+1
* * win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SOnobu2009-03-101-6/+5
* * win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb sonobu2009-03-101-1/+1
* * win32/Makefile.sub (LDFLAGS): always prepends -link.nobu2009-03-081-1/+2
* * Makefile.in (update-mspec): split from update-rubyspec.nobu2009-03-061-0/+18
* * configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd usingnobu2009-03-061-1/+2
* * win32/Makefile.sub (.c.asm): removed $(COUTFLAG).nobu2009-03-061-4/+4
* * Makefile.in, win32/Makefile.sub (INSNS): moved variablenobu2009-03-061-0/+3
* * win32/win32.c (rb_w32_sysinit): initializes version info first.nobu2009-03-051-14/+4
* * win32/win32.c (Win32System, Win32Version): moved before get_version.nobu2009-03-051-3/+5
* * win32/win32.c (rb_w32_osid): always define for binary compatibility.nobu2009-03-051-12/+25
* * win32/Makefile.sub (make_insns_rules): rule to make rules for insns.nobu2009-03-051-0/+16
* * win32/Makefile.sub (miniruby.exe): workaround for a failure ofnobu2009-03-051-2/+5
* * win32/README.win32 (Requirement): VC++ 5.0 is not supportednobu2009-03-041-1/+1
* * win32/README.win32 (Requirement): added unicows.lib and dll.nobu2009-03-041-2/+6
* * configure.in, win32/configure.bat (--enable-win95): new optionnobu2009-03-043-3/+22
* * configure.in (mingw): checks if unicows.lib is available.nobu2009-03-041-0/+3
* * include/ruby/win32.h (WIN95): moved to config.hnobu2009-03-042-5/+19
* * win32/win32.c (init_env): keeps wide chars as wide chars.nobu2009-03-021-20/+37
* * common.mk (INSNS, newline.c, miniprelude.c, prelude.c),nobu2009-02-261-19/+0
* * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa2009-02-251-3/+34
* * win32/Makefile.sub (config.status): use un.rb as cp instead ofusa2009-02-251-1/+0