summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/shellwords.rb (shellwords): A backslash ('\') in singleknu2003-01-191-2/+1
* Merge from 1.7:knu2002-12-231-46/+79
* * lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban2002-12-211-56/+72
* * removed URI::Generic#to_ary.akira2002-12-162-8/+5
* fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira2002-12-121-9/+9
* Merge from 1.7:knu2002-12-111-4/+5
* * eval.c (backtrace): should ignore line 0 frame.matz2002-12-021-0/+3
* change default prompt.keiju2002-11-221-0/+6
* * lib/net/http.rb: should not overwrite Host: header.aamine2002-11-211-1/+1
* URI::extract extracts only URIs of specified schemes when schemes are specified.akira2002-11-191-2/+2
* Improve the comment section.knu2002-11-181-11/+14
* * lib/tempfile.rb: Make this libary thread safe.knu2002-11-171-29/+52
* * ostruct.rb: fix a bug in inspect which called String#+ with Symbol.nahi2002-11-142-2/+3
* * lib/getopts.rb: Do not choke on characters that cannot be usedknu2002-11-031-2/+10
* should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira2002-10-201-2/+3
* * eval.c (ruby_init): Init_stack() with local location.nobu2002-10-101-11/+7
* updated uri.rb and uri/*.rb to uri-0.9.7akira2002-10-045-38/+77
* * regex.c (re_match): p1 may exceed pend limit.matz2002-10-011-4/+4
* * eval.c (ruby_run): should set toplevel visibility again here.matz2002-09-251-4/+6
* * lib/mkmf.rb: some backports.nobu2002-09-221-20/+79
* * lib/mkmf.rb (create_makefile): Merge from 1.7: link withusa2002-09-111-1/+1
* * lib/open3.rb: Merge from 1.7: Turn sync on for the writerknu2002-09-112-1/+2
* * lib/thread.rb: Merge from 1.7: Get rid of race condition inknu2002-09-111-15/+11
* * lib/tempfile.rb: Merge from 1.7: Add Tempfile#size.knu2002-09-111-0/+9
* * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou2002-08-251-3/+7
* * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr2002-08-241-4/+33
* * lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju2002-08-151-1/+1
* * hash.c (rb_hash_equal): should check default values.matz2002-08-121-1/+1
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-051-1/+4
* * lib/cgi.rb (CGI#initialize): improvement for mod_ruby.wakou2002-07-031-0/+1
* * lib/cgi.rb (CGI#header): accept any type as value.wakou2002-07-021-1/+1
* * lib/ftools.rb (compare): don't return with a file openedeban2002-06-201-2/+2
* * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192.eban2002-06-201-26/+11
* * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.eban2002-06-191-2/+5
* merged differences between uri-0.9.6 and uri-0.9.7akira2002-06-123-12/+19
* * math.c (Init_Math): backport asin, acos, atan.matz2002-06-051-3/+3
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-1/+2
* * lib/cgi.rb: if StringIO is usable then use it.wakou2002-05-301-5/+13
* fix for POST method.wakou2002-05-291-2/+2
* * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou2002-05-291-23/+28
* updated to the new version (based on date2 2.6.1).tadf2002-05-221-31/+31
* Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou2002-05-201-2/+2
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-1/+1
* * file.c (rb_find_file): load must be done from an abolute path ifmatz2002-05-011-13/+13
* bang forgot.nobu2002-04-241-1/+1
* * lib/mkmf.rb (create_makefile): should print depend file whennobu2002-04-231-1/+2
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-231-1/+2
* * lib/cgi/session.rb: support for multipart form.wakou2002-04-101-0/+1
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-102-3/+4
* * lib/mkmf.rb (create_makefile): get rid of needless '='.eban2002-04-011-1/+1