aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* added uri library (uri-0.9.4)akira2002-01-109-0/+2302
* fix typo in documentation.akr2002-01-071-1/+1
* * lib/time.rb (Time#xmlschema): new optional argumentakr2002-01-071-7/+26
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-0/+4
* The author of getoptlong.rb has agreed on changing the license fromknu2002-01-041-9/+2
* * lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.eban2002-01-021-7/+13
* aamineaamine2001-12-304-538/+565
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban2001-12-291-1/+4
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban2001-12-291-0/+1
* add pp.rb, prettyprint.rb and time.rb.akr2001-12-241-0/+3
* lib/pp.rb lib/prettyprint.rb: new file.akr2001-12-242-0/+1230
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-3/+3
* * lib/mkmf.rb (with_destdir): new.nobu2001-12-201-9/+13
* aamineaamine2001-12-201-4/+4
* * lib/time.rb: date.rb is not required anymore.akr2001-12-182-13/+35
* * lib/time.rb: use Time#utc_offset.akr2001-12-171-71/+10
* aamineaamine2001-12-134-115/+117
* new file.akr2001-12-101-0/+628
* * matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju2001-12-091-2/+2
* aamineaamine2001-12-094-94/+143
* 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