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
*
* 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
*
* encoding.c (rb_enc_check): check for ASCII-compatibilities.
nobu
2007-09-26
1
-0
/
+27
*
* eval_method.ci (rb_get_alloc_func): cast to suppress a warning.
nobu
2007-09-26
1
-0
/
+6
*
* Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as other
nobu
2007-09-25
1
-0
/
+5
*
* parse.y (parser_yyerror): limit error message length.
nobu
2007-09-25
1
-0
/
+5
*
* io.c (io_ungetc): reallocate internal buffer if pushing data
matz
2007-09-25
1
-0
/
+5
*
* eval_method.ci (remove_method): should not remove undef place
matz
2007-09-25
1
-0
/
+5
*
* eval.c (rb_longjmp): source file information may be NULL.
matz
2007-09-25
1
-0
/
+7
*
* array.c (rb_ary_equal): should handle recursive array.
matz
2007-09-24
1
-0
/
+6
*
* hash.c (hash_i): avoid too frequent hash conflict where key and
matz
2007-09-24
1
-0
/
+4
*
* lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]
matz
2007-09-24
1
-0
/
+4
[next]