summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain2008-01-0713-594/+635
* * common.mk, Makefile.in, */Makefile.sub (distclean-local): moveusa2008-01-076-1/+10
* * lib/rdoc/generators.rb: set properties.nobu2008-01-070-0/+0
* * re.c (rb_reg_preprocess): fix fixed_enc condition.akr2008-01-072-1/+5
* Merge documentation from the same class on ri generation.drbrain2008-01-073-10/+27
* * encoding.c (rb_enc_internal_get_index): extracted fromakr2008-01-078-24/+88
* add test_knonbugmatz2008-01-071-0/+25
* Collapse namespaces and refactor requires in RDocdrbrain2008-01-076-366/+352
* Clean up comments and whitespace in RDoc generatorsdrbrain2008-01-074-262/+248
* * 2008-01-07usa2008-01-071-3/+3
* add ML ref.akr2008-01-061-1/+1
* * string.c (coderange_scan): avoid rb_enc_to_index.akr2008-01-062-6/+13
* * string.c (coderange_scan): optimize ASCII-8BIT string.akr2008-01-062-5/+31
* * lib/erb.rb (ERB::Revision): cut off locale dependent string in Dateakr2008-01-062-1/+6
* don't use Date keyword itself.akr2008-01-061-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-06174-173/+5
* * re.c (rb_reg_initialize_str): forbid raw non ASCII characterakr2008-01-063-2/+17
* * include/ruby/encoding.h (rb_enc_str_buf_cat): declared.akr2008-01-065-100/+189
* * lib/securerandom.rb: Add Win32 support.technorama2008-01-062-2/+51
* add a test.akr2008-01-061-0/+7
* * 2008-01-06usa2008-01-061-3/+3
* * lib/date.rb, lib/date/format.rb: introduced some constantstadf2008-01-064-62/+94
* unused variable removed.akr2008-01-051-1/+0
* split combinational tests.akr2008-01-052-1281/+1434
* add a test.akr2008-01-051-0/+4
* * re.c (rb_reg_initialize_str): /\x80/n is not an error even if scriptakr2008-01-053-2/+15
* * lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAAnaruse2008-01-052-10/+7
* add a comment.akr2008-01-051-0/+3
* * vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable becauseakr2008-01-052-1/+6
* * test/win32ole/test_win32ole.rb(test_s_codepage_changed) : modify testsuke2008-01-051-11/+22
* * test/win32ole/test_win32ole.rb(test_s_locale_change) :add assertion whichsuke2008-01-051-0/+3
* * string.c (rb_str_resize): copy if old data is not emptynobu2008-01-052-3/+3
* * string.c (rb_str_resize): copy at old length but not new length.nobu2008-01-052-1/+6
* * ruby.c (proc_options): no need for intermediate object.nobu2008-01-052-1/+5
* update rdoc.akr2008-01-054-33/+43
* * encoding.c (Init_Encoding): alias csWindows31J to Windows-31J.akr2008-01-052-0/+6
* * include/ruby/ruby.h (rb_intern): memorize interned ID for constantakr2008-01-043-0/+20
* * string.c (trnext): should enable backslash escape.matz2008-01-042-0/+7
* * eval.c (Init_eval): move instance_eval and instance_exec tomatz2008-01-043-4/+13
* * ruby.c (proc_options): update according to the last API revert.matz2008-01-042-1/+5
* * include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu2008-01-047-13/+62
* * time.c (time_arg): use converted object. [ruby-core:14759]nobu2008-01-042-1/+5
* parenthesize macro arguments.akr2008-01-041-11/+11
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): useakr2008-01-042-1/+6
* * re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn'takr2008-01-043-2/+32
* unused variable removed.akr2008-01-041-1/+0
* * re.c (rb_reg_search): avoid inner loop for reverse search.matz2008-01-043-28/+17
* * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified asakr2008-01-0319-162/+201
* * re.c (rb_reg_search): iterate onig_match for reverse mode.akr2008-01-032-8/+27
* * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]nobu2008-01-032-8/+10