aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-1110-6/+203
* * object.c (rb_class_real): follow included modules.nobu2001-12-102-0/+7
* * util.h: change prototype of ruby_qsort() to accord with its definition.usa2001-12-102-1/+6
* * parse.y (gettable): should freeze __FILE__ string.eban2001-12-101-1/+1
* add lib/time.rb.akr2001-12-101-0/+1
* auxiliary routines update.matz2001-12-102-3/+5
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-1019-336/+653
* new file.akr2001-12-101-0/+628
* 20011209nobu2001-12-091-2/+2
* * matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju2001-12-092-2/+6
* * enum.c (enum_sort_by): should replace with last elements.nobu2001-12-092-1/+5
* aamineaamine2001-12-098-191/+301
* aamineaamine2001-12-075-44/+47
* * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa2001-12-072-1/+6
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-063-0/+12
* replace have_header("curses") with have_header("curses.h")ttate2001-12-041-1/+1
* 2001-12-03eban2001-12-031-2/+2
* * time.c (time_plus): must detect result overflow.matz2001-12-033-77/+117
* * configure.in: add -Wl,-export-dynamic on NetBSD.eban2001-12-032-1/+5
* * ext/socket/extconf.rb: remove -L/usr/local/lib.eban2001-12-032-1/+4
* * configure.in: not use X11BASE, since it's not always set.usa2001-12-032-2/+6
* * configure.in: apply patch from NetBSD's pkgsrc (patch-aa).usa2001-12-022-14/+16
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-024-12/+18
* One more fix to use Digest::MD5.knu2001-12-011-1/+1
* Reflect the update of the MD5 module which is now Digest::MD5.knu2001-12-015-21/+14
* * configure.in: default --enable-shared to yes on cygwin and mingw32.eban2001-11-301-0/+2
* * configure.in: set target_cpu to i386 on cygwin and mingw32.eban2001-11-302-1/+7
* bug fix for getnstr() and wgetnstr()ttate2001-11-291-2/+2
* * string.c (rb_str_equal): object with to_str must be treated as amatz2001-11-295-3/+31
* * README.EXT: Appendix B is duplicated.usa2001-11-293-2/+8
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-286-54/+89
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-279-83/+301
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-2612-0/+723
* * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa2001-11-262-26/+82
* 2001-11-25usa2001-11-251-2/+2
* * parse.y (str_extend): change types of second and third argumentsusa2001-11-252-2/+7
* Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate2001-11-232-3/+11
* 2001-11-22eban2001-11-221-2/+2
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-2110-56/+181
* * lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo2001-11-212-1/+8
* 2001-11-20eban2001-11-201-2/+2
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-193-1/+14
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-196-11/+36
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-1925-297/+348
* * lib/cgi.rb (header): support for Apache. thanks towakou2001-11-182-0/+9
* * parse.y: needless conditionals.nobu2001-11-183-9/+12
* 20011115nobu2001-11-151-2/+2
* * array.c (rb_ary_join): non-nil separator must be converted tonobu2001-11-152-2/+8
* * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa2001-11-144-345/+49
* * win32/win32.c (waitpid): fix wait count.usa2001-11-132-5/+11