summaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * common.mk (main): split from exts and makes main program afternobu2009-02-241-5/+3
* * configure.in, */Makefile.sub (LOAD_RELATIVE): moved from ruby.cnobu2009-02-191-0/+1
* * debug.c (set_debug_option): added rtc_error option.nobu2009-02-162-5/+27
* * win32/win32.c (_CrtDbgReportW): prevent from false positivenobu2009-02-151-0/+2
* * win32/win32.c (rb_w32_readdir_with_enc): fallback to OS convertionusa2009-02-061-1/+4
* * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa2009-02-062-35/+96
* * win32/Makefile.sub (config.h): follow recent changes about paths.usa2009-02-051-5/+7
* * win32/mkexports.rb: shouldn't export DllMain.usa2009-02-041-2/+3
* * cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too.nobu2009-02-021-4/+10
* * win32/win32.c (rb_w32_write): use of cast expressions as lvaluesnobu2009-02-021-1/+1
* * mkconfig.rb: patchlevel is somtimes minus.usa2009-02-021-3/+4
* * win32/dir.h: forgot to commit.usa2009-02-021-2/+2
* * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,usa2009-02-021-27/+37
* * win32/win32.c (rb_w32_write): limit write size to 32KB if the fileusa2009-01-301-2/+17
* * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to exportnobu2009-01-271-1/+1
* * lib/mkmf.rb (try_header): checks the header depending onnobu2009-01-271-0/+1
* * common.mk (distclean-enc, realclean-enc): do not call clean ofnobu2009-01-272-8/+3
* * win32/Makefile.sub (clean-ext): condition of EXTS was inverted.nobu2009-01-251-1/+1