aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval_load.c (loaded_feature_path): check with type of given feature.nobu2007-11-091-0/+4
* * eval.c (send_internal): use self in the previous frame to check fornobu2007-11-091-0/+7
* * marshal.c (w_object): should be SPECIAL_CONST_P() instead ofko12007-11-091-0/+5
* * eval.c (rb_invoke_method): check if invoked in function style.nobu2007-11-091-0/+16
* * cont.c: add rb_context_t#type.ko12007-11-091-0/+4
* * ruby.c (set_arg0): fix breaking environ bugs.ko12007-11-091-0/+4
* * random.c: update MT URL.[ruby-core:13305].matz2007-11-081-2/+5
* * object.c: improve docs for Object.tapdavidflanagan2007-11-081-6/+12
* * parse.y: fix segfault with \x escapes in regexpsdavidflanagan2007-11-081-0/+4
* * parse.y (parser_read_escape): remove C99/gcc-ism.usa2007-11-081-2/+8
* * parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan2007-11-071-0/+6
* * parse.y (rb_intern3): commented out broken code that preventeddavidflanagan2007-11-071-0/+5
* * string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_st...davidflanagan2007-11-071-1/+5
* * enum.c (enum_each_with_index): make different arrays at eachnobu2007-11-071-0/+5
* * eval.c: fix typo in invoke_method documentationdavidflanagan2007-11-061-0/+4
* * array.c (rb_ary_product): core dumped with non array arguments.matz2007-11-061-0/+5
* * array.c (rb_ary_each_index): should return meaningful value.matz2007-11-061-0/+4
* * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz2007-11-061-0/+6
* * eval_load.c (loaded_feature_path): need to expand relative paths.nobu2007-11-061-1/+3
* * eval_load.c (rb_feature_p): check if the feature is loading withnobu2007-11-061-0/+11
* * eval.c (Init_eval): move #send to Kernel module from BasicObject.matz2007-11-051-0/+4
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-0/+9
* * lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu2007-11-041-0/+6
* * parse.y (call_args): remove "parenthesize argument(s) for futurematz2007-11-041-0/+7
* * lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine2007-11-041-0/+6
* * win32/Makefile.sub: vendor_ruby support.usa2007-11-041-0/+6
* * re.c (rb_reg_quote): quote \v as well.akr2007-11-041-0/+4
* * re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr2007-11-041-0/+5
* * gc.c (count_objects): count TOTAL.akr2007-11-031-0/+4
* * string.c (tr_setup_table): use C array for characters that fitmatz2007-11-031-0/+13
* add ML ref.akr2007-11-031-0/+1
* * gc.c (count_objects): ObjectSpace.count_objects implemented.akr2007-11-031-0/+4
* * hash.c (rb_hash_each_pair): make Hash#each to be alias tomatz2007-11-031-0/+7
* * README.EXT: explain --vendor option for extconf.rbakr2007-11-031-1/+5
* * configure.in: --with-vendor-hdrdir implemented.akr2007-11-031-0/+6
* * configure.in: --with-vendordir implemented.akr2007-11-031-0/+10
* * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou2007-11-021-0/+8
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou2007-11-021-0/+4
* * error.c (Init_Exception): make NameError to be subclass ofmatz2007-11-021-0/+8
* * enum.c (take_while_i, drop_while_i) add RTEST to handle nil returndavidflanagan2007-11-011-0/+3
* * common.mk (prereq): update the path of prelude.c.usa2007-10-311-0/+7
* * enum.c (enum_drop): fix typo.usa2007-10-311-0/+4
* * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.usa2007-10-311-0/+4
* * win32/configure.bat, setup.mak: now can recognize OS even ifusa2007-10-311-0/+7
* * enum.c (enum_take_while): separate with-block form.matz2007-10-301-0/+8
* * enum.c (enum_butfirst): add a new method to iterates overmatz2007-10-301-0/+8
* * parse.y (bvar): block-local variable can shadow outer variable.nobu2007-10-291-0/+5
* * string.c (rb_str_substr): perfomance improvement. [ruby-dev:31806]nobu2007-10-291-0/+4
* * encoding.c (rb_enc_replicate): new function to replicate encoding.nobu2007-10-291-0/+7
* * encoding.c (rb_enc_compatible): ASCII encoding is compatible withnobu2007-10-291-0/+5