aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* aamineaamine2001-12-074-44/+35
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-061-0/+3
* * time.c (time_plus): must detect result overflow.matz2001-12-031-53/+57
* 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
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-41/+49
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-42/+188
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-1/+1
* * lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo2001-11-211-1/+3
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-1/+1
* * lib/cgi.rb (header): support for Apache. thanks towakou2001-11-181-0/+4
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-133-18/+25
* * process.c (security): always give warning for insecure PATH.matz2001-11-082-8/+12
* * lib/net/imap.rb (getquota_response): use astring for mailboxshugo2001-11-061-4/+2
* * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju2001-11-032-6/+6
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-011-32/+318
* * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou2001-10-301-3/+1
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-2/+2
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-13/+0
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-1/+1
* * marshal.c (r_object): better allocation type check formatz2001-10-031-2/+2
* * lib/ftools.rb (catname): allow trailing '/' for the destination.eban2001-10-021-6/+1
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-022-10/+4
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-1/+4
* * lib/net/telnet.rb: waitfor(): improvement. thanks towakou2001-09-071-1/+1
* * lib/net/telnet.rb: waitfor(): bug fix.wakou2001-09-071-2/+3
* * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou2001-09-062-77/+61
* * lib/jcode.rb: fixup quote handing.eban2001-09-061-8/+11
* * lib/jcode.rb (_regexp_quote): fix quote handling, again.eban2001-09-061-12/+14
* typo fixeban2001-09-051-1/+1
* * lib/jcode.rb (_regexp_quote): fix quote handling.eban2001-09-051-3/+1
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-5/+11
* aamineaamine2001-08-174-24/+24
* * win32/win32.c (NtCmdGlob): avoid VC++ warning.usa2001-08-151-1/+1
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-2/+5
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-312-8/+17
* * lib/net/imap.rb: added new commands for managing folder quotasshugo2001-07-301-0/+79
* * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu2001-07-241-2/+5
* * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu2001-07-221-2/+2
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-171-1/+1
* aamineaamine2001-07-132-3/+3
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-131-3/+3
* * lib/mkmf.rb: modify RM macro.eban2001-07-091-3/+3
* aamineaamine2001-07-084-23/+61
* * lib/tempfile.rb: a tempfile must be created with mode 0600.knu2001-07-051-1/+1
* aamineaamine2001-07-031-2/+2
* aamineaamine2001-07-034-11/+19
* aamineaamine2001-07-034-114/+146
* * lib/mkmf.rb: distclean should remove mkmf.log as well.knu2001-07-031-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-1/+3