| Commit message (Expand) | Author | Age | Files | Lines |
| * | * benchmark/driver.rb: enable specify label to executable. | ko1 | 2007-10-03 | 1 | -0/+5 |
| * | * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-range | nobu | 2007-10-03 | 1 | -0/+11 |
| * | * variable.c (rb_cvar_set): check whether class variable is | matz | 2007-10-03 | 1 | -0/+9 |
| * | * ruby.c (ruby_process_options): push frame with program name. | nobu | 2007-10-03 | 1 | -0/+5 |
| * | * win32/win32.c (init_env): refactoring. remove unused code. | usa | 2007-10-02 | 1 | -0/+4 |
| * | * array.c (rb_ary_product): generalized product, now takes | matz | 2007-10-02 | 1 | -0/+6 |
| * | * array.c (rb_ary_permutation): small dirty hack by Matz to avoid | matz | 2007-10-01 | 1 | -0/+3 |
| * | * array.c (rb_ary_permutation): implementation contributed from | matz | 2007-10-01 | 1 | -5/+8 |
| * | * proc.c (proc_dup): proc->block.proc should be self. | ko1 | 2007-10-01 | 1 | -0/+7 |
| * | * array.c (rb_ary_combination): revisit #combination behavior. | matz | 2007-10-01 | 1 | -0/+5 |
| * | * bootstraptest/test_method.rb: use assert_normal_exit to test | akr | 2007-10-01 | 1 | -0/+5 |
| * | * gc.c (id2ref): skip ICLASS. | nobu | 2007-10-01 | 1 | -0/+4 |
| * | * bootstraptest/runner.rb (assert_normal_exit): use `` instead of | akr | 2007-10-01 | 1 | -0/+5 |
| * | * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911] | nobu | 2007-10-01 | 1 | -0/+4 |
| * | * ruby.c (require_libraries): use require method instead of calling | nobu | 2007-10-01 | 1 | -0/+5 |
| * | * eval.c (ruby_options), ruby.c (proc_options, process_options): not | nobu | 2007-10-01 | 1 | -0/+7 |
| * | * string.c (rb_str_append): always set encoding, and coderange | nobu | 2007-09-30 | 1 | -0/+8 |
| * | * bootstraptest/runner.rb (pretty): don't show beginning empty line. | akr | 2007-09-30 | 1 | -0/+4 |
| * | * numeric.c: use #ifdef for test LONG_LONG_VALUE. | akr | 2007-09-30 | 1 | -0/+4 |
| * | fix typos. | akr | 2007-09-29 | 1 | -7/+7 |
| * | * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not | akr | 2007-09-29 | 1 | -0/+5 |
| * | * re.c (Init_Regexp): test DEFAULT_KCODE in C code because | akr | 2007-09-29 | 1 | -0/+5 |
| * | * variable.c (obj_ivar_each): get rid of warning. | usa | 2007-09-29 | 1 | -0/+4 |
| * | * main.c (main): use platform-independent per-process initialization. | nobu | 2007-09-29 | 1 | -0/+14 |
| * | * array.c (rb_ary_combination): new method to give all combination | matz | 2007-09-29 | 1 | -0/+12 |
| * | * marshal.c (r_leave): move proc invocation from r_entry() to | matz | 2007-09-29 | 1 | -0/+5 |
| * | * bootstraptest/runner.rb (assert_normal_exit): new method. | akr | 2007-09-29 | 1 | -0/+6 |
| * | * variable.c (rb_ivar_set): fix class instance variable. | akr | 2007-09-29 | 1 | -0/+6 |
| * | * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE. | akr | 2007-09-29 | 1 | -0/+6 |
| * | * include/ruby/win32.h (strcasecmp): needed for type_strcasehash. | nobu | 2007-09-28 | 1 | -0/+4 |
| * | * ruby.c (struct cmdline_options): static variables packed. | nobu | 2007-09-28 | 1 | -0/+4 |
| * | * io.c (rb_io_fdopen): create IO object from fd. | nobu | 2007-09-28 | 1 | -0/+8 |
| * | * encoding.c (rb_enc_alias): allow encodings multiple aliases. | nobu | 2007-09-28 | 1 | -0/+19 |
| * | * cont.c: Thread local storage should be fiber local. | ko1 | 2007-09-28 | 1 | -0/+7 |
| * | * insnhelper.ci (vm_call_method): allow send! to call protected | matz | 2007-09-28 | 1 | -0/+5 |
| * | * benchmark/bm_so_fasta.rb: added. | ko1 | 2007-09-28 | 1 | -0/+14 |
| * | * benchmark/driver.rb: fix notations. | ko1 | 2007-09-28 | 1 | -0/+33 |
| * | * string.c (rb_str_comparable): need not to check asciicompat here. | matz | 2007-09-28 | 1 | -0/+10 |
| * | * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered. | matz | 2007-09-28 | 1 | -0/+4 |
| * | * benchmark/driver.rb: fix to output benchmark results | ko1 | 2007-09-28 | 1 | -0/+9 |
| * | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -0/+39 |
| * | * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the | nobu | 2007-09-28 | 1 | -0/+5 |
| * | * benchmark/bm_app_erb.rb: added. | ko1 | 2007-09-28 | 1 | -0/+6 |
| * | * benchmark/driver.rb: fix file selection algorithm. | ko1 | 2007-09-28 | 1 | -0/+4 |
| * | * win32/REAMDE.win32: follow recent changes. | usa | 2007-09-27 | 1 | -0/+4 |
| * | * benchmark/driver.rb: fix to output some helpful messages. | ko1 | 2007-09-27 | 1 | -0/+4 |
| * | * benchmark/driver.rb: added. | ko1 | 2007-09-27 | 1 | -0/+10 |
| * | * ext/fiber/fiber.c: modify prototype declaration. | ko1 | 2007-09-27 | 1 | -0/+5 |
| * | * parse.y (strings, xstring, regexp, dsym): empty strings have | nobu | 2007-09-27 | 1 | -0/+5 |
| * | * bootstraptest/runner.rb (assert_finish): new method. | akr | 2007-09-26 | 1 | -0/+7 |