summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (method_arity): should handle NODE_BMETHOD andmatz2004-10-241-3/+5
* * cgi/session.rb: typo fix.matz2004-07-281-1/+1
* * cgi/session.rb: FileStore data should be umasked 0600.matz2004-07-261-1/+1
* * lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra argumentsknu2003-10-151-3/+3
* * lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban2003-07-171-1/+1
* * lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").eban2003-05-301-1/+1
* * lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa.aamine2003-05-241-2/+8
* * jcode.rb: add n option.eban2003-03-231-4/+4
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-231-2/+5
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-191-1/+2
* * lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' wh...aamine2003-03-111-1/+1
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-145-10/+21
* * lib/irb/context.rb, lib/irb/multi-irb.rb, lib/irb/workspace.rb,knu2003-02-079-35/+35
* * 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