| Commit message (Expand) | Author | Age | Files | Lines |
| * | * symbian/setup: Update Symbian config to match recent changes in missing/all... | azav | 2009-02-16 | 1 | -1/+5 |
| * | * symbian/setup: Update Symbian config to match recent changes in missing/all... | azav | 2009-02-16 | 1 | -1/+1 |
| * | * class.c (rb_scan_args), README.EXT, README.EXT.ja: Add support | knu | 2009-02-16 | 4 | -18/+59 |
| * | * debug.c (set_debug_option): added rtc_error option. | nobu | 2009-02-16 | 4 | -8/+40 |
| * | Improve documentation of rb_scan_args(). | knu | 2009-02-16 | 2 | -11/+46 |
| * | * complex.c (f_signbit): fixed indentation. | nobu | 2009-02-15 | 1 | -12/+9 |
| * | * win32/win32.c (_CrtDbgReportW): prevent from false positive | nobu | 2009-02-15 | 3 | -2/+9 |
| * | * lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen. | nobu | 2009-02-15 | 3 | -8/+25 |
| * | * lib/test/unit/assertions.rb (Test::Unit::Assertions): aliases | nobu | 2009-02-15 | 2 | -0/+9 |
| * | updated. | akr | 2009-02-15 | 1 | -0/+1 |
| * | mention SecureRandom.urlsafe_base64. | akr | 2009-02-15 | 1 | -0/+4 |
| * | * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method. | akr | 2009-02-15 | 2 | -0/+57 |
| * | rdoc update. | akr | 2009-02-15 | 1 | -5/+5 |
| * | * hash.c (hash_i): use Murmurhash. | akr | 2009-02-15 | 2 | -2/+5 |
| * | add a test. | akr | 2009-02-15 | 1 | -0/+15 |
| * | * variable.c (rb_define_hooked_variable): suppress false assertion | nobu | 2009-02-15 | 2 | -31/+31 |
| * | * test/test_pp.rb: extract from lib/pp.rb. | akr | 2009-02-14 | 7 | -759/+747 |
| * | add timeout. | akr | 2009-02-14 | 1 | -1/+3 |
| * | add a test. | akr | 2009-02-14 | 1 | -0/+5 |
| * | * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don't | akr | 2009-02-14 | 4 | -3/+18 |
| * | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 12 | -30/+117 |
| * | * hash.c (rb_hash): always return a fixnum value because a return | mame | 2009-02-14 | 3 | -5/+33 |
| * | * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result of | nobu | 2009-02-14 | 3 | -17/+88 |
| * | * array.c (ary_resize_capa): should not overwrite outside embedded | nobu | 2009-02-14 | 3 | -3/+9 |
| * | remove Id keyword. | akr | 2009-02-14 | 1 | -2/+0 |
| * | remove Id keyword. | akr | 2009-02-14 | 1 | -4/+0 |
| * | * test/test_time.rb: extracted from lib/time.rb. | akr | 2009-02-14 | 3 | -368/+367 |
| * | add timeout. | akr | 2009-02-14 | 1 | -1/+8 |
| * | * lib/pathname.rb: obsolete methods removed. | akr | 2009-02-14 | 2 | -52/+5 |
| * | * iseq.c: remove nil parameter from Proc#parameters | takano32 | 2009-02-14 | 2 | -2/+5 |
| * | * string.c (rb_external_str_new_with_enc): change evaluatioin order | naruse | 2009-02-13 | 2 | -2/+7 |
| * | * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a | akr | 2009-02-13 | 2 | -2/+7 |
| * | * 2009-02-14 | svn | 2009-02-13 | 1 | -2/+2 |
| * | fix rdoc. | akr | 2009-02-13 | 1 | -1/+1 |
| * | add a constant: IFNAMSIZ. | akr | 2009-02-13 | 1 | -0/+1 |
| * | rdoc update. | akr | 2009-02-13 | 2 | -4/+10 |
| * | * ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopen | nobu | 2009-02-13 | 2 | -0/+7 |
| * | * .gdbinit (iseq): added. | nobu | 2009-02-13 | 1 | -3/+26 |
| * | * ext/socket/socket.c (Init_socket): define TCPServer#listen and | akr | 2009-02-13 | 4 | -2/+11 |
| * | rdoc update. | akr | 2009-02-13 | 1 | -1/+5 |
| * | * ext/socket/ancdata.c (extract_ipv6_pktinfo): set sa_len for 4.4BSD. | akr | 2009-02-13 | 2 | -0/+5 |
| * | * test/ruby/test_{proc,method}.rb: updated tests. | nobu | 2009-02-13 | 2 | -25/+25 |
| * | fix typo (1 -> 0). | ko1 | 2009-02-13 | 1 | -1/+1 |
| * | * iseq.c (simple_default_value): removed. default values of optional | nobu | 2009-02-13 | 2 | -35/+5 |
| * | * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp() | ko1 | 2009-02-13 | 4 | -3/+11 |
| * | * cont.c (rb_fiber_alive_p): fix to return true instead of 1. | ko1 | 2009-02-13 | 3 | -1/+17 |
| * | * configure.in (ac_cv_func_flock): using flock defined in | nobu | 2009-02-13 | 2 | -0/+6 |
| * | * ChangeLog: typo. | nobu | 2009-02-12 | 1 | -1/+1 |
| * | * compile.c (iseq_compile_each): just freeze xstr. | nobu | 2009-02-12 | 2 | -2/+4 |
| * | * compile.c (iseq_set_sequence, compile_dstr_fragments), | nobu | 2009-02-12 | 2 | -2/+11 |