aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * include/ruby/ruby.h, gc.c: remove T_BLOCK.ko12008-04-261-0/+6
* * process.c (rb_cProcessTms, rb_cProcessStatus): renamed.nobu2008-04-261-1/+3
* * error.c (builtin_types), signal.c (siglist), st.c (primes),nobu2008-04-261-0/+5
* * lib/open3.rb: double fork is replaced by spawn with Process.detach.akr2008-04-261-0/+6
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-0/+8
* * gc.c (free_unused_heaps): preserve last used heap segment tomatz2008-04-251-0/+12
* * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv innobu2008-04-251-0/+5
* * array.c (flatten): returns an instance of same class.nobu2008-04-251-0/+5
* * include/ruby/win32.h: define mode_t for umask.usa2008-04-251-0/+7
* * process.c: include sys/stat.h for umask.akr2008-04-241-0/+4