aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (compile_cpath): use Qundef to denote cbase lookup.matz2008-05-051-0/+11
* * gc.c (set_heaps_increment): fix memory allocation strategy byakr2008-05-041-0/+11
* * lib/getoptlong.rb: use $stderr instead of $deferr.akr2008-05-041-0/+4
* * time.c (obj2nsec): fix string argument.akr2008-05-041-0/+4
* * eval.c (rb_obj_respond_to): check the result of respond_to? methodakr2008-05-041-0/+5
* * string.c (rb_str_each_line): return original string.akr2008-05-041-0/+4
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr2008-05-031-0/+5
* * time.c (time_timespec): raise TypeError for nil and other objectsakr2008-05-031-0/+5
* * io.c (internal_read_func, internal_write_func): split fromnobu2008-05-021-0/+5
* * variable.c (rb_define_hooked_variable): guard *var from GC toakr2008-05-021-0/+5
* * range.c (range_step): call to_int if step is not a numericmatz2008-05-021-0/+5
* * range.c (range_step): do not forcefully convert steps intomatz2008-05-021-0/+5
* ChangeLog: updated.matz2008-05-021-2/+2
* * misc/ruby-mode.el: move fontifying code from hook.matz2008-05-021-0/+5
* * range.c (range_step): step may be bignum.matz2008-05-021-0/+4
* * re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz2008-05-021-0/+4
* * ChangeLog: reordered.nobu2008-05-011-5/+5
* Adding accidentally skipped ChangeLog entry.jeg22008-05-011-0/+6
* * bignum.c (rb_big_divide), numeric.c (fix_divide): check for resultnobu2008-05-011-0/+5
* * range.c (range_step): check if step can be converted to an integer.nobu2008-05-011-1/+4
* * range.c (range_step): allow float step bigger than zero but lessnobu2008-05-011-0/+5
* * bignum.c (rb_big_divide): return an integer for idiv.nobu2008-05-011-0/+5
* * hash.c (rb_hash_s_create): should access converted hash value.matz2008-05-011-0/+5
* * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz2008-05-011-0/+8
* * hash.c (env_delete_if): return enumerator if no block given.nobu2008-05-011-0/+5
* [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki2008-04-301-0/+7
* * lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg22008-04-301-0/+6
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-0/+13
* * re.c (rb_reg_search): use local variable. a patch from wanabenobu2008-04-301-0/+5
* * eval_intern.h: speficy the values of the enumeration constantsmame2008-04-301-0/+5
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-0/+7
* typotadf2008-04-281-1/+1
* * rational (nurat_marshal_load): checks the giventadf2008-04-281-0/+5
* * range.c (range_each): use INT2FIX() for fixnum values.matz2008-04-281-0/+4
* bit more explanation.akr2008-04-281-1/+2
* * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr2008-04-281-0/+7
* * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specifyusa2008-04-281-0/+5
* * process.c (run_exec_options): don't call FIX2INT for nil.akr2008-04-281-0/+4
* * proc.c (method_name): should return symbols instead of strings.matz2008-04-281-0/+5
* * include/ruby/intern.h (rb_exec_arg_init): declared.akr2008-04-281-0/+31
* * rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524]tadf2008-04-271-0/+4
* * gc.c (gc_count): add a GC.count method. This method returnsko12008-04-271-0/+5
* * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu2008-04-271-0/+11
* * ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse2008-04-261-0/+5
* * lib/open3.rb (Open3.popen3w): removed.akr2008-04-261-0/+5
* Import RDoc 2.0.0 r56.drbrain2008-04-261-0/+4
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+8
* * io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu2008-04-261-0/+5
* * error.c (builtin_types), gc.c (count_objects): added Complex andnobu2008-04-261-0/+5
* * error.c (rb_eNOERROR): renamed.nobu2008-04-261-0/+4