aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-0458-91/+96
* * ext/iconv/iconv.c (iconv_iconv): fix for length argument and nownobu2008-06-042-20/+33
* * enumerator.c (enumerator_with_index, enumerator_with_memo): Fixknu2008-06-042-4/+9
* avoid infinite loop on FreeBSD 6.3.akr2008-06-041-0/+8
* * configure.in (CFLAGS, CXXFLAGS): include additional flags tonobu2008-06-043-5/+16
* * ext/strscan/strscan.c (strscan_scan_full, strscan_search_full): fixmame2008-06-032-4/+9
* * ext/strscan/strscan.c (strscan_exist_p): fix document.mame2008-06-032-1/+5
* * test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame2008-06-034-0/+219
* * test/etc/test_etc.rb: new tests for etc.mame2008-06-032-0/+131
* * enumerator.c (enumerator_with_memo): New method: with_memo().knu2008-06-034-0/+61
* * win32/Makefile.sub (miniruby$(EXEEXT)): miniruby cannot benobu2008-06-032-1/+6
* * enumerator.c (enumerator_init_copy): Take care ofknu2008-06-032-1/+11
* * file.c (file_expand_path): fix for non-existent files and SFN ofnobu2008-06-032-19/+21
* * lib/set.rb (Set#classify): Back out the `group_by' alias.knu2008-06-032-1/+5
* Properly back out.knu2008-06-031-1/+3
* * lib/set.rb (Set#collect, Set#select): Back out. I thought itknu2008-06-032-20/+6
* * lib/set.rb (Set#collect, Set#select): Override Enumerableknu2008-06-032-3/+39
* * process.c (run_exec_pgroup): C99 ism.usa2008-06-032-1/+6
* * enumerator.c (enumerator_allocate, enumerator_ptr): Properlyknu2008-06-032-6/+23
* * test/ruby/test_method.rb: add a test.mame2008-06-022-0/+14
* * marshal.c (w_object): add a check for modification of array duringmame2008-06-023-8/+14
* propset svn:eol-style LFmame2008-06-020-0/+0
* * enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame2008-06-0216-3/+699
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-024-0/+22
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-025-11/+94
* * test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr2008-06-022-0/+13
* * lib/un.rb (wait_writable): wait until target files can benobu2008-06-023-1/+41
* * lib/delegate.rb (Delegator::MethodDelegation#respond_to):knu2008-06-022-2/+8
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Oops. Thisknu2008-06-022-6/+9
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu2008-06-023-9/+20
* Remove what have been backported to 1.8.7.knu2008-06-021-3/+0
* * mkconfig.rb: hide build path from rbconfig.rb.usa2008-06-022-0/+5
* * util.c (ruby_strtod, dtoa): initialize more variables for errornobu2008-06-012-5/+9
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-0110-42/+61
* * enc/gb18030.c (gb18030_code_to_mbc): add 0x80000000naruse2008-06-012-0/+8
* * ruby.c (set_arg0): reverted used variable definition.nobu2008-06-012-0/+5
* * enc/gb18030.c (gb18030_mbc_to_code): mask by 0x7FFFFFFFnaruse2008-06-012-1/+21
* * rational.c (string_to_r_internal): use rb_isdigit.naruse2008-06-015-11/+18
* * insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse2008-06-015-19/+34
* * test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr2008-06-012-0/+7
* debug print removed.akr2008-06-011-1/+0
* * README, README.ja: Add a note about default C flags.knu2008-05-313-0/+12
* * gc.c (count_objects): clear given hash.akr2008-05-313-0/+22
* * test/ruby/test_regexp.rb: add tests.mame2008-05-312-0/+11
* * enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc):naruse2008-05-313-17/+17
* * suppress warnings with -Wwrite-string.nobu2008-05-3131-61/+65
* * array.c (rb_ary_delete_if): should return enumerator if no blockmatz2008-05-312-0/+6
* * Makefile.in, configure.in (warnflags): defaulted to -Wallnobu2008-05-313-1/+11
* * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t andnobu2008-05-315-6/+48
* * include/ruby/ruby.h: renamed include guard.nobu2008-05-312-8/+10