| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 20189: | shyouhei | 2009-02-09 | 1 | -8/+19 |
* | merge revision(s) 20166: | shyouhei | 2009-02-09 | 1 | -0/+2 |
* | merge revision(s) 19025,19050,19064,19482: | shyouhei | 2009-01-21 | 1 | -34/+31 |
* | merge revision(s) 18301: | shyouhei | 2009-01-03 | 1 | -9/+2 |
* | merge revision(s) 18262: | shyouhei | 2009-01-03 | 1 | -9/+31 |
* | Merge changes from ruby_1_8 that fixes build with Visual C++ 8 with | knu | 2008-06-06 | 2 | -3/+3 |
* | Merge changes from ruby_1_8 to reduce warnings and potentially improve | knu | 2008-06-06 | 2 | -24/+10 |
* | * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize): | knu | 2008-06-06 | 1 | -0/+1 |
* | Merge from ruby_1_8. | knu | 2008-05-29 | 1 | -0/+4 |
* | Merge from ruby_1_8. | knu | 2008-05-19 | 1 | -10/+16 |
* | Merge -r16241:16456 from ruby_1_8. | knu | 2008-05-18 | 2 | -55/+226 |
* | * rubyio.h (rb_io_t): renamed from OpenFile. | nobu | 2008-04-15 | 1 | -3/+0 |
* | * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc. | nobu | 2008-04-01 | 1 | -0/+3 |
* | * win32/win32.c (rb_w32_cmdvector): terminate shrunken command line. | nobu | 2008-03-11 | 1 | -2/+3 |
* | * common.mk (clean-local): removes MINOBJS. | nobu | 2008-03-11 | 1 | -1/+1 |
* | * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead of | usa | 2008-03-06 | 1 | -1/+1 |
* | * common.mk, {bcc,win}32/Makefile.sub (clean-local): remove | nobu | 2008-02-24 | 1 | -1/+1 |
* | * win32/win32.c (rb_w32_map_errno): exported. | nobu | 2008-02-20 | 2 | -2/+5 |
* | * win32/setup.mak ($(ARCH)): if a macro is appended by $(APPEND), | usa | 2008-01-22 | 2 | -10/+11 |
* | * win32/setup.mak: strip out empty lines from CPP output. | nobu | 2008-01-15 | 1 | -1/+2 |
* | * win32/win32.c (rb_w32_open_osfhandle): reverted to old definition. | nobu | 2008-01-10 | 1 | -1/+1 |
* | * win{32,ce}/Makefile.sub: merged. | nobu | 2008-01-08 | 1 | -26/+164 |
* | * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660] | nobu | 2008-01-03 | 1 | -8/+6 |
* | * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross | nobu | 2007-12-30 | 1 | -1/+1 |
* | * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l. | nobu | 2007-12-24 | 1 | -0/+4 |
* | * common.mk: should not pass MAKEFLAGS to recursive make. | nobu | 2007-12-24 | 1 | -1/+1 |
* | * win32/mkexports.rb: deal with __fastcall name decorations. | nobu | 2007-10-13 | 1 | -2/+3 |
* | * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108] | nobu | 2007-10-13 | 1 | -3/+7 |
* | * {bcc32,win32}/Makefile.sub (COMMON_MACROS): workaround for old SDK's | usa | 2007-10-11 | 1 | -1/+1 |
* | * win32/win32.c (make_cmdvector): adjust escaped successive | usa | 2007-10-02 | 1 | -27/+24 |
* | * win32/win32.c (init_env): initialize HOME and USER environment | usa | 2007-10-02 | 2 | -22/+64 |
* | * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_args | nobu | 2007-07-21 | 1 | -1/+1 |
* | * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic. | nobu | 2007-07-21 | 1 | -1/+1 |
* | * win32/resource.rb: include patchlevel number. | nobu | 2007-07-21 | 1 | -3/+5 |
* | * ext/digest/digest.c (rb_digest_instance_update, | nobu | 2007-07-15 | 2 | -0/+2 |
* | * win32/win32.c (CreateChild): enclose command line except for | nobu | 2007-07-13 | 1 | -10/+19 |
* | * win32/win32.c (rb_w32_opendir): store attributes of the second | nobu | 2007-05-29 | 1 | -32/+27 |
* | * win32/win32.c (move_to_next_entry): loc also must move forward. | nobu | 2007-05-18 | 1 | -0/+1 |
* | * win32/mkexports.rb: preserve prefixed underscores for WINAPI | nobu | 2007-05-17 | 1 | -1/+1 |
* | * win32/win32.c (init_stdhandle): stderr should be without buffering, | usa | 2007-05-15 | 1 | -0/+1 |
* | * thread_win32.ci (w32_wait_events): check whether interrupt_event is | usa | 2007-04-10 | 1 | -0/+4 |
* | * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1 | usa | 2007-02-23 | 1 | -1/+29 |
* | * signal.c (sighandler): need to tell to be interrupted to main | usa | 2007-02-23 | 2 | -1/+8 |
* | * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bring | knu | 2007-02-15 | 2 | -2/+21 |
* | * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,... | nobu | 2006-12-21 | 2 | -0/+0 |
* | * dir.c (glob_helper): get rid of possible memory leak. | nobu | 2006-10-30 | 1 | -17/+42 |
* | * win32/win32.c (rb_w32_utime): allow NULL to set the current time. | nobu | 2006-10-18 | 1 | -4/+10 |
* | * mkconfig.rb: *OBJS are not needed for extension libraries. | nobu | 2006-10-15 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use | usa | 2006-10-10 | 1 | -3/+0 |
* | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 1 | -0/+1 |