aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-3/+2
* * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.subnobu2008-04-031-1/+1
* * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.usa2008-04-011-1/+4
* * {bcc,win}32/Makefile.sub (config.h): define ssize_t.usa2008-03-311-0/+6
* * {bcc,win}32/Makefile.sub: follow below changes.usa2008-03-141-9/+0
* * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse2008-03-141-0/+25
* * {bcc,win}32/Makefile.sub (config.h): define uint32_t.usa2008-03-131-0/+1
* * common.mk (clean-local): WINMAINOBJ is Windows specific.nobu2008-03-111-1/+1
* * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead ofusa2008-03-061-1/+1
* * common.mk, {bcc,win}32/Makefile.sub (clean-local): removenobu2008-02-241-2/+1
* * win32/win32.c (rb_w32_map_errno): exported.nobu2008-02-201-2/+4
* * win32/resource.rb: made version infos confirm to OS spec.usa2008-02-162-13/+12
* * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.nobu2008-02-151-0/+1
* * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.nobu2008-02-101-1/+1
* * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividingusa2008-02-071-2/+2
* * {bcc32,win32}/Makefile.sub (MINIOBJS): add dmytranscode.$(OBJEXT).usa2008-01-291-1/+1
* * common.mk (revision.h): extracts revision number with ``svn info''.nobu2008-01-252-16/+36
* * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectlyusa2008-01-181-9/+9
* * win32/Makefile.sub (MKFILES): add dependecies.usa2008-01-151-1/+2
* * win32/setup.mak: strip out empty lines from CPP output.nobu2008-01-151-2/+4
* * {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full pathnobu2008-01-152-3/+6
* * {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir whenusa2008-01-151-1/+1
* * common.mk (OBJS): moved encoding.o from COMMONOBJS.nobu2008-01-141-1/+1
* * win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.usa2008-01-141-1/+1
* * {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]nobu2008-01-131-1/+1
* * win{32,ce}/Makefile.sub: merged.nobu2008-01-081-18/+153
* * common.mk, Makefile.in, */Makefile.sub (distclean-local): moveusa2008-01-071-0/+1
* * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu2007-12-301-1/+1
* * win32/Makefile.sub (config.status): keep this file.usa2007-12-251-1/+1
* * configure.in, cygwin/GNUmakefile.in, */Makefile.sub,nobu2007-12-241-8/+8
* * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu2007-12-241-15/+18
* * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.nobu2007-12-241-1/+1
* * common.mk: should not pass MAKEFLAGS to recursive make.nobu2007-12-241-1/+1
* * version.h: use patchlevel if revision is not set.nobu2007-12-221-0/+1
* * */Makefile.sub (MFLAGS): define unless defined.usa2007-12-221-0/+4
* * */Makefile.sub (DEFS, RM): output to config.status.usa2007-12-191-1/+4
* * common.mk (encs): added dependencies.nobu2007-12-171-1/+3
* * win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.nobu2007-12-171-0/+4
* * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu2007-12-171-0/+5
* * Makefile.in, */Makefile.sub (CP, MV): added.nobu2007-12-111-0/+2
* * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa2007-11-201-47/+44
* * common.mk, Makefile.in: rename prelude.c to miniprelude.c.akr2007-11-141-1/+1
* * common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu2007-11-131-5/+0
* * lex.c.blt: moved from lex.c.akr2007-11-131-0/+3
* * {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT)usa2007-11-121-1/+1
* * {bcc,win}32/Makefile.sub (MINIOBJS): added prelude.$(OBJEXT).nobu2007-11-121-1/+1
* * {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.akr2007-11-111-3/+0
* * win32/Makefile.sub: vendor_ruby support.usa2007-11-041-0/+5
* * win32/setup.mak: commit miss.usa2007-10-311-1/+0
* * win32/configure.bat, setup.mak: now can recognize OS even ifusa2007-10-313-18/+40