summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-05-01* range.c (range_step): check if step can be converted to an integer.nobu
2008-05-01* range.c (range_step): allow float step bigger than zero but lessnobu
2008-05-01* bignum.c (rb_big_divide): return an integer for idiv.nobu
2008-05-01* hash.c (rb_hash_s_create): should access converted hash value.matz
2008-05-01* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz
2008-05-01* hash.c (env_delete_if): return enumerator if no block given.nobu
2008-04-30 [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki
2008-04-30* lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg2
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-30* re.c (rb_reg_search): use local variable. a patch from wanabenobu
2008-04-30* eval_intern.h: speficy the values of the enumeration constantsmame
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-28typotadf
2008-04-28 * rational (nurat_marshal_load): checks the giventadf
2008-04-28* range.c (range_each): use INT2FIX() for fixnum values.matz
2008-04-28bit more explanation.akr
2008-04-28* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-04-28 * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specifyusa
2008-04-28* process.c (run_exec_options): don't call FIX2INT for nil.akr
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz
2008-04-28* include/ruby/intern.h (rb_exec_arg_init): declared.akr
2008-04-27 * rational.c (nurat_expt): use f_rational_new2. [ruby-dev:34524]tadf
2008-04-27* gc.c (gc_count): add a GC.count method. This method returnsko1
2008-04-27* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu
2008-04-26* ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse
2008-04-26* lib/open3.rb (Open3.popen3w): removed.akr
2008-04-26Import RDoc 2.0.0 r56.drbrain
2008-04-26* include/ruby/intern.h (rb_hash_dup): declared.akr
2008-04-26* io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu
2008-04-26* error.c (builtin_types), gc.c (count_objects): added Complex andnobu
2008-04-26* error.c (rb_eNOERROR): renamed.nobu
2008-04-26* include/ruby/ruby.h, gc.c: remove T_BLOCK.ko1
2008-04-26* process.c (rb_cProcessTms, rb_cProcessStatus): renamed.nobu
2008-04-26* error.c (builtin_types), signal.c (siglist), st.c (primes),nobu
2008-04-26* lib/open3.rb: double fork is replaced by spawn with Process.detach.akr
2008-04-25* process.c (rb_spawn_internal): new function to specifyakr
2008-04-25* gc.c (free_unused_heaps): preserve last used heap segment tomatz
2008-04-25* process.c (rb_spawn): rb_exec_initarg() returns new argc and argv innobu
2008-04-25* array.c (flatten): returns an instance of same class.nobu
2008-04-25 * include/ruby/win32.h: define mode_t for umask.usa
2008-04-24* process.c: include sys/stat.h for umask.akr
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-24* test/ruby/test_thread.rb: fix typos.mame
2008-04-24* test/ruby/test_comparable.rb: new tests for Comparable, to achievemame
2008-04-24* ruby.c (process_options): set safe_level before loading script.matz
2008-04-24* dln.c (dln_find_1): prior files with extensions to files sansnobu
2008-04-23 * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa
2008-04-23* test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame
2008-04-23* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu
2008-04-23* lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu