aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * benchmark/driver.rb: fix file selection algorithm.ko12007-09-283-17/+41
* thread variable test refined.akr2007-09-281-18/+12
* add test for thread local variable with fiber.akr2007-09-271-0/+35
* * win32/REAMDE.win32: follow recent changes.usa2007-09-272-7/+22
* * benchmark/driver.rb: fix to output some helpful messages.ko12007-09-273-9/+26
* * benchmark/driver.rb: added.ko12007-09-276-17/+216
* * ext/fiber/fiber.c: modify prototype declaration.ko12007-09-272-1/+6
* * parse.y (strings, xstring, regexp, dsym): empty strings havenobu2007-09-272-6/+12
* refine a test.akr2007-09-261-2/+2
* * bootstraptest/runner.rb (assert_finish): new method.akr2007-09-263-5/+61
* * string.c (rb_str_associate_encoding): commit miss.nobu2007-09-261-16/+0
* * encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu2007-09-265-20/+120
* * gc.c (rb_mark_set): new function to mark keys.nobu2007-09-264-9/+38
* * marshal.c (struct dump_arg, struct load_arg): added wrappers to marknobu2007-09-262-19/+60
* * process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]nobu2007-09-263-10/+9
* * bootstraptest/test_knownbug.rb: remove a fixed test.ko12007-09-262-18/+4
* * bootstraptest/test_knownbug.rb: move fixed tests.ko12007-09-264-27/+35
* add ML number.ko12007-09-261-0/+1
* * eval.c (eval): fix to check stack overflow.ko12007-09-264-6/+13
* * insnhelper.ci (vm_throw): fix to move increment point.ko12007-09-262-1/+6
* * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko12007-09-263-5/+11
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-268-53/+122
* * eval_method.ci (rb_get_alloc_func): cast to suppress a warning.nobu2007-09-262-2/+8
* new file.akr2007-09-261-0/+8
* * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as othernobu2007-09-252-1/+6
* * parse.y (parser_yyerror): limit error message length.nobu2007-09-253-5/+24
* * io.c (io_ungetc): reallocate internal buffer if pushing datamatz2007-09-253-9/+15
* * eval_method.ci (remove_method): should not remove undef placematz2007-09-252-2/+13
* * eval.c (rb_longjmp): source file information may be NULL.matz2007-09-253-7/+21
* * array.c (rb_ary_equal): should handle recursive array.matz2007-09-243-26/+34
* * hash.c (hash_i): avoid too frequent hash conflict where key andmatz2007-09-242-0/+5
* * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz2007-09-243-5/+7
* * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use thenobu2007-09-242-3/+7