| Commit message (Expand) | Author | Age | Files | Lines |
* | * common.mk (parse.c), ext/ripper/depend (ripper.c): process after | nobu | 2007-11-13 | 1 | -5/+0 |
* | * lex.c.blt: moved from lex.c. | akr | 2007-11-13 | 1 | -0/+3 |
* | * {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT) | usa | 2007-11-12 | 1 | -1/+1 |
* | * {bcc,win}32/Makefile.sub (MINIOBJS): added prelude.$(OBJEXT). | nobu | 2007-11-12 | 1 | -1/+1 |
* | * {win32,wince,bcc32}/Makefile.sub: delete lex.c rule. | akr | 2007-11-11 | 1 | -3/+0 |
* | * win32/Makefile.sub: vendor_ruby support. | usa | 2007-11-04 | 1 | -0/+5 |
* | * win32/setup.mak: commit miss. | usa | 2007-10-31 | 1 | -1/+0 |
* | * win32/configure.bat, setup.mak: now can recognize OS even if | usa | 2007-10-31 | 3 | -18/+40 |
* | * win32/mkexports.rb: deal with __fastcall name decorations. | nobu | 2007-10-13 | 1 | -3/+3 |
* | * {bcc,win}32/mkexports.rb: explicit data. [ruby-list:44108] | nobu | 2007-10-13 | 1 | -3/+4 |
* | * win32/Makefile.sub (COMMON_MACROS): workaround for old SDK's bug. | usa | 2007-10-11 | 1 | -1/+1 |
* | * Makefile.in, */Makefile.sub (VPATH): add enc directory. | nobu | 2007-10-10 | 1 | -1/+3 |
* | * win32/win32.c (init_env): refactoring. remove unused code. | usa | 2007-10-02 | 1 | -13/+10 |
* | * main.c (main): use platform-independent per-process initialization. | nobu | 2007-09-29 | 2 | -1/+2 |
* | * win32/REAMDE.win32: follow recent changes. | usa | 2007-09-27 | 1 | -7/+18 |
* | * 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/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -0/+1 |
* | * win32/win32.c (CreateChild): enclose command line except for | nobu | 2007-07-13 | 1 | -10/+19 |
* | * win32/Makefile.sub: define FUNC_FASTCALL macro. | ko1 | 2007-06-28 | 1 | -0/+1 |
* | * win32/win32.c: remove unused functions. | usa | 2007-06-27 | 1 | -54/+0 |
* | * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat, | usa | 2007-06-27 | 5 | -26/+55 |
* | * win32/Makefile.sub (config.status): rubyhdrdir was missing. | nobu | 2007-06-10 | 1 | -0/+2 |
* | * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 4 | -551/+32 |
* | * {win32,wince}/Makefile.sub: add lex.c rule. | usa | 2007-06-08 | 1 | -0/+3 |
* | * win32/win32.c (rb_w32_opendir): removed duplicated code. | nobu | 2007-05-29 | 1 | -23/+11 |
* | * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magic | nobu | 2007-05-29 | 1 | -11/+15 |
* | * win32/win32.c (init_stdhandle): stderr should be without buffering, | usa | 2007-05-15 | 1 | -0/+1 |
* | * win32/win32.c (NtInitialize, exit_handler): add initializing and | usa | 2007-04-25 | 1 | -48/+36 |
* | * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): no | usa | 2007-04-11 | 2 | -52/+0 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errno | usa | 2007-04-10 | 1 | -0/+4 |
* | * thread.c (do_select): use ubf_select() as UBF on windows. | usa | 2007-04-09 | 1 | -7/+0 |
* | * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported by | usa | 2007-03-30 | 1 | -10/+5 |
* | * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector, | usa | 2007-03-23 | 1 | -47/+44 |
* | * win32/Makefile.sub (LIBS): remove an unnecessary library. | usa | 2007-03-22 | 1 | -1/+1 |
* | * missing/{strlcat,strlcpy}.c, missing.h: new functions. | usa | 2007-03-19 | 1 | -2/+2 |
* | * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir, | usa | 2007-03-17 | 2 | -9/+15 |
* | * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed | nobu | 2007-03-04 | 1 | -6/+6 |
* | * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system | nobu | 2007-02-28 | 1 | -0/+1 |
* | * win32/Makefile.sub: enable -Zi (debug) option. | ko1 | 2007-02-25 | 1 | -1/+1 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -3/+0 |
* | * file.c (rb_thread_flock, rb_file_flock): use UBF feature. | nobu | 2007-02-24 | 1 | -1/+1 |
* | * process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature. | nobu | 2007-02-24 | 1 | -2/+2 |
* | * win32/win32.c (StartSocket): remove unnecessary code. | usa | 2007-02-24 | 1 | -9/+0 |
* | * thread.c (rb_thread_polling): check interrupts here. | usa | 2007-02-23 | 2 | -119/+6 |
* | * win32/win32.c (set_pioinfo_extra): simplified. | usa | 2007-02-23 | 1 | -39/+17 |
* | * configure.in (pid_t, uid_t, gid_t): check if defined. | nobu | 2007-02-18 | 2 | -5/+5 |
* | * win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1 | usa | 2007-02-15 | 2 | -2/+52 |