summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-12-11* string.c (rb_str_match_m): should convert an argument intomatz
2001-12-10* object.c (rb_class_real): follow included modules.nobu
2001-12-10* util.h: change prototype of ruby_qsort() to accord with its definition.usa
2001-12-10* parse.y (gettable): should freeze __FILE__ string.eban
2001-12-10add lib/time.rb.akr
2001-12-10auxiliary routines update.matz
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-12-10new file.akr
2001-12-0920011209nobu
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
2001-12-09* enum.c (enum_sort_by): should replace with last elements.nobu
2001-12-09aamineaamine
2001-12-07aamineaamine
2001-12-07* ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa
2001-12-06* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa
2001-12-04replace have_header("curses") with have_header("curses.h")ttate
2001-12-032001-12-03eban
2001-12-03* time.c (time_plus): must detect result overflow.matz
2001-12-03* configure.in: add -Wl,-export-dynamic on NetBSD.eban
2001-12-03* ext/socket/extconf.rb: remove -L/usr/local/lib.eban
2001-12-03* configure.in: not use X11BASE, since it's not always set.usa
2001-12-02* configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa
2001-12-02* configure.in: use GCC, not without_gcc. remove without_gcc.eban
2001-12-01One more fix to use Digest::MD5.knu
2001-12-01Reflect the update of the MD5 module which is now Digest::MD5.knu
2001-11-30* configure.in: default --enable-shared to yes on cygwin and mingw32.eban
2001-11-30* configure.in: set target_cpu to i386 on cygwin and mingw32.eban
2001-11-29bug fix for getnstr() and wgetnstr()ttate
2001-11-29* string.c (rb_str_equal): object with to_str must be treated as amatz
2001-11-29* README.EXT: Appendix B is duplicated.usa
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz
2001-11-26Import the "syslog" module from the rough ruby project. This moduleknu
2001-11-26 * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa
2001-11-252001-11-25usa
2001-11-25 * parse.y (str_extend): change types of second and third argumentsusa
2001-11-23Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate
2001-11-222001-11-22eban
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-21* lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo
2001-11-202001-11-20eban
2001-11-19* parse.y (str_extend): should not terminate string interpolationmatz
2001-11-19* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-18 * lib/cgi.rb (header): support for Apache. thanks towakou
2001-11-18* parse.y: needless conditionals.nobu
2001-11-1520011115nobu
2001-11-15* array.c (rb_ary_join): non-nil separator must be converted tonobu
2001-11-14 * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa
2001-11-13 * win32/win32.c (waitpid): fix wait count.usa