| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * configure.in: change stack limit to 2MB from 32MB. | ko1 | 2007-02-14 | 1 | -1/+1 |
* | * intern.h: prepare rb_last_status_get() and rb_last_status_set(). | ko1 | 2007-02-05 | 1 | -3/+1 |
* | * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized. | nobu | 2007-02-02 | 1 | -0/+10 |
* | * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat, | usa | 2007-01-23 | 3 | -0/+14 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -15/+9 |
* | * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,... | nobu | 2006-12-21 | 2 | -0/+0 |
* | * win32/Makefile.sub (COMPILE_RULES): latter rule has higher priority. | nobu | 2006-12-14 | 1 | -1/+1 |
* | * win32/win32.c (init_stdhandle): redirect unopened IOs to NUL. | nobu | 2006-12-06 | 1 | -3/+12 |
* | * dir.c (glob_helper): get rid of possible memory leak. | nobu | 2006-10-30 | 1 | -15/+38 |
* | * win32/mkexports.rb, win32/resource.rb: use unique variable names. | nobu | 2006-10-24 | 2 | -5/+3 |
* | * 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-06 | 1 | -3/+0 |
* | * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keep | nobu | 2006-10-01 | 1 | -0/+1 |
* | * win32/Makefile.sub (CPP): check predefined value. | usa | 2006-09-26 | 1 | -1/+1 |
* | * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define | usa | 2006-09-20 | 1 | -1/+3 |
* | * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT. | nobu | 2006-09-08 | 3 | -11/+8 |
* | * ext/extmk.rb (extmake): follow Array#to_s. | usa | 2006-09-08 | 1 | -1/+1 |
* | * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program | nobu | 2006-09-08 | 3 | -4/+19 |
* | * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -1/+1 |
* | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h, | nobu | 2006-08-12 | 4 | -21/+228 |
* | * win32/win32.c (exit_handler): new function; release winsock and | usa | 2006-07-31 | 1 | -19/+30 |
* | * win32/win32.c (open_ifs_socket): should not use plain malloc. | usa | 2006-07-18 | 1 | -1/+5 |
* | * win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL. | usa | 2006-07-07 | 1 | -0/+2 |
* | * win32/win32.h: define isascii on MinGW for msvcrt compatibility. | eban | 2006-06-27 | 1 | -0/+2 |
* | * win32/win32.h (write): not need to define on bcc. | usa | 2006-06-11 | 1 | -1/+0 |
* | * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions. | usa | 2006-06-08 | 2 | -0/+28 |
* | * win32/win32.c (errmap): add some winsock errors. | usa | 2006-06-07 | 1 | -1/+7 |
* | * win32/win32.c (rb_w32_cmdvector): backslashes inside single-quotes | nobu | 2006-06-01 | 1 | -2/+2 |
* | * win32/win32.c (rb_w32_getcwd): runtime's getcwd() will not success | usa | 2006-06-01 | 1 | -19/+30 |
* | * win32/win32.c (rb_w32_getcwd): set errno if not set. | usa | 2006-06-01 | 1 | -0/+7 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -2/+2 |
* | * mkconfig.rb: merge multiple entries to an entry with multiple lines. | nobu | 2006-05-24 | 2 | -2/+26 |
* | * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. | ocean | 2006-03-02 | 1 | -0/+1 |
* | * win32/win32.c (NtInitialize): need to set a handler for VC++8. | usa | 2006-02-24 | 1 | -0/+11 |
* | * mkconfig.rb: generate RbConfig instead of Config. | akr | 2006-02-20 | 2 | -3/+3 |
* | * win32/win32.c (rb_w32_utime): drop read-only attribute before | usa | 2006-02-14 | 1 | -0/+5 |
* | * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with | usa | 2006-02-14 | 1 | -0/+3 |
* | * time.c (search_time_t): support non 32bit time_t environments. | usa | 2006-02-14 | 1 | -0/+8 |
* | * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. | usa | 2006-02-04 | 1 | -1/+14 |
* | * win32/setup.mak (MAKE): workaround for nmake 8. | usa | 2006-01-17 | 1 | -0/+1 |
* | * win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8. | usa | 2006-01-17 | 1 | -3/+3 |
* | * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag, | ocean | 2006-01-09 | 1 | -0/+4 |
* | * win32/win32.c (rb_w32_seekdir): should not segfault even if passed | ocean | 2006-01-01 | 2 | -19/+31 |