summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-01-10added uri library (uri-0.9.4)akira
2002-01-07fix typo in documentation.akr
2002-01-07* lib/time.rb (Time#xmlschema): new optional argumentakr
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2002-01-04The author of getoptlong.rb has agreed on changing the license fromknu
2002-01-02* lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban
2001-12-30aamineaamine
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban
2001-12-29* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban
2001-12-24add pp.rb, prettyprint.rb and time.rb.akr
2001-12-24lib/pp.rb lib/prettyprint.rb: new file.akr
2001-12-21* time.c (time_plus): result should not be negative unlessmatz
2001-12-20* lib/mkmf.rb (with_destdir): new.nobu
2001-12-20aamineaamine
2001-12-18* lib/time.rb: date.rb is not required anymore.akr
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