aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * pack.c (pack_pack): wrong # comment treatment.matz2002-02-211-1/+1
* aamineaamine2002-02-194-520/+536
* aamineaamine2002-02-072-43/+55
* uri-0.9.5akira2002-02-073-4/+17
* * lib/net/imap.rb: OpenSSL support.shugo2002-02-061-14/+56
* * object.c (rb_class_real): should not follow ICLASS linkmatz2002-02-041-2/+2
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-4/+3
* * lib/mkmf.rb (dir_config): prior --with flag.nobu2002-01-311-18/+7
* refine previous change.akr2002-01-311-1/+1
* * lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr2002-01-311-2/+8
* * lib/pp.rb: don't print a mode File::Stat as decimal number.akr2002-01-291-3/+3
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-292-99/+229
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-1/+2
* * lib/timeout.rb (timeout): new optional argument to specify anakr2002-01-162-4/+7
* * lib/English.rb: typomatz2002-01-111-1/+1
* 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