| Commit message (Expand) | Author | Age | Files | Lines |
| * | rdoc update. | akr | 2009-07-12 | 1 | -0/+1 |
| * | * time.c (time_timespec): rounds subsecond toward zero. | nobu | 2009-07-12 | 2 | -12/+11 |
| * | * 2009-07-13 | svn | 2009-07-12 | 1 | -2/+2 |
| * | ENV is now locale encoding. | naruse | 2009-07-12 | 2 | -2/+8 |
| * | * complex.c: added some shortcuts. | tadf | 2009-07-12 | 3 | -12/+72 |
| * | * object.c (rb_to_integer, rb_check_to_integer): return Bignum | nobu | 2009-07-12 | 2 | -0/+7 |
| * | * complex.c: use k_exact_{zero,one}_p macro. | tadf | 2009-07-12 | 3 | -16/+24 |
| * | * numeric.c (fix_divide): added an entry to rational. | tadf | 2009-07-12 | 4 | -1/+28 |
| * | * random.c (rand_init): use fixed buffer for small numbers. | nobu | 2009-07-11 | 3 | -33/+38 |
| * | * ext/tk/tcltklib.c (get_obj_from_str): suppressed a warning. | nobu | 2009-07-11 | 1 | -1/+1 |
| * | * test/ruby/test_io_m17n.rb (test_strip_bom): added. | naruse | 2009-07-11 | 2 | -0/+18 |
| * | * ext/readline/readline.c (readline_attempted_completion_function): | nobu | 2009-07-10 | 2 | -6/+14 |
| * | * random.c (limited_rand): expands to long before shift so that | nobu | 2009-07-10 | 2 | -2/+7 |
| * | * random.c (rand_init): got rid of buffer overflow. | nobu | 2009-07-10 | 2 | -4/+8 |
| * | * array.c (ary_join_1): should recurse for element array. | nobu | 2009-07-10 | 4 | -2/+8 |
| * | io.c (io_strip_bom): ungetbyte third byte when UTF-16LE. | naruse | 2009-07-10 | 2 | -0/+5 |
| * | Fix condition of second byte of UTF-16LE/UTF-32LE. | naruse | 2009-07-10 | 2 | -1/+6 |
| * | * ChangeLog: commit miss. | nobu | 2009-07-10 | 1 | -1/+1 |
| * | cosmetic changes | naruse | 2009-07-10 | 1 | -5/+8 |
| * | * ext/readline/extconf.rb: checked rl_refresh_line in readline. | kouji | 2009-07-10 | 4 | -0/+31 |
| * | * ext/readline/extconf.rb: checked rl_line_buffer and rl_point in | kouji | 2009-07-10 | 5 | -38/+161 |
| * | * test/ruby/test_array.rb (test_join2): fixed typo. | nobu | 2009-07-10 | 1 | -1/+1 |
| * | * array.c (recursive_join): use obj to tell if recursion occurs. | nobu | 2009-07-10 | 5 | -39/+33 |
| * | Add test for marshaling regexp. | naruse | 2009-07-10 | 1 | -0/+7 |
| * | * marshal.c (r_object0): set encoding only if the encoding is not US-ASCII. | naruse | 2009-07-10 | 2 | -1/+6 |
| * | * random.c (struct MT): ruby already assumes int has 32bit at | nobu | 2009-07-10 | 2 | -48/+75 |
| * | * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): added | nobu | 2009-07-10 | 2 | -0/+8 |
| * | * vm_insnhelper.c (vm_search_superclass): checks for implicit | nobu | 2009-07-10 | 3 | -7/+30 |
| * | * parse.y (parser_data_type): typed. | nobu | 2009-07-09 | 2 | -16/+50 |
| * | * error.c (compile_warn_print, warn_print): fixed false warnings. | nobu | 2009-07-09 | 2 | -2/+3 |
| * | * 2009-07-10 | svn | 2009-07-09 | 1 | -2/+2 |
| * | Remove debug print. | naruse | 2009-07-09 | 1 | -1/+0 |
| * | Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236] | naruse | 2009-07-09 | 3 | -2/+127 |
| * | * 2009-07-09 | svn | 2009-07-09 | 1 | -2/+2 |
| * | * marshal.c (r_object0): replace \u by u when the regexp is | naruse | 2009-07-09 | 2 | -2/+17 |
| * | * complex.c (nucomp_div): omitted zero division check. | tadf | 2009-07-08 | 2 | -2/+8 |
| * | * lib/irb/inspector.rb: forget svn add. | keiju | 2009-07-08 | 2 | -0/+107 |
| * | * error.c (rb_check_type): rejects typed data. | nobu | 2009-07-08 | 2 | -1/+7 |
| * | * proc.c ({proc,binding,method}_data_type): typed. | nobu | 2009-07-08 | 2 | -3/+16 |
| * | * proc.c ({proc,method}_data_type): typed. | nobu | 2009-07-08 | 2 | -44/+64 |
| * | * file.c (rb_file_s_basename): returns new string instead of | nobu | 2009-07-08 | 3 | -4/+11 |
| * | Update ext/.document with extensions that appear to have documentation. | drbrain | 2009-07-08 | 2 | -0/+17 |
| * | * include/ruby/ruby.h: | ko1 | 2009-07-07 | 7 | -23/+35 |
| * | rdoc update. | akr | 2009-07-07 | 1 | -9/+9 |
| * | * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode | keiju | 2009-07-07 | 37 | -49/+92 |
| * | * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct like | nobu | 2009-07-07 | 2 | -3/+7 |
| * | * error.c (rb_typed_struct_is_kind_of): new function to see if the | nobu | 2009-07-07 | 3 | -0/+17 |
| * | * vm.c ({env,vm,thread}_data_type): constified. | nobu | 2009-07-07 | 1 | -3/+3 |
| * | * error.c (rb_check_typed_struct): new function to check typed | nobu | 2009-07-07 | 3 | -0/+34 |
| * | * enum.c (DEFINE_ENUMFUNCS): included function signature. | nobu | 2009-07-07 | 2 | -22/+19 |