aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c (PINC): use optimized enclen() instead ofmatz2008-05-191-0/+33
* * version.h: fix strange change by version.h update tool.ko12008-05-191-0/+4
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+10
* * process.c (rb_spawn_internal): set last_status when status == -1usa2008-05-191-0/+7
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-0/+14
* fix grammo.knu2008-05-191-1/+1
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-181-0/+16
* * pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame2008-05-171-0/+8
* * file.c (file_expand_path): fix for short file name on Cygwin.nobu2008-05-171-0/+4
* * vm.c (Init_VM): removed the definition of Thread#initialize,yugui2008-05-171-0/+5
* * array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu2008-05-171-0/+5
* Kernel#.sleep used never to sleep on Mac OS X. Fixed it and added error checks.yugui2008-05-171-0/+7
* * file.c (rb_file_s_extname): first dot is not an extension name.nobu2008-05-171-0/+4
* * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz2008-05-161-0/+14
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-0/+11
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-151-0/+11
* * string.c (tr_find): String#delete returned wrong result when multiplemame2008-05-151-0/+7
* * parse.y (ripper_warningS): now used.usa2008-05-151-0/+4
* * object.c (rb_cstr_to_dbl): no need for forceful warning whenmatz2008-05-151-0/+7
* * re.c (rb_reg_prepare_enc): error condition was updated for nonmatz2008-05-151-0/+5
* * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted tomatz2008-05-151-0/+7
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-151-0/+9
* * ChangeLog: fix typo.mame2008-05-141-1/+5
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+23
* Remove spaces before BOL.knu2008-05-141-47/+43
* * iseq.c (insn_operand_intern): remove Qundef related code.ko12008-05-141-0/+4
* * array.c (rb_ary_count): Override Enumerable#count for betterknu2008-05-141-0/+5
* * insns.def: add a "putcbase" instruction.ko12008-05-141-0/+7
* * eval.c (rb_call0): defer calling of rb_frame_self() until itmatz2008-05-131-0/+7
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-0/+18
* * eval_method.c (rb_add_method): fix check for warning whenmame2008-05-131-0/+5
* * enum.c (enum_yield): use rb_yield_values2.nobu2008-05-131-0/+10
* * enumerator.c: Update rdoc.knu2008-05-131-0/+7
* * string.c (rb_str_cat): fixed buffer overrun reported bymatz2008-05-131-0/+5
* * io.c (rb_f_gets.): re-enable rdoc.akr2008-05-121-0/+6
* * vm.c (collect_local_variables_in_env): remove unnecessary checkmame2008-05-121-0/+7
* * ChangeLog: small fixes.usa2008-05-121-2/+1
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-0/+20
* * lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr2008-05-121-0/+4
* * test/ruby/envutil.rb (rubybin): return expanded rubyexe instead ofusa2008-05-121-0/+5
* * enum.c (grep_i): Be aware of multiple values;knu2008-05-121-0/+44
* * process.c (rb_spawn_internal): remove calling run_exec_options()usa2008-05-121-0/+5
* * process.c (rb_spawn_internal): need to call run_exec_options() beforeusa2008-05-121-0/+5
* * gc.c (ruby_vm_xmalloc): increase malloc_increase only if mallocakr2008-05-121-0/+8
* * re.c (rb_reg_prepare_re): made non static with small refactoring.matz2008-05-121-0/+7
* * eval.c (is_defined): add NODE_OP_ASGN_{OR,AND}. "defined?(a||=1)"matz2008-05-121-0/+5
* * bignum.c (bigzero_p): check from MSB to LSB. [ruby-dev:34649]akr2008-05-121-0/+4
* * common.mk (RUBYOPT): affected BASERUBY too. [ruby-talk:301514]nobu2008-05-121-0/+4
* * gc.c (assign_heap_slot): fix condition for number of objects inakr2008-05-121-0/+5
* * string.c (sym_to_i): really removed. [ruby-dev:34641]matz2008-05-121-0/+4