aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan2007-11-074-81/+602
* * parse.y (rb_intern3): commented out broken code that preventeddavidflanagan2007-11-072-0/+21
* * string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_st...davidflanagan2007-11-072-19/+25
* * enum.c (enum_each_with_index): make different arrays at eachnobu2007-11-072-13/+11
* * eval.c: fix typo in invoke_method documentationdavidflanagan2007-11-062-1/+5
* * array.c (rb_ary_product): core dumped with non array arguments.matz2007-11-062-1/+6
* * array.c (rb_ary_each_index): should return meaningful value.matz2007-11-062-0/+5
* * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz2007-11-063-5/+11
* * eval_load.c (loaded_feature_path): need to expand relative paths.nobu2007-11-062-7/+26
* * eval_load.c (rb_feature_p): check if the feature is loading withnobu2007-11-064-34/+103
* * eval.c (Init_eval): move #send to Kernel module from BasicObject.matz2007-11-052-1/+5
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-0428-99/+90
* * lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu2007-11-042-1/+7
* * parse.y (call_args): remove "parenthesize argument(s) for futurematz2007-11-043-8/+14
* * lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine2007-11-042-0/+7
* * win32/Makefile.sub: vendor_ruby support.usa2007-11-044-4/+14
* * re.c (rb_reg_quote): quote \v as well.akr2007-11-042-1/+9
* * re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr2007-11-042-1/+6
* Fixes ticket:110 (more UTF-16 problems)ser2007-11-044-6/+18
* add test for Regexp.new("\0").akr2007-11-041-0/+4
* * gc.c (count_objects): count TOTAL.akr2007-11-032-1/+9
* * string.c (tr_setup_table): use C array for characters that fitmatz2007-11-034-41/+123
* add ML ref.akr2007-11-031-0/+1
* * gc.c (count_objects): ObjectSpace.count_objects implemented.akr2007-11-032-0/+95
* * hash.c (rb_hash_each_pair): make Hash#each to be alias tomatz2007-11-033-63/+20
* * README.EXT: explain --vendor option for extconf.rbakr2007-11-033-1/+16
* * configure.in: --with-vendor-hdrdir implemented.akr2007-11-033-0/+27
* * configure.in: --with-vendordir implemented.akr2007-11-035-2/+45
* * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou2007-11-029-49/+103
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou2007-11-023-2/+6
* * error.c (Init_Exception): make NameError to be subclass ofmatz2007-11-024-12/+20
* * enum.c (take_while_i, drop_while_i) add RTEST to handle nil returndavidflanagan2007-11-012-2/+5
* * common.mk (prereq): update the path of prelude.c.usa2007-10-312-2/+9
* * enum.c (enum_drop): fix typo.usa2007-10-312-1/+5
* * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.usa2007-10-312-1/+5
* * win32/setup.mak: commit miss.usa2007-10-311-1/+0
* * win32/configure.bat, setup.mak: now can recognize OS even ifusa2007-10-315-22/+51
* * enum.c (enum_take_while): separate with-block form.matz2007-10-303-92/+84
* * enum.c (enum_butfirst): add a new method to iterates overmatz2007-10-304-7/+50
* * parse.y (bvar): block-local variable can shadow outer variable.nobu2007-10-292-3/+15
* * string.c (rb_str_substr): perfomance improvement. [ruby-dev:31806]nobu2007-10-292-11/+38
* * encoding.c (rb_enc_replicate): new function to replicate encoding.nobu2007-10-292-15/+69
* * encoding.c (rb_enc_compatible): ASCII encoding is compatible withnobu2007-10-293-3/+13
* * lib/open-uri.rb: :redirect option implemented to disable redirects.akr2007-10-282-0/+29
* * numeric.c (int_chr): take an optional encoding parameter.nobu2007-10-263-11/+36
* * numeric.c (fix_pow): returns 1.0 for 0**0.0.nobu2007-10-262-1/+4
* * numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu2007-10-262-2/+12
* * misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu2007-10-263-18/+27
* array.c: raise IndexError for negative length in rb_ary_filldavidflanagan2007-10-262-0/+4
* * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg22007-10-252-1/+6