| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Merge 11443, 11444 and 11445 from trunk. | drbrain | 2006-12-31 | 4 | -118/+342 |
| * | * 2006-12-31 | eban | 2006-12-30 | 1 | -3/+3 |
| * | updated based on date2 4.0. | tadf | 2006-12-30 | 3 | -185/+229 |
| * | * instruby.rb, mkconfig.rb, rubytest.rb, bcc32/mkexports.rb, win32/{resource,... | nobu | 2006-12-21 | 6 | -0/+0 |
| * | * {bcc32,djgpp,win32,wince}/*.bat: add svn properties to DOSISH batch files. | usa | 2006-12-21 | 3 | -0/+0 |
| * | 2006-12-15 | nobu | 2006-12-15 | 1 | -3/+3 |
| * | * ChangeLog: typo. | nobu | 2006-12-15 | 1 | -1/+1 |
| * | * ext/readline/readline.c: NetBSD editline does not have | matz | 2006-12-14 | 3 | -0/+13 |
| * | * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch from | matz | 2006-12-14 | 2 | -1/+6 |
| * | 2006-12-14 | matz | 2006-12-14 | 1 | -3/+3 |
| * | * ext/digest/sha2/lib/sha2.rb: Moved one level up from under | knu | 2006-12-11 | 0 | -0/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2006-12-11 | 1 | -0/+73 |
| * | * ext/digest/sha2/lib/sha2.rb: Moved one level up from under | knu | 2006-12-11 | 2 | -73/+5 |
| * | * variable.c (rb_define_const): typo fixed. | matz | 2006-12-11 | 2 | -1/+5 |
| * | 2006-12-11 | matz | 2006-12-11 | 1 | -3/+3 |
| * | * string.c (rb_str_aset): index double decode problem. | matz | 2006-12-11 | 2 | -1/+6 |
| * | * eval.c (ruby_cleanup): keep the exception till after END blocks. | nobu | 2006-12-09 | 2 | -1/+5 |
| * | instead of File.exists?. a patch from Yutaka Kanemoto | matz | 2006-12-09 | 1 | -1/+2 |
| * | * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist? | matz | 2006-12-09 | 2 | -2/+7 |
| * | 2006-12-09 | matz | 2006-12-09 | 1 | -3/+3 |
| * | 2006-12-08 | matz | 2006-12-07 | 1 | -3/+3 |
| * | * lib/weakref.rb (WeakRef::__setobj__): should support | matz | 2006-12-07 | 3 | -12/+27 |
| * | * Makefile.in, common.mk (NULLCMD): moved for platforms that empty | nobu | 2006-12-06 | 3 | -7/+12 |
| * | 2006-12-06 | eban | 2006-12-06 | 1 | -3/+3 |
| * | * configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on | eban | 2006-12-06 | 2 | -1/+6 |
| * | * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" as | matz | 2006-12-05 | 2 | -0/+7 |
| * | 2006-12-05 | matz | 2006-12-05 | 1 | -3/+3 |
| * | * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to | matz | 2006-12-04 | 2 | -0/+7 |
| * | * parse.y (dyna_init_gen): dvar initialization only if dvar is | matz | 2006-12-04 | 2 | -2/+27 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quote | shugo | 2006-12-03 | 2 | -2/+8 |
| * | 2006-12-04 | shugo | 2006-12-03 | 1 | -3/+3 |
| * | * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be | gotoyuzo | 2006-12-01 | 2 | -1/+6 |
| * | 2006-12-02 | gotoyuzo | 2006-12-01 | 1 | -3/+3 |
| * | * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows. | usa | 2006-12-01 | 2 | -1/+19 |
| * | * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. | nagai | 2006-12-01 | 2 | -13/+33 |
| * | * Cross-patch from Ruby CVS; mostly Nabu edits. | ser | 2006-12-01 | 14 | -81/+136 |
| * | 2006-12-01 | ser | 2006-12-01 | 1 | -4/+4 |
| * | Set the patchlevel to 5000. | knu | 2006-11-28 | 1 | -1/+1 |
| * | 2006-11-27 | matz | 2006-11-27 | 1 | -3/+3 |
| * | * sprintf.c (rb_f_sprintf): need not to truncate string if no | matz | 2006-11-27 | 2 | -18/+7 |
| * | * 2006-11-26 | eban | 2006-11-26 | 1 | -2/+2 |
| * | Sun Nov 26 16:36:46 2006 URABE Shyouhei <shyouhei@ruby-lang.org> | shyouhei | 2006-11-26 | 3 | -2/+11 |
| * | * bignum.c (bignorm): avoid segmentation. a patch from Hiroyuki | matz | 2006-11-24 | 2 | -1/+9 |
| * | 2006-11-24 | matz | 2006-11-24 | 1 | -3/+3 |
| * | * eval.c (rb_mod_define_method): set implicit visibility only when | matz | 2006-11-24 | 2 | -8/+13 |
| * | * file.c (test_grpowned, rb_stat_grpowned): should honor | matz | 2006-11-22 | 2 | -4/+9 |
| * | * ext/tk/extconf.rb: support --with-X11/--without-X11 option. | nagai | 2006-11-22 | 4 | -3/+32 |
| * | 2006-11-22 | nagai | 2006-11-22 | 1 | -3/+3 |
| * | 2006-11-09 | matz | 2006-11-08 | 1 | -3/+3 |
| * | * eval.c (BEGIN_CALLARGS): ruby_block may be NULL even when | matz | 2006-11-08 | 2 | -1/+6 |