Age | Commit message (Expand) | Author |
2008-06-06 | Merge changes from ruby_1_8 to reduce warnings and potentially improve | knu |
2008-06-06 | * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize): | knu |
2008-04-15 | * rubyio.h (rb_io_t): renamed from OpenFile. | nobu |
2008-02-20 | * win32/win32.c (rb_w32_map_errno): exported. | nobu |
2008-01-03 | * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660] | nobu |
2007-07-15 | * ext/digest/digest.c (rb_digest_instance_update, | nobu |
2007-02-23 | * signal.c (sighandler): need to tell to be interrupted to main | usa |
2006-08-16 | * win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258] | nobu |
2006-06-27 | * win32/win32.h: define isascii on MinGW for msvcrt compatibility. | eban |
2006-06-26 | * win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified. | usa |
2006-06-11 | * win32/win32.h (write): not need to define on bcc. | usa |
2006-06-08 | * win32/win32.[ch] (rb_w32_read, rb_w32_write): new functions. | usa |
2006-06-07 | * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add | usa |
2005-11-22 | * file.c (test_identical): test if two files are identical. | nobu |
2005-11-18 | * win32/win32.h (S_IFIFO): r,w = IO.pipe; r.stat.pipe? now | ocean |
2005-09-15 | * win32/win32.h (rb_w32_stat): added prototype. | ocean |
2005-08-18 | * bcc32/Makefile.sub (COMMON_HEADERS): reverted 1.42.2.24. | ocean |
2005-07-01 | * missing/erf.c: need to include some headers for some platforms. | matz |
2005-06-20 | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa |
2005-05-16 | * win32/win32.h, {bcc32,win32,wince}/Makefile.sub: moved rb_[ugp]id_t | nobu |
2005-05-15 | * win32/win32.{h,c}: define rb_{p,g,u}id_t. | ocean |
2005-04-03 | * win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32. | ocean |
2005-02-21 | * {bcc32,win32,wince}/Makefile.sub (config.h): add fcntl. | usa |
2005-01-05 | * dir.c (dir_s_mkdir): win32 special processing doesn't need any | usa |
2004-12-24 | * bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD) | ocean |
2004-12-24 | * win32/win32.[ch]: failed to compile on bcc32 (and probably wince) | ocean |
2004-12-15 | * win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT's | usa |
2004-11-12 | * eval.c (ruby_options): now we cannot call rb_glob() before | usa |
2004-07-25 | * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32's | ocean |
2003-12-22 | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu |
2003-12-10 | * win32/win32.h: define execv() using do_aspawn(). | eban |
2003-08-26 | * win32/win32.c (map_errno): support winsock error. | usa |
2003-07-30 | * error.c (rb_raise): snprintf() termination moved to | nobu |
2003-07-29 | * ChangeLog: tabify. | usa |
2003-05-13 | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | usa |
2003-04-21 | * numeric.c (flo_is_finite_p): use finite() if available. | nobu |
2003-04-20 | * win32/win32.c (NtInitialize): set the floating-point control word | eban |
2003-03-04 | * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define | nobu |
2003-02-17 | * win32/win32.c (link): implement with CreateHardLink(). | usa |
2003-01-06 | * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn() | usa |
2003-01-04 | * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. | usa |
2003-01-04 | * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. | usa |
2002-12-26 | * ext/extmk.rb (create_makefile): check only `-' option. | eban |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |
2002-10-10 | * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket() | nobu |
2002-10-01 | * ext/socket/socket.c (init_sock): no need for special finalizer, | nobu |
2002-09-29 | * win32/win32.c (rb_w32_open_osfhandle): adjust | nobu |
2002-09-11 | * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x. | usa |
2002-09-09 | * win32/win32.h (S_I?USR): define only if not mingw32. | eban |
2002-09-08 | * time.c: prototype; time_free() to avoid VC++ warnings. | usa |