summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-06* time.c (time_mload): a patch from Daniel Bergermatz
2006-07-06* process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2006-07-062006-07-06aamine
2006-07-032006-07-04matz
2006-07-03* ChangeLog: remove some direct reference to mail addressesmatz
2006-07-03* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai
2006-07-03fix typos.akr
2006-07-03* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu
2006-07-022006-07-03matz
2006-07-02* string.c (rb_str_inspect): encode \b (\010) for escape.matz
2006-07-02* ext/racc/cparse/cparse.c: sync with original code (rev 1.7).aamine
2006-07-022006-07-02aamine
2006-07-01add a note for cygwin empty UDP packet problem.akr
2006-07-01* test/socket/test_nonblock.rb: add timeout to send/receiveakr
2006-06-302006-07-01matz
2006-06-30* configure.in: should test isinf for Solaris with GCC compiler.matz
2006-06-30* configure.in: should test isinf for Solaris with GCC compiler.matz
2006-06-302006-06-30matz
2006-06-29* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2006-06-28RDoc patch by Robin Stocker <robin@nibor.org>drbrain
2006-06-282006-06-29drbrain
2006-06-28* test/socket/test_unix.rb: test_seqpacket_pair removed.akr
2006-06-282006-06-28akr
2006-06-27* string.c: RDoc update for =~ method. a patch from Alex Youngmatz
2006-06-27* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai
2006-06-27* win32/win32.h: define isascii on MinGW for msvcrt compatibility.eban
2006-06-27* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu
2006-06-27Remove duplicated requiredrbrain
2006-06-26Merge from HEAD.drbrain
2006-06-26* 2006-06-27eban
2006-06-26* util.c (powersOf10): constified.nobu
2006-06-26* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai
2006-06-26* io.c (pipe_open): avoid closing uninitialized file descriptors.matz
2006-06-26* 2006-06-26usa
2006-06-26* win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified.usa
2006-06-25* Makefile.in, mkconfig.rb: catch-up for latest autoconf.nobu
2006-06-25new file.akr
2006-06-25* 2006-06-25eban
2006-06-25add extconf.h.akr
2006-06-24comment rb_ary_new4 behavior in Ruby 1.9.akr
2006-06-24* 2006-06-24eban
2006-06-23* signal.c: revert last change.nagai
2006-06-22* lib/net/http.rb (Net::HTTPResponse): duplicated error 501;matz
2006-06-22* 2006-06-22eban
2006-06-21* ext/socket/socket.c (sock_s_socketpair): try GC only once.akr
2006-06-21fixed an issue about mathn.tadf
2006-06-21* signal.c (ruby_nativethread_signal, posix_nativethread_signal,nagai
2006-06-21use fork to isolate rlimit effect.akr