| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * enum.c (rb_enum_join): non-nil separator must be convertible to | nobu | 2009-07-07 | 3 | -0/+15 |
* | * enum.c (rb_enum_join): should propagate taint to the return | matz | 2009-07-07 | 2 | -1/+10 |
* | * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified. | nobu | 2009-07-07 | 2 | -16/+20 |
* | * io.c (rb_io_ext_int_to_encs): Set external encoding if | naruse | 2009-07-07 | 2 | -1/+6 |
* | * 2009-07-07 | svn | 2009-07-07 | 1 | -2/+2 |
* | * iseq.c: provisional type fixes. | nobu | 2009-07-07 | 1 | -3/+3 |
* | * enum.c (enum_to_a): should propagate taint to the return value. | matz | 2009-07-06 | 2 | -0/+11 |
* | * proc.c (make_curry_proc): should propagate lambda-ness. | nobu | 2009-07-06 | 3 | -3/+21 |
* | * proc.c (proc_hash): use long. | nobu | 2009-07-06 | 2 | -2/+6 |
* | * test/ruby/test_module.rb (TestModule#test_undef): adjust to | matz | 2009-07-06 | 3 | -4/+13 |
* | * enum.c (enum_join): deals with self recursive objects to get rid | nobu | 2009-07-06 | 1 | -0/+14 |
* | * enum.c (enum_join): deals with self recursive objects to get rid | nobu | 2009-07-06 | 2 | -1/+30 |
* | * enum.c (enum_join): added rdoc. | nobu | 2009-07-05 | 1 | -0/+8 |
* | * rational.c: edited rdoc. | tadf | 2009-07-05 | 2 | -5/+9 |
* | * 2009-07-06 | svn | 2009-07-05 | 1 | -2/+2 |
* | * time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bit | akr | 2009-07-05 | 2 | -10/+63 |
* | * complex.c (nucomp_s_polar): now arg is optional. | tadf | 2009-07-05 | 2 | -4/+20 |
* | * complex.c (float_arg): returns PI for -0.0. | tadf | 2009-07-05 | 2 | -1/+7 |
* | * thread.c (rb_threadptr_exec_event_hooks): new function to | nobu | 2009-07-05 | 4 | -19/+39 |
* | * vm_method.c (rb_add_method, remove_method, rb_undef): fixed | nobu | 2009-07-04 | 2 | -4/+8 |
* | * vm_method.c (Init_eval_method): registers notimplement_body as a | nobu | 2009-07-04 | 2 | -3/+6 |
* | * vm_insnhelper.c (vm_yield_setup_block_args): restores the first | nobu | 2009-07-04 | 4 | -4/+20 |
* | * numeric.c (dbl2ival): should raise FloatDomainError on Infinity | matz | 2009-07-04 | 2 | -7/+6 |
* | * 2009-07-04 | svn | 2009-07-03 | 1 | -2/+2 |
* | * enum.c (enum_join): add Enumerable#join. | matz | 2009-07-03 | 3 | -32/+112 |
* | added examples. | tadf | 2009-07-03 | 1 | -0/+2 |