summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2002-12-23Merge from 1.7:knu
2002-12-21* lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban
2002-12-16* removed URI::Generic#to_ary.akira
2002-12-12fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira
2002-12-11Merge from 1.7:knu
2002-12-02* eval.c (backtrace): should ignore line 0 frame.matz
2002-11-22change default prompt.keiju
2002-11-21* lib/net/http.rb: should not overwrite Host: header.aamine
2002-11-19URI::extract extracts only URIs of specified schemes when schemes are specified.akira
2002-11-18Improve the comment section.knu
2002-11-17* lib/tempfile.rb: Make this libary thread safe.knu
2002-11-14* ostruct.rb: fix a bug in inspect which called String#+ with Symbol.nahi
2002-11-03* lib/getopts.rb: Do not choke on characters that cannot be usedknu
2002-10-20should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira
2002-10-10* eval.c (ruby_init): Init_stack() with local location.nobu
2002-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira
2002-10-01* regex.c (re_match): p1 may exceed pend limit.matz
2002-09-25* eval.c (ruby_run): should set toplevel visibility again here.matz
2002-09-22* lib/mkmf.rb: some backports.nobu
2002-09-11* lib/mkmf.rb (create_makefile): Merge from 1.7: link withusa
2002-09-11* lib/open3.rb: Merge from 1.7: Turn sync on for the writerknu
2002-09-11* lib/thread.rb: Merge from 1.7: Get rid of race condition inknu
2002-09-11* lib/tempfile.rb: Merge from 1.7: Add Tempfile#size.knu
2002-08-25 * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou
2002-08-24* lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr
2002-08-15* lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju
2002-08-12* hash.c (rb_hash_equal): should check default values.matz
2002-07-05 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou
2002-07-03 * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou
2002-07-02 * lib/cgi.rb (CGI#header): accept any type as value.wakou
2002-06-20* lib/ftools.rb (compare): don't return with a file openedeban
2002-06-20* lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban
2002-06-19* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban
2002-06-12merged differences between uri-0.9.6 and uri-0.9.7akira
2002-06-05* math.c (Init_Math): backport asin, acos, atan.matz
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-05-30 * lib/cgi.rb: if StringIO is usable then use it.wakou
2002-05-29fix for POST method.wakou
2002-05-29 * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou
2002-05-22updated to the new version (based on date2 2.6.1).tadf
2002-05-20Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou
2002-05-02* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban
2002-05-01* file.c (rb_find_file): load must be done from an abolute path ifmatz
2002-04-24bang forgot.nobu
2002-04-23* lib/mkmf.rb (create_makefile): should print depend file whennobu
2002-04-23* ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa
2002-04-10 * lib/cgi/session.rb: support for multipart form.wakou
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-01* lib/mkmf.rb (create_makefile): get rid of needless '='.eban
2002-03-30Changed regexp for 'break' command.nahi