aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-011-0/+7
* * string.c (rb_str_append): always set encoding, and coderangenobu2007-09-301-0/+8
* * bootstraptest/runner.rb (pretty): don't show beginning empty line.akr2007-09-301-0/+4
* * numeric.c: use #ifdef for test LONG_LONG_VALUE.akr2007-09-301-0/+4
* fix typos.akr2007-09-291-7/+7
* * bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is notakr2007-09-291-0/+5
* * re.c (Init_Regexp): test DEFAULT_KCODE in C code becauseakr2007-09-291-0/+5
* * variable.c (obj_ivar_each): get rid of warning.usa2007-09-291-0/+4
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-291-0/+14
* * array.c (rb_ary_combination): new method to give all combinationmatz2007-09-291-0/+12
* * marshal.c (r_leave): move proc invocation from r_entry() tomatz2007-09-291-0/+5
* * bootstraptest/runner.rb (assert_normal_exit): new method.akr2007-09-291-0/+6
* * variable.c (rb_ivar_set): fix class instance variable.akr2007-09-291-0/+6
* * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.akr2007-09-291-0/+6
* * include/ruby/win32.h (strcasecmp): needed for type_strcasehash.nobu2007-09-281-0/+4
* * ruby.c (struct cmdline_options): static variables packed.nobu2007-09-281-0/+4
* * io.c (rb_io_fdopen): create IO object from fd.nobu2007-09-281-0/+8
* * encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu2007-09-281-0/+19
* * cont.c: Thread local storage should be fiber local.ko12007-09-281-0/+7
* * insnhelper.ci (vm_call_method): allow send! to call protectedmatz2007-09-281-0/+5
* * benchmark/bm_so_fasta.rb: added.ko12007-09-281-0/+14
* * benchmark/driver.rb: fix notations.ko12007-09-281-0/+33
* * string.c (rb_str_comparable): need not to check asciicompat here.matz2007-09-281-0/+10
* * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.matz2007-09-281-0/+4
* * benchmark/driver.rb: fix to output benchmark resultsko12007-09-281-0/+9
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-0/+39
* * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to thenobu2007-09-281-0/+5
* * benchmark/bm_app_erb.rb: added.ko12007-09-281-0/+6
* * benchmark/driver.rb: fix file selection algorithm.ko12007-09-281-0/+4
* * win32/REAMDE.win32: follow recent changes.usa2007-09-271-0/+4
* * benchmark/driver.rb: fix to output some helpful messages.ko12007-09-271-0/+4
* * benchmark/driver.rb: added.ko12007-09-271-0/+10
* * ext/fiber/fiber.c: modify prototype declaration.ko12007-09-271-0/+5
* * parse.y (strings, xstring, regexp, dsym): empty strings havenobu2007-09-271-0/+5
* * bootstraptest/runner.rb (assert_finish): new method.akr2007-09-261-0/+7
* * encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu2007-09-261-0/+18
* * gc.c (rb_mark_set): new function to mark keys.nobu2007-09-261-2/+4
* * marshal.c (struct dump_arg, struct load_arg): added wrappers to marknobu2007-09-261-0/+5
* * process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]nobu2007-09-261-0/+4
* * bootstraptest/test_knownbug.rb: remove a fixed test.ko12007-09-261-0/+4
* * bootstraptest/test_knownbug.rb: move fixed tests.ko12007-09-261-0/+8
* add ML number.ko12007-09-261-0/+1
* * eval.c (eval): fix to check stack overflow.ko12007-09-261-0/+6
* * insnhelper.ci (vm_throw): fix to move increment point.ko12007-09-261-0/+5
* * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]ko12007-09-261-0/+6
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-261-0/+27
* * eval_method.ci (rb_get_alloc_func): cast to suppress a warning.nobu2007-09-261-0/+6
* * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as othernobu2007-09-251-0/+5
* * parse.y (parser_yyerror): limit error message length.nobu2007-09-251-0/+5
* * io.c (io_ungetc): reallocate internal buffer if pushing datamatz2007-09-251-0/+5