aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered Cmatz2003-04-211-1/+1
* * parse.y (void_expr0): node might become NULL after calling remove_begin().eban2003-04-191-1/+1
* * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine2003-04-151-0/+1
* * lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban2003-04-121-1/+0
* * lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu2003-04-111-1/+1
* * lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine2003-04-101-0/+1
* * eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz2003-04-041-4/+10
* * hash.c (env_reject_bang): untaint key string.matz2003-03-311-3/+3
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-299-35/+35
* Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair2003-03-281-0/+5
* backoutnobu2003-03-261-2/+2
* security enhancement of dl library (need test).matz2003-03-241-3/+3
* update NotImplementError to NotImplementedError.matz2003-03-235-9/+4
* * io.c (rb_io_fread): may lose data on nonblocking read.matz2003-03-232-11/+11
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-231-1/+2
* * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr2003-03-222-4/+4
* * lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-221-1/+1
* * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-212-4/+4
* * regex.c (re_compile_pattern): fix previous change.akr2003-03-219-32/+32
* *** empty log message ***nobu2003-03-201-1/+1
* * lib/optparse.rb (OptionParser#order!): follow recent changenobu2003-03-201-1/+1
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-0/+2
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-191-1/+2
* add test for previous change.akr2003-03-161-0/+5
* * lib/pp.rb (object_address_group): use to_s instead of nameakr2003-03-161-1/+1
* * lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...aamine2003-03-111-2/+3
* * lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C...aamine2003-03-111-4/+6
* * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine2003-03-091-74/+97
* * lib/fileutils.rb (mkdir, mkdir_p): revert.eban2003-03-091-2/+2
* * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban2003-03-091-2/+2
* * lib/pp.rb (Kernel.pp): module function.akr2003-03-071-0/+13
* * io.c (rb_io_popen): do not call rb_io_close() directly, callmatz2003-03-041-1/+1
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-032-8/+14
* * lib/open-uri.rb: replace Kernel.open as well.akr2003-02-261-0/+1
* * lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi2003-02-251-1/+1
* * lib/fileutils (fu_stream_blksize): wrong logial condition.eban2003-02-231-1/+1
* * lib/fileutils.rb: new method FileUtils#copy_stream.aamine2003-02-211-46/+64
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-145-10/+21
* Initial revisionntalbott2003-02-1223-0/+2337
* * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine2003-02-101-2/+2
* * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu2003-02-091-2/+2
* * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine2003-02-081-2/+2
* * lib/fileutils.rb: new method FileUtils.pwd (really).aamine2003-02-081-14/+20
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-079-35/+35
* * lib/fileutils.rb: new method FileUtils.pwd.aamine2003-02-061-62/+49
* * lib/complex.rb (Complex#==): should not raise error by typematz2003-02-062-9/+22
* * lib/open-uri.rb: dispatch code restructured to make it openableakr2003-02-051-45/+39
* * lib/open-uri.rb: Location: field may has a relative URI.akr2003-02-051-1/+7
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-02-041-37/+148
* Added RDoc comments.gsinclair2003-02-031-3/+147