index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* encoding.c (rb_enc_associate_index): deal with ASCII compatible
nobu
2007-09-26
1
-0
/
+18
*
* gc.c (rb_mark_set): new function to mark keys.
nobu
2007-09-26
1
-2
/
+4
*
* marshal.c (struct dump_arg, struct load_arg): added wrappers to mark
nobu
2007-09-26
1
-0
/
+5
*
* process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]
nobu
2007-09-26
1
-0
/
+4
*
* bootstraptest/test_knownbug.rb: remove a fixed test.
ko1
2007-09-26
1
-0
/
+4
*
* bootstraptest/test_knownbug.rb: move fixed tests.
ko1
2007-09-26
1
-0
/
+8
*
add ML number.
ko1
2007-09-26
1
-0
/
+1
*
* eval.c (eval): fix to check stack overflow.
ko1
2007-09-26
1
-0
/
+6
*
* insnhelper.ci (vm_throw): fix to move increment point.
ko1
2007-09-26
1
-0
/
+5
*
* cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]
ko1
2007-09-26
1
-0
/
+6
[next]