aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-142-0/+652
* * lib/getopts.rb: single_options can be nil[*], and is not notknu2002-03-131-2/+2
* * lib/resolv.rb: don't complete domains for absolute FQNs.akr2002-03-121-30/+31
* * lib/tsort.rb: new file.akr2002-03-112-0/+290
* * lib/resolv.rb: use its own thread group for background threads.akr2002-03-081-0/+5
* * lib/getopts.rb: Rewrite to fix some bugs and complete features.knu2002-03-041-75/+64
* * lib/net/imap.rb: added document.shugo2002-03-011-9/+165
* * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira2002-02-262-2/+14
* Corrected mis-indentation. Try diff -w to find that these are the same withoutnahi2002-02-251-704/+704
* * lib/shell.rb (Shell::expand_path): relative to @cwd.nobu2002-02-251-1/+1
* Refactoring. Added Context#format_frame to format a frame, used by up/downnahi2002-02-231-13/+16
* modify typo.aamine2002-02-221-1/+1
* * lib/net/protocol.rb: set read_timeout dynamically.aamine2002-02-222-39/+37
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-221-5/+1
* * prettyprint.rb: FillGroup implemented.akr2002-02-222-54/+184
* * 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