summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-02-01* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz
2002-01-31* lib/mkmf.rb (dir_config): prior --with flag.nobu
2002-01-31refine previous change.akr
2002-01-31* lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.akr
2002-01-29* lib/pp.rb: don't print a mode File::Stat as decimal number.akr
2002-01-29* file.c (rb_stat_rdev_major): added. [new]matz
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-16* lib/timeout.rb (timeout): new optional argument to specify anakr
2002-01-11* lib/English.rb: typomatz
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