summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-07-10io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.naruse
2009-07-10Fix condition of second byte of UTF-16LE/UTF-32LE.naruse
2009-07-10* ChangeLog: commit miss.nobu
2009-07-10* ext/readline/extconf.rb: checked rl_refresh_line in readline.kouji
2009-07-10* ext/readline/extconf.rb: checked rl_line_buffer and rl_point inkouji
2009-07-10* array.c (recursive_join): use obj to tell if recursion occurs.nobu
2009-07-10* marshal.c (r_object0): set encoding only if the encoding is not US-ASCII.naruse
2009-07-10* random.c (struct MT): ruby already assumes int has 32bit atnobu
2009-07-10* include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): addednobu
2009-07-10* vm_insnhelper.c (vm_search_superclass): checks for implicitnobu
2009-07-09* parse.y (parser_data_type): typed.nobu
2009-07-09* error.c (compile_warn_print, warn_print): fixed false warnings.nobu
2009-07-09Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse
2009-07-09* marshal.c (r_object0): replace \u by u when the regexp isnaruse
2009-07-08 * complex.c (nucomp_div): omitted zero division check.tadf
2009-07-08 * lib/irb/inspector.rb: forget svn add.keiju
2009-07-08* error.c (rb_check_type): rejects typed data.nobu
2009-07-08* proc.c ({proc,binding,method}_data_type): typed.nobu
2009-07-08* proc.c ({proc,method}_data_type): typed.nobu
2009-07-08* file.c (rb_file_s_basename): returns new string instead ofnobu
2009-07-08Update ext/.document with extensions that appear to have documentation.drbrain
2009-07-07* include/ruby/ruby.h:ko1
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-07-07* gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct likenobu
2009-07-07* error.c (rb_typed_struct_is_kind_of): new function to see if thenobu
2009-07-07* error.c (rb_check_typed_struct): new function to check typednobu
2009-07-07* enum.c (DEFINE_ENUMFUNCS): included function signature.nobu
2009-07-07* enum.c (rb_enum_join): non-nil separator must be convertible tonobu
2009-07-07* enum.c (rb_enum_join): should propagate taint to the returnmatz
2009-07-07* gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified.nobu
2009-07-07* io.c (rb_io_ext_int_to_encs): Set external encoding ifnaruse
2009-07-06* enum.c (enum_to_a): should propagate taint to the return value.matz
2009-07-06* proc.c (make_curry_proc): should propagate lambda-ness.nobu
2009-07-06* proc.c (proc_hash): use long.nobu
2009-07-06* test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz
2009-07-06* enum.c (enum_join): deals with self recursive objects to get ridnobu
2009-07-05 * rational.c: edited rdoc.tadf
2009-07-05* time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bitakr
2009-07-05 * complex.c (nucomp_s_polar): now arg is optional.tadf
2009-07-05 * complex.c (float_arg): returns PI for -0.0.tadf
2009-07-05* thread.c (rb_threadptr_exec_event_hooks): new function tonobu
2009-07-04* vm_method.c (rb_add_method, remove_method, rb_undef): fixednobu
2009-07-04* vm_method.c (Init_eval_method): registers notimplement_body as anobu
2009-07-04* vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu
2009-07-04* numeric.c (dbl2ival): should raise FloatDomainError on Infinitymatz
2009-07-03* enum.c (enum_join): add Enumerable#join.matz
2009-07-03* time.c (find_time_t): less number of guesses for hh:mm:60.akr
2009-07-03 * complex.c (nucomp_equal_p): removed.tadf
2009-07-03 * rational.c: renamed equal_p to eqeq_p.tadf
2009-07-03 * complex.c: undef-ed shome methods. [ruby-core:24110]tadf