| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add "usage" interface | dave | 2004-08-13 | 1 | -0/+5 |
| * | * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header): | gotoyuzo | 2004-08-13 | 1 | -0/+15 |
| * | * configure.in (RPATHFLAG): stop setting RPATHFLAG on Interix. | eban | 2004-08-11 | 1 | -0/+4 |
| * | no message | ocean | 2004-08-09 | 1 | -55/+24 |
| * | no message | ocean | 2004-08-09 | 1 | -3/+4 |
| * | no message | ocean | 2004-08-09 | 1 | -10/+11 |
| * | no message | ocean | 2004-08-08 | 1 | -7/+7 |
| * | no message | ocean | 2004-08-08 | 1 | -14/+13 |
| * | * lib/implicit.c: added sexagecimal float#base60. | why | 2004-08-07 | 1 | -0/+10 |
| * | * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil. | akr | 2004-08-06 | 1 | -0/+4 |
| * | Add ChangeLog | ocean | 2004-08-05 | 1 | -0/+6 |
| * | * ext/tk/lib/msgcat.rb (set_translation): bug fix (fail to set | nagai | 2004-08-02 | 1 | -0/+5 |
| * | Bugfix: looping on some toplevel symbols. Added SWIG support | dave | 2004-08-02 | 1 | -0/+10 |
| * | * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial, | nobu | 2004-07-31 | 1 | -1/+7 |
| * | * lib/yaml.rb (YAML::load_file, YAML::parse_file): added. | why | 2004-07-30 | 1 | -0/+15 |
| * | * ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError when | nagai | 2004-07-30 | 1 | -0/+11 |
| * | * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMS | matz | 2004-07-28 | 1 | -0/+5 |
| * | fix a reference to ruby-dev. | akr | 2004-07-28 | 1 | -1/+1 |
| * | * gc.c (run_final): wrong order of data. [ruby-dev:23948] | matz | 2004-07-27 | 1 | -0/+4 |
| * | * eval.c (rb_eval): copy on write for argument local variable | matz | 2004-07-27 | 1 | -0/+8 |
| * | * object.c (Init_Object): "===" calls rb_obj_equal() directly. | matz | 2004-07-27 | 1 | -0/+5 |
| * | * lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape): should | gotoyuzo | 2004-07-26 | 1 | -0/+5 |
| * | * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32's | ocean | 2004-07-25 | 1 | -0/+5 |
| * | * range.c (rb_range_beg_len): returns Qnil only when "beg" points | matz | 2004-07-24 | 1 | -0/+5 |
| * | * gc.c (define_final): should not disclose NODE* to Ruby world. | matz | 2004-07-23 | 1 | -0/+5 |
| * | * lib/cgi/session.rb (CGI::Session::FileStore#update): sets the | matz | 2004-07-23 | 1 | -0/+8 |
| * | * lib/net/imap.rb (disconnected?): new method. (backported from HEAD) | shugo | 2004-07-23 | 1 | -0/+4 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do not | matz | 2004-07-22 | 1 | -0/+5 |
| * | * process.c (rb_f_system): not need to call last_status_set() any | usa | 2004-07-21 | 1 | -0/+5 |
| * | * test/fileutils/test_fileutils.rb: File.link raises EINVAL on BeOS. | ocean | 2004-07-20 | 1 | -0/+4 |
| * | * lib/webrick/httpservlet/cgihandler.rb | gotoyuzo | 2004-07-18 | 1 | -0/+10 |
| * | * TkMsgCatalog.callback: bug fix (wrong number of argument) | nagai | 2004-07-18 | 1 | -0/+5 |
| * | * sprintf.c (rb_f_sprintf): remove extra sign digit. | nobu | 2004-07-17 | 1 | -0/+4 |
| * | * dir.c (range): use NULL instead of 0. | knu | 2004-07-17 | 1 | -0/+6 |
| * | * lib/net/imap.rb (receive_responses): return if a logout response | shugo | 2004-07-17 | 1 | -0/+7 |
| * | * ext/tk/lib/tk/variable.rb: TkVariable#ref returns a TkVariable object | nagai | 2004-07-17 | 1 | -0/+4 |
| * | * lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP. | akira | 2004-07-17 | 1 | -0/+4 |
| * | * parse.y (stmt): not to show same error messages twice. | nobu | 2004-07-17 | 1 | -0/+4 |
| * | * eval.c (THREAD_ALLOC): th->thread should be initialized to NULL. | matz | 2004-07-17 | 1 | -0/+10 |
| * | Incorporate Micheal Neumanns client-side imagemap patch | dave | 2004-07-16 | 1 | -0/+5 |
| * | * lib/base64.rb (Deprecated): super in bound method calls original | nobu | 2004-07-16 | 1 | -1/+4 |
| * | * eval.c (return_jump, break_jump): raise unexpceted local jump | nobu | 2004-07-16 | 1 | -0/+5 |
| * | ChangeLog fixes. | usa | 2004-07-16 | 1 | -2/+2 |
| * | * lib/test/unit/ui/{fox,gtk,gtk2}/testrunner.rb: remove | ocean | 2004-07-16 | 1 | -0/+5 |
| * | * sprintf.c (rb_f_sprintf): fix output of NaN, Inf and -Inf with | usa | 2004-07-16 | 1 | -0/+5 |
| * | * error.c (exit_initialize): use EXIT_SUCCESS instead of 0. | nobu | 2004-07-16 | 1 | -0/+11 |
| * | * lib/optparse.rb (OptionParser#warn, OptionParser#abort): Exception | nobu | 2004-07-15 | 1 | -6/+11 |
| * | * ext/readline/extconf.rb: added dir_config for curses, ncurses, | shugo | 2004-07-15 | 1 | -0/+5 |
| * | junk removed, and years added. | nobu | 2004-07-15 | 1 | -21/+18 |
| * | * class.c, error.c, eval.c, intern.h, object.c, variable.c: | ocean | 2004-07-15 | 1 | -0/+9 |