| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ext/stringio/stringio.c (strio_getc): should returns | matz | 2007-08-15 | 1 | -3/+3 |
* | * common.mk: change test order (test -> btest). | ko1 | 2007-08-14 | 1 | -3/+3 |
* | * template/yasmdata.rb.tmpl: fix type and name. | ko1 | 2007-08-12 | 1 | -3/+3 |
* | * thread.c (thread_start_func_2): not re-raise to main thread if it is | nobu | 2007-08-10 | 1 | -3/+3 |
* | * parse.y (internal_id_gen): internal ID must be bigger than | nobu | 2007-08-09 | 1 | -3/+3 |
* | * enum.c (enum_cycle): typo fixed. a patch from Kazuhiro | matz | 2007-08-08 | 1 | -3/+3 |
* | * common.mk (btest-miniruby, test-sample): split the test target | nobu | 2007-08-08 | 1 | -3/+3 |
* | * enum.c (enum_cycle): new method to cycle enumerable forever. | matz | 2007-08-06 | 1 | -3/+3 |
* | * common.mk (INSNS): not chdir to srcdir. | nobu | 2007-08-06 | 1 | -3/+3 |
* | * io.c (pipe_open_v, pipe_open_s): separate array and string | nobu | 2007-08-04 | 1 | -3/+3 |
* | * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766] | nobu | 2007-08-02 | 1 | -3/+3 |
* | * sprintf.c (rb_f_sprintf): should not check positional number as | nobu | 2007-08-02 | 1 | -3/+3 |
* | * generic.rb (URI::Generic::merge_path): behave as RFC 3986. | nobu | 2007-08-01 | 1 | -4/+4 |
* | * bignum.c (rb_big_aref): check for Bignum index range. | nobu | 2007-07-30 | 1 | -3/+3 |
* | * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid | matz | 2007-07-28 | 1 | -3/+3 |
* | * dln.c (conv_to_posix_path): removed. | nobu | 2007-07-26 | 1 | -3/+3 |
* | * regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve old | matz | 2007-07-23 | 1 | -3/+3 |
* | * parse.y (value_expr_gen): warn for empty expression (). | matz | 2007-07-23 | 1 | -3/+3 |
* | * thread.c (is_ruby_native_thread): made an int function as | nobu | 2007-07-22 | 1 | -3/+3 |
* | * lib/mkmf.rb (init_mkmf): should remove mkmf.log too. | nobu | 2007-07-21 | 1 | -3/+3 |
* | * bootstraptest/runner.rb (get_result_string): check $?.coredump? | nobu | 2007-07-20 | 1 | -3/+3 |
* | * bignum.c (rb_big_lshift, rb_big_rshift): separated functions | nobu | 2007-07-19 | 1 | -3/+3 |
* | * time.c (time_succ): Time#succ should return a time object in the | matz | 2007-07-17 | 1 | -3/+3 |
* | * lib/base64.rb (Base64::b64encode): should not specify /o option | matz | 2007-07-16 | 1 | -3/+3 |
* | * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236] | nobu | 2007-07-15 | 1 | -3/+3 |
* | * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225] | nobu | 2007-07-14 | 1 | -3/+3 |
* | * numeric.c (int_round): should not return false, but self. | matz | 2007-07-13 | 1 | -3/+3 |
* | * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expand | nobu | 2007-07-13 | 1 | -3/+3 |
* | * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform. | usa | 2007-07-11 | 1 | -3/+3 |
* | * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir. | nobu | 2007-07-10 | 1 | -3/+3 |
* | * 2007-07-09 | usa | 2007-07-08 | 1 | -3/+3 |
* | * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def: | ko1 | 2007-07-07 | 1 | -3/+3 |
* | * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT. | ko1 | 2007-07-05 | 1 | -3/+3 |
* | * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size): | nobu | 2007-07-05 | 1 | -3/+3 |
* | * compile.c (compile_massign): fix massign compilation | ko1 | 2007-07-03 | 1 | -3/+3 |
* | * cont.c (cont_save_machine_stack): clear saved_thread.machine_stack*. | ko1 | 2007-07-03 | 1 | -3/+3 |
* | * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: | ko1 | 2007-07-01 | 1 | -3/+3 |
* | * vm.h: rename insn_func_type to rb_insn_func_type. | ko1 | 2007-06-30 | 1 | -4/+4 |
* | * parse.y (parser_yylex): return non-valid token for an invalid | nobu | 2007-06-29 | 1 | -3/+3 |
* | * parse.y (dsym): return non-null NODE even if yyerror(). based on a | nobu | 2007-06-29 | 1 | -3/+3 |
* | * compile.c (iseq_compile_each): fix popped backref and others. | ko1 | 2007-06-27 | 1 | -3/+3 |
* | * string.c (rb_str_clear): need to check STR_EMBED_P() before | matz | 2007-06-26 | 1 | -3/+3 |
* | * insnhelper.ci, vm.c: complete block parameter support. | ko1 | 2007-06-25 | 1 | -3/+3 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -3/+3 |
* | * enum.c (enum_minmax): new method to get the minimum and maximum | matz | 2007-06-23 | 1 | -3/+3 |
* | * string.c (rb_str_upto): add optional argument to specify | matz | 2007-06-22 | 1 | -3/+3 |
* | * parse.y (rb_intern2): name may not be NUL-terminated. | nobu | 2007-06-21 | 1 | -3/+3 |
* | * parse.y (rb_intern2): use rb_intern2 to intern without trailing | nobu | 2007-06-19 | 1 | -3/+3 |
* | * eval_load.c (load_ext, rb_require_safe): pass VALUE instead of | nobu | 2007-06-19 | 1 | -3/+3 |
* | * variable.c (rb_path2class): get rid of dangling pointer caused by | nobu | 2007-06-17 | 1 | -3/+3 |