| Commit message (Expand) | Author | Age | Files | Lines |
* | backout | nobu | 2003-03-26 | 1 | -2/+2 |
* | security enhancement of dl library (need test). | matz | 2003-03-24 | 1 | -3/+3 |
* | update NotImplementError to NotImplementedError. | matz | 2003-03-23 | 5 | -9/+4 |
* | * io.c (rb_io_fread): may lose data on nonblocking read. | matz | 2003-03-23 | 2 | -11/+11 |
* | * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking. | eban | 2003-03-23 | 1 | -1/+2 |
* | * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder character | akr | 2003-03-22 | 2 | -4/+4 |
* | * lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-22 | 1 | -1/+1 |
* | * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-21 | 2 | -4/+4 |
* | * regex.c (re_compile_pattern): fix previous change. | akr | 2003-03-21 | 9 | -32/+32 |
* | *** empty log message *** | nobu | 2003-03-20 | 1 | -1/+1 |
* | * lib/optparse.rb (OptionParser#order!): follow recent change | nobu | 2003-03-20 | 1 | -1/+1 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -0/+2 |
* | * lib/tracer.rb (trace_func): save and recover Thread.critical state. | nahi | 2003-03-19 | 1 | -1/+2 |
* | add test for previous change. | akr | 2003-03-16 | 1 | -0/+5 |
* | * lib/pp.rb (object_address_group): use to_s instead of name | akr | 2003-03-16 | 1 | -1/+1 |
* | * lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too ... | aamine | 2003-03-11 | 1 | -2/+3 |
* | * lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian C... | aamine | 2003-03-11 | 1 | -4/+6 |
* | * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty. | aamine | 2003-03-09 | 1 | -74/+97 |
* | * lib/fileutils.rb (mkdir, mkdir_p): revert. | eban | 2003-03-09 | 1 | -2/+2 |
* | * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755. | eban | 2003-03-09 | 1 | -2/+2 |
* | * lib/pp.rb (Kernel.pp): module function. | akr | 2003-03-07 | 1 | -0/+13 |
* | * io.c (rb_io_popen): do not call rb_io_close() directly, call | matz | 2003-03-04 | 1 | -1/+1 |
* | * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. | matz | 2003-03-03 | 2 | -8/+14 |
* | * lib/open-uri.rb: replace Kernel.open as well. | akr | 2003-02-26 | 1 | -0/+1 |
* | * lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename must | nahi | 2003-02-25 | 1 | -1/+1 |
* | * lib/fileutils (fu_stream_blksize): wrong logial condition. | eban | 2003-02-23 | 1 | -1/+1 |
* | * lib/fileutils.rb: new method FileUtils#copy_stream. | aamine | 2003-02-21 | 1 | -46/+64 |
* | * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=() | akira | 2003-02-14 | 5 | -10/+21 |
* | Initial revision | ntalbott | 2003-02-12 | 23 | -0/+2337 |
* | * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison. | aamine | 2003-02-10 | 1 | -2/+2 |
* | * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless cross | nobu | 2003-02-09 | 1 | -2/+2 |
* | * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat... | aamine | 2003-02-08 | 1 | -2/+2 |
* | * lib/fileutils.rb: new method FileUtils.pwd (really). | aamine | 2003-02-08 | 1 | -14/+20 |
* | * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb, | knu | 2003-02-07 | 9 | -35/+35 |
* | * lib/fileutils.rb: new method FileUtils.pwd. | aamine | 2003-02-06 | 1 | -62/+49 |
* | * lib/complex.rb (Complex#==): should not raise error by type | matz | 2003-02-06 | 2 | -9/+22 |
* | * lib/open-uri.rb: dispatch code restructured to make it openable | akr | 2003-02-05 | 1 | -45/+39 |
* | * lib/open-uri.rb: Location: field may has a relative URI. | akr | 2003-02-05 | 1 | -1/+7 |
* | Added RDoc comments. See comments at EOF for remaining issues. | gsinclair | 2003-02-04 | 1 | -37/+148 |
* | Added RDoc comments. | gsinclair | 2003-02-03 | 1 | -3/+147 |
* | Added RDoc comments. See comments at EOF for remaining issues. | gsinclair | 2003-01-31 | 1 | -22/+230 |
* | * lib/optparse.rb (OptionParser::make_switch): NoArgument doesn't | nobu | 2003-01-31 | 1 | -4/+12 |
* | * lib/optparse.rb (OptionParser::List::accept): default | nobu | 2003-01-30 | 1 | -1/+1 |
* | * lib/optparse.rb (OptionParser::Switch::PlacedArgument): added. | nobu | 2003-01-30 | 1 | -24/+41 |
* | * lib/shellwords.rb: Embed rdoc style comments. | knu | 2003-01-26 | 1 | -24/+36 |
* | *** empty log message *** | nobu | 2003-01-25 | 1 | -18/+16 |
* | Converted RD to RDoc and improved documentation. See comments at EOF. | gsinclair | 2003-01-24 | 1 | -261/+321 |
* | * eval.c (rb_eval): do not warn discarding already undefined | matz | 2003-01-23 | 1 | -1/+3 |
* | * lib/rational.rb: modified to support "quo". | matz | 2003-01-23 | 2 | -46/+8 |
* | makes possible to add files to clean and distclean targets | michal | 2003-01-21 | 1 | -6/+7 |