aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji2009-07-101-0/+7
* * ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji2009-07-101-0/+8
* * array.c (recursive_join): use obj to tell if recursion occurs.nobu2009-07-101-0/+8
* * marshal.c (r_object0): set encoding only if the encoding is not US-ASCII.naruse2009-07-101-0/+4
* * random.c (struct MT): ruby already assumes int has 32bit atnobu2009-07-101-0/+7
* * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu2009-07-101-0/+5
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-0/+5
* * parse.y (parser_data_type): typed.nobu2009-07-091-0/+4
* * error.c (compile_warn_print, warn_print): fixed false warnings.nobu2009-07-091-0/+1
* Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse2009-07-091-0/+14
* * marshal.c (r_object0): replace \u by u when the regexp isnaruse2009-07-091-1/+5
* * complex.c (nucomp_div): omitted zero division check.tadf2009-07-081-0/+4
* * lib/irb/inspector.rb: forget svn add.keiju2009-07-081-0/+4
* * error.c (rb_check_type): rejects typed data.nobu2009-07-081-0/+4
* * proc.c ({proc,binding,method}_data_type): typed.nobu2009-07-081-2/+2
* * proc.c ({proc,method}_data_type): typed.nobu2009-07-081-0/+4
* * file.c (rb_file_s_basename): returns new string instead ofnobu2009-07-081-0/+5
* Update ext/.document with extensions that appear to have documentation.drbrain2009-07-081-0/+5
* * include/ruby/ruby.h:ko12009-07-071-0/+12
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-0/+4
* * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct likenobu2009-07-071-3/+4
* * error.c (rb_typed_struct_is_kind_of): new function to see if thenobu2009-07-071-0/+5
* * error.c (rb_check_typed_struct): new function to check typednobu2009-07-071-0/+8
* * enum.c (DEFINE_ENUMFUNCS): included function signature.nobu2009-07-071-1/+3
* * enum.c (rb_enum_join): non-nil separator must be convertible tonobu2009-07-071-0/+5
* * enum.c (rb_enum_join): should propagate taint to the returnmatz2009-07-071-0/+5
* * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified.nobu2009-07-071-0/+4
* * io.c (rb_io_ext_int_to_encs): Set external encoding ifnaruse2009-07-071-0/+5
* * enum.c (enum_to_a): should propagate taint to the return value.matz2009-07-061-0/+7
* * proc.c (make_curry_proc): should propagate lambda-ness.nobu2009-07-061-1/+4
* * proc.c (proc_hash): use long.nobu2009-07-061-0/+4
* * test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz2009-07-061-0/+9
* * enum.c (enum_join): deals with self recursive objects to get ridnobu2009-07-061-0/+5
* * rational.c: edited rdoc.tadf2009-07-051-0/+4
* * time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bitakr2009-07-051-0/+5
* * complex.c (nucomp_s_polar): now arg is optional.tadf2009-07-051-0/+4
* * complex.c (float_arg): returns PI for -0.0.tadf2009-07-051-0/+4
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-051-0/+5
* * vm_method.c (rb_add_method, remove_method, rb_undef): fixednobu2009-07-041-1/+5
* * vm_method.c (Init_eval_method): registers notimplement_body as anobu2009-07-041-1/+4
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-041-0/+5
* * numeric.c (dbl2ival): should raise FloatDomainError on Infinitymatz2009-07-041-0/+5
* * enum.c (enum_join): add Enumerable#join.matz2009-07-031-0/+9
* * time.c (find_time_t): less number of guesses for hh:mm:60.akr2009-07-031-0/+4
* * complex.c (nucomp_equal_p): removed.tadf2009-07-031-0/+4
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-031-0/+9
* * complex.c: undef-ed shome methods. [ruby-core:24110]tadf2009-07-031-0/+6
* * vm_core.h (struct rb_iseq_struct): fixed types.nobu2009-07-031-0/+6
* * ChangeLog: stripped.nobu2009-07-031-5/+6
* * time.c (find_time_t): time guess strategy refined again.akr2009-07-021-0/+4