summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-11-10* gem_prelude.rb: new file for gem libraries. currently empty.akr
2007-11-10* thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATORshugo
2007-11-10Import RubyGems trunk revision 1493.drbrain
2007-11-10Don't override Enumerable#inject for 1.9drbrain
2007-11-10* parse.y: use ASCII encoding for string literals that aredavidflanagan
2007-11-10* {bcc32,win32}/Makefile.sub: vendor_ruby support.nobu
2007-11-09* parse.y (parser_nextc): added single line read forward buffer.nobu
2007-11-09* vm.h (FRAME_MAGIC_MASK_BITS): bits of FRAME_MAGIC_MASK.nobu
2007-11-09* eval.c (eval): should be volatile value for GC.ko1
2007-11-09* ruby.c (locale_encoding): guestimate encoding from environmentnobu
2007-11-09* variable.c (rb_cvar_set): cvar assignment obey same rule to cvarmatz
2007-11-09* io.c (rb_io_each_byte): should update rbuf_off and rbuf_len formatz
2007-11-09* encoding.c (enc_check_encoding, rb_set_primary_encoding): ENCODINGnobu
2007-11-09* string.c (rb_str_squeeze_bang): initialize squeezing table if nonobu
2007-11-09* enum.c (each_with_index_i): use rb_yield_values() formatz
2007-11-09* test/ruby/test_iterator.rb (TestIterator::IterTest::each):matz
2007-11-09* test/ruby/test_basicinstructions.rb: updated for new classmatz
2007-11-09* eval_load.c (loaded_feature_path): check with type of given feature.nobu
2007-11-09* eval.c (send_internal): use self in the previous frame to check fornobu
2007-11-09* marshal.c (w_object): should be SPECIAL_CONST_P() instead ofko1
2007-11-09* eval.c (rb_invoke_method): check if invoked in function style.nobu
2007-11-09* cont.c: add rb_context_t#type.ko1
2007-11-09* ruby.c (set_arg0): fix breaking environ bugs.ko1
2007-11-08* random.c: update MT URL.[ruby-core:13305].matz
2007-11-08* object.c: improve docs for Object.tapdavidflanagan
2007-11-08* parse.y: fix segfault with \x escapes in regexpsdavidflanagan
2007-11-08 * parse.y (parser_read_escape): remove C99/gcc-ism.usa
2007-11-07* parse.y: patch, based on Nobu's, work to support \u escapesdavidflanagan
2007-11-07* parse.y (rb_intern3): commented out broken code that preventeddavidflanagan
2007-11-07* string.c (tr_setup_table, tr_trans): fix test failures in test/ruby/test_st...davidflanagan
2007-11-07* enum.c (enum_each_with_index): make different arrays at eachnobu
2007-11-06* eval.c: fix typo in invoke_method documentationdavidflanagan
2007-11-06* array.c (rb_ary_product): core dumped with non array arguments.matz
2007-11-06* array.c (rb_ary_each_index): should return meaningful value.matz
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-06* eval_load.c (loaded_feature_path): need to expand relative paths.nobu
2007-11-06* eval_load.c (rb_feature_p): check if the feature is loading withnobu
2007-11-05* eval.c (Init_eval): move #send to Kernel module from BasicObject.matz
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-11-04* lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-11-04 * win32/Makefile.sub: vendor_ruby support.usa
2007-11-04* re.c (rb_reg_quote): quote \v as well.akr
2007-11-04* re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr
2007-11-03* gc.c (count_objects): count TOTAL.akr
2007-11-03* string.c (tr_setup_table): use C array for characters that fitmatz
2007-11-03add ML ref.akr
2007-11-03* gc.c (count_objects): ObjectSpace.count_objects implemented.akr
2007-11-03* hash.c (rb_hash_each_pair): make Hash#each to be alias tomatz