aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r1361@bean: ser | 2007-10-01 21:24:28 -0400ser2007-10-025-68/+39
* * array.c (rb_ary_permutation): small dirty hack by Matz to avoidmatz2007-10-012-2/+8
* * array.c (rb_ary_permutation): implementation contributed frommatz2007-10-013-37/+112
* * proc.c (proc_dup): proc->block.proc should be self.ko12007-10-015-20/+27
* * array.c (rb_ary_combination): revisit #combination behavior.matz2007-10-013-7/+10
* check exception on Process.setrlimit.akr2007-10-011-1/+5
* * bootstraptest/test_method.rb: use assert_normal_exit to testakr2007-10-012-2/+6
* * gc.c (id2ref): skip ICLASS.nobu2007-10-012-1/+6
* * bootstraptest/runner.rb (assert_normal_exit): use `` instead ofakr2007-10-012-1/+6
* * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu2007-10-014-15/+18
* * ruby.c (require_libraries): use require method instead of callingnobu2007-10-012-5/+9
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-014-12/+26
* * string.c (rb_str_append): always set encoding, and coderangenobu2007-09-303-2/+15
* add test for [ruby-dev:31913].akr2007-09-301-0/+5
* * bootstraptest/runner.rb (pretty): don't show beginning empty line.akr2007-09-302-0/+5
* * numeric.c: use #ifdef for test LONG_LONG_VALUE.akr2007-09-302-2/+6
* add test for [ruby-dev:31911].akr2007-09-301-0/+14
* fix typos.akr2007-09-291-7/+7
* * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is notakr2007-09-292-4/+9
* * re.c (Init_Regexp): test DEFAULT_KCODE in C code becauseakr2007-09-292-13/+13
* * variable.c (obj_ivar_each): get rid of warning.usa2007-09-293-4/+8
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-297-25/+65
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-294-1/+175
* * marshal.c (r_leave): move proc invocation from r_entry() tomatz2007-09-292-4/+9
* use Marshal.load instead of binary string.akr2007-09-291-1/+1
* * bootstraptest/runner.rb (assert_normal_exit): new method.akr2007-09-293-0/+36
* add test for a define_method wrapper.akr2007-09-291-0/+15
* * variable.c (rb_ivar_set): fix class instance variable.akr2007-09-293-0/+9
* * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.akr2007-09-292-1/+7
* * include/ruby/win32.h (strcasecmp): needed for type_strcasehash.nobu2007-09-282-3/+7
* * common.mk (ruby.o): using encoding.h.nobu2007-09-281-1/+1
* * ruby.c (origarg): commit miss.nobu2007-09-281-1/+1
* * ruby.c (struct cmdline_options): static variables packed.nobu2007-09-282-183/+203
* * io.c (rb_io_fdopen): create IO object from fd.nobu2007-09-285-25/+65
* * encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu2007-09-286-12/+128
* * cont.c: Thread local storage should be fiber local.ko12007-09-285-31/+44
* refine previous change.akr2007-09-284-95/+101
* don't generate temporary files under current directory.akr2007-09-288-87/+106
* UNIXServer.new("a\0b") test removed becauseakr2007-09-281-1/+0
* * insnhelper.ci (vm_call_method): allow send! to call protectedmatz2007-09-284-1/+11
* * benchmark/bm_so_fasta.rb: added.ko12007-09-287-0/+196
* rb_classext_t member order exchanged toakr2007-09-281-1/+1
* * benchmark/driver.rb: fix notations.ko12007-09-2816-4/+1173
* * string.c (rb_str_comparable): need not to check asciicompat here.matz2007-09-283-35/+49
* * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.matz2007-09-284-6/+10
* * benchmark/driver.rb: fix to output benchmark resultsko12007-09-284-37/+71
* check codepage for SJIS pathname test.akr2007-09-281-1/+4
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-2817-193/+448
* * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to thenobu2007-09-282-5/+15
* * benchmark/bm_app_erb.rb: added.ko12007-09-285-0/+77