summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-12-17* lib/time.rb: use Time#utc_offset.akr
2001-12-13aamineaamine
2001-12-10new file.akr
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
2001-12-09aamineaamine
2001-12-07aamineaamine
2001-12-06* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa
2001-12-03* time.c (time_plus): must detect result overflow.matz
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-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-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-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-18 * lib/cgi.rb (header): support for Apache. thanks towakou
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-11-06* lib/net/imap.rb (getquota_response): use astring for mailboxshugo
2001-11-03* matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju
2001-11-01* bignum.c (rb_big_aref): idx may be a Bignum.matz
2001-10-30 * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-22* class.c (rb_mod_clone): should not copy class name, since clonematz
2001-10-16* string.c (rb_str_index): wrong increment for non alphanumericmatz
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* lib/ftools.rb (catname): allow trailing '/' for the destination.eban
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-07 * lib/net/telnet.rb: waitfor(): improvement. thanks towakou
2001-09-07 * lib/net/telnet.rb: waitfor(): bug fix.wakou
2001-09-06 * lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).wakou
2001-09-06* lib/jcode.rb: fixup quote handing.eban
2001-09-06* lib/jcode.rb (_regexp_quote): fix quote handling, again.eban
2001-09-05typo fixeban
2001-09-05* lib/jcode.rb (_regexp_quote): fix quote handling.eban
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-08-17aamineaamine
2001-08-15* win32/win32.c (NtCmdGlob): avoid VC++ warning.usa
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-31* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz
2001-07-30* lib/net/imap.rb: added new commands for managing folder quotasshugo
2001-07-24* ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu
2001-07-22* ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu
2001-07-17* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa
2001-07-13aamineaamine
2001-07-13* lib/mkmf.rb: use File::split to split a target into a prefix andknu
2001-07-09* lib/mkmf.rb: modify RM macro.eban
2001-07-08aamineaamine
2001-07-05* lib/tempfile.rb: a tempfile must be created with mode 0600.knu