summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-04-19* parse.y (void_expr0): node might become NULL after calling remove_begin().eban
2003-04-15* lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...aamine
2003-04-12* lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.eban
2003-04-11* lib/benchmark.rb (Benchmark::bm): get rid of warning.nobu
2003-04-10* lib/net/pop.rb: Exception line was accidentaly removed. [ruby-dev:19989]aamine
2003-04-04* eval.c (assign): should prepare mrhs by svalue_to_mrhs().matz
2003-03-31* hash.c (env_reject_bang): untaint key string.matz
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-28Added comment for Net::HTTP.get(arg1, arg2, arg3)gsinclair
2003-03-26backoutnobu
2003-03-24security enhancement of dl library (need test).matz
2003-03-23update NotImplementError to NotImplementedError.matz
2003-03-23* io.c (rb_io_fread): may lose data on nonblocking read.matz
2003-03-23* lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban
2003-03-22* lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder characterakr
2003-03-22* lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* regex.c (re_compile_pattern): fix previous change.akr
2003-03-20*** empty log message ***nobu
2003-03-20* lib/optparse.rb (OptionParser#order!): follow recent changenobu
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-03-19* lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi
2003-03-16add test for previous change.akr
2003-03-16* lib/pp.rb (object_address_group): use to_s instead of nameakr
2003-03-11* lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ...aamine
2003-03-11* lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C...aamine
2003-03-09* lib/net/pop.rb: do not dispatch LIST when a mailbox is empty.aamine
2003-03-09* lib/fileutils.rb (mkdir, mkdir_p): revert.eban
2003-03-09* lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755.eban
2003-03-07* lib/pp.rb (Kernel.pp): module function.akr
2003-03-04* io.c (rb_io_popen): do not call rb_io_close() directly, callmatz
2003-03-03* parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz
2003-02-26* lib/open-uri.rb: replace Kernel.open as well.akr
2003-02-25* lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi
2003-02-23* lib/fileutils (fu_stream_blksize): wrong logial condition.eban
2003-02-21* lib/fileutils.rb: new method FileUtils#copy_stream.aamine
2003-02-14* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira
2003-02-12Initial revisionntalbott
2003-02-10* lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine
2003-02-09* lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu
2003-02-08* lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine
2003-02-08* lib/fileutils.rb: new method FileUtils.pwd (really).aamine
2003-02-07* lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu
2003-02-06* lib/fileutils.rb: new method FileUtils.pwd.aamine
2003-02-06* lib/complex.rb (Complex#==): should not raise error by typematz
2003-02-05* lib/open-uri.rb: dispatch code restructured to make it openableakr
2003-02-05* lib/open-uri.rb: Location: field may has a relative URI.akr
2003-02-04Added RDoc comments. See comments at EOF for remaining issues.gsinclair
2003-02-03Added RDoc comments.gsinclair
2003-01-31Added RDoc comments. See comments at EOF for remaining issues.gsinclair