| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME): | nobu | 2009-05-08 | 1 | -6/+11 |
* | * win32/Makefile.sub (config.h): updated. | nobu | 2009-04-01 | 1 | -4/+4 |
* | * win32/win32.c (rb_w32_spawn): use original command if not found. | nobu | 2009-03-23 | 1 | -2/+1 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL as | nobu | 2009-03-22 | 1 | -29/+49 |
* | * win32/win32.c (rb_w32_conv_from_wstr): added. | nobu | 2009-03-20 | 1 | -56/+0 |
* | * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): omit program name | nobu | 2009-03-20 | 1 | -50/+117 |
* | * win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND. | nobu | 2009-03-20 | 1 | -0/+1 |
* | * win32/Makefile.sub (config.h): added RUBY_COREDLL. | nobu | 2009-03-17 | 1 | -0/+1 |
* | * common.mk (REVISION_H): keeps timestamp of revision.h. | nobu | 2009-03-16 | 1 | -7/+15 |
* | * Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules. | nobu | 2009-03-16 | 1 | -0/+9 |
* | * common.mk (.y.c): use SRC_FILE which contains slashes instead of | nobu | 2009-03-15 | 1 | -0/+2 |
* | * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 or | usa | 2009-03-12 | 1 | -0/+4 |
* | * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP, | nobu | 2009-03-11 | 1 | -55/+0 |
* | * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long. | nobu | 2009-03-11 | 2 | -10/+115 |
* | * time.c (time_to_i, time_hash): time_t may be bigger than long | nobu | 2009-03-10 | 1 | -0/+5 |
* | * win32/win32.c: suppress warnings. based on a patch from Charlie | nobu | 2009-03-10 | 1 | -23/+24 |
* | * win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead of | nobu | 2009-03-10 | 1 | -2/+4 |
* | * win32/Makefile.sub (OPTFLAGS): simplified. | usa | 2009-03-10 | 1 | -1/+1 |
* | * win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SO | nobu | 2009-03-10 | 1 | -6/+5 |
* | * win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so | nobu | 2009-03-10 | 1 | -1/+1 |
* | * win32/Makefile.sub (LDFLAGS): always prepends -link. | nobu | 2009-03-08 | 1 | -1/+2 |
* | * Makefile.in (update-mspec): split from update-rubyspec. | nobu | 2009-03-06 | 1 | -0/+18 |
* | * configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd using | nobu | 2009-03-06 | 1 | -1/+2 |
* | * win32/Makefile.sub (.c.asm): removed $(COUTFLAG). | nobu | 2009-03-06 | 1 | -4/+4 |
* | * Makefile.in, win32/Makefile.sub (INSNS): moved variable | nobu | 2009-03-06 | 1 | -0/+3 |
* | * win32/win32.c (rb_w32_sysinit): initializes version info first. | nobu | 2009-03-05 | 1 | -14/+4 |
* | * win32/win32.c (Win32System, Win32Version): moved before get_version. | nobu | 2009-03-05 | 1 | -3/+5 |
* | * win32/win32.c (rb_w32_osid): always define for binary compatibility. | nobu | 2009-03-05 | 1 | -12/+25 |
* | * win32/Makefile.sub (make_insns_rules): rule to make rules for insns. | nobu | 2009-03-05 | 1 | -0/+16 |
* | * win32/Makefile.sub (miniruby.exe): workaround for a failure of | nobu | 2009-03-05 | 1 | -2/+5 |
* | * win32/README.win32 (Requirement): VC++ 5.0 is not supported | nobu | 2009-03-04 | 1 | -1/+1 |
* | * win32/README.win32 (Requirement): added unicows.lib and dll. | nobu | 2009-03-04 | 1 | -2/+6 |
* | * configure.in, win32/configure.bat (--enable-win95): new option | nobu | 2009-03-04 | 3 | -3/+22 |
* | * configure.in (mingw): checks if unicows.lib is available. | nobu | 2009-03-04 | 1 | -0/+3 |
* | * include/ruby/win32.h (WIN95): moved to config.h | nobu | 2009-03-04 | 2 | -5/+19 |
* | * win32/win32.c (init_env): keeps wide chars as wide chars. | nobu | 2009-03-02 | 1 | -20/+37 |
* | * common.mk (INSNS, newline.c, miniprelude.c, prelude.c), | nobu | 2009-02-26 | 1 | -19/+0 |
* | * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open file | usa | 2009-02-25 | 1 | -3/+34 |
* | * win32/Makefile.sub (config.status): use un.rb as cp instead of | usa | 2009-02-25 | 1 | -1/+0 |
* | * common.mk (main): split from exts and makes main program after | nobu | 2009-02-24 | 1 | -5/+3 |
* | * configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.c | nobu | 2009-02-19 | 1 | -0/+1 |
* | * debug.c (set_debug_option): added rtc_error option. | nobu | 2009-02-16 | 2 | -5/+27 |
* | * win32/win32.c (_CrtDbgReportW): prevent from false positive | nobu | 2009-02-15 | 1 | -0/+2 |
* | * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertion | usa | 2009-02-06 | 1 | -1/+4 |
* | * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function to | usa | 2009-02-06 | 2 | -35/+96 |
* | * win32/Makefile.sub (config.h): follow recent changes about paths. | usa | 2009-02-05 | 1 | -5/+7 |
* | * win32/mkexports.rb: shouldn't export DllMain. | usa | 2009-02-04 | 1 | -2/+3 |
* | * cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too. | nobu | 2009-02-02 | 1 | -4/+10 |
* | * win32/win32.c (rb_w32_write): use of cast expressions as lvalues | nobu | 2009-02-02 | 1 | -1/+1 |
* | * mkconfig.rb: patchlevel is somtimes minus. | usa | 2009-02-02 | 1 | -3/+4 |