summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-02-26* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira
2002-02-25* lib/shell.rb (Shell::expand_path): relative to @cwd.nobu
2002-02-24* lib/time.rb: fix unit tests before Unix Epoch.akr
2002-02-22* lib/net/protocol.rb: set read_timeout dynamically.aamine
2002-02-22* bignum.c (get2comp): need to specify to carry or not.matz
2002-02-21* eval.c: typo fixed.matz
2002-02-19aamineaamine
2002-02-07aamineaamine
2002-02-07uri-0.9.5akira
2002-02-04Comment for previous update;nahi
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-01-31* lib/mkmf.rb (dir_config): prior --with flag.nobu
2002-01-25*ext/extmk.rb.in, lib/mkmf.rb: add OUTFLAG.eban
2002-01-16added uri library (uri-0.9.4)akira
2002-01-16This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
2002-01-16* eval.c (block_pass): should not pass tainted block, if $SAFE > 0.matz
2002-01-15aamineaamine
2002-01-07fix typo in documentation.akr
2002-01-07* lib/time.rb (Time#xmlschema): new optional argumentakr
2002-01-04forgot to commit everything bug ChangeLogmatz
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-30* time.c (time_utc_offset): new function.akr
2001-12-30This commit was manufactured by cvs2svn to create branch 'ruby_1_6'.(no author)
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-20* lib/mkmf.rb (with_destdir): new.nobu
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
2001-12-09aamineaamine
2001-12-07aamineaamine
2001-12-07aamineaamine
2001-12-06* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa
2001-12-01Reflect the update of the MD5 module which is now Digest::MD5.knu
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
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-07* dir.c (my_getcwd): do not rely on MAXPATHLEN.matz
2001-11-03* matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju
2001-10-30 * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou
2001-10-22* string.c (rb_str_index): wrong increment for non alphanumericmatz
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-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
2001-09-05* lib/jcode.rb (_regexp_quote): fix quote handling.eban
2001-09-05* ruby.c (proc_options): should not adjust argc/argv if -e optionmatz