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
*
* lib/test/unit/testcase.rb (Test::Unit): removes silly TestCase
nobu
2009-08-06
1
-0
/
+5
*
* ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
knu
2009-08-05
1
-0
/
+6
*
* lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submitted
knu
2009-08-05
1
-0
/
+5
*
* ruby.c (load_file_internal): assumes -x flag if no "ruby" is in
nobu
2009-08-05
1
-0
/
+5
*
* ruby.c (rb_stdio_set_default_encoding): declared.
naruse
2009-08-05
1
-0
/
+4
*
* debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]
nobu
2009-08-05
1
-0
/
+4
*
* range.c (range_eql, range_eq): fixed equality to work for
matz
2009-08-05
1
-0
/
+8
*
* eval.c (rb_exc_raise, rb_exc_fatal): require exception object.
nobu
2009-08-05
1
-0
/
+5
*
* eval.c (rb_longjmp): reset raised flag before fatal error.
nobu
2009-08-05
1
-0
/
+4
*
Fix error message of /.../n with embeded non ASCII-8BIT string.
naruse
2009-08-05
1
-2
/
+12
*
* lib/test/unit.rb (Test::Unit.setup_argv): expands paths before
nobu
2009-08-04
1
-0
/
+5
*
* lib/pp.rb (guard_inspect_key): untrust internal hash to prevent
mame
2009-08-04
1
-0
/
+7
*
* lib/rdoc/parser/c.rb: fixed a small error in the documentation.
nobu
2009-08-04
1
-0
/
+5
*
* win32/win32.c (has_redirection): need to execute shell if commandline
usa
2009-08-04
1
-0
/
+5
*
* lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} so
knu
2009-08-04
1
-0
/
+6
*
Warn duplicated characters in character class of regexp. [ruby-core:24593]
naruse
2009-08-04
1
-0
/
+22
*
* enc/encdb.c (ENC_SET_BASE): fix typo. patch by ujihisa [ruby-dev:39004]
naruse
2009-08-04
1
-0
/
+5
*
More strict for Big5 series.
naruse
2009-08-04
1
-0
/
+12
*
Add functions and macros for second encoding definitions.
naruse
2009-08-04
1
-0
/
+11
*
* hash.c (rb_hash_replace): should copy compare_by_identity status as well.
matz
2009-08-03
1
-0
/
+5
*
* thread.c (recursive_push): need to set UNTRUST. [ruby-dev:38997]
matz
2009-08-03
1
-0
/
+4
*
* ext/tk/lib/tcltklib.c: fix trouble on old-style C function
nagai
2009-08-03
1
-0
/
+14
*
* eval.c (rb_mod_include): fix document. [ruby-core:24675]
mame
2009-08-03
1
-0
/
+4
*
* sample/svr.rb: obsolete TCPserver renamed. [ruby-core:24712]
matz
2009-08-03
1
-0
/
+8
*
* thread.c (recursive_push): untrust internal hash to prevent
matz
2009-08-03
1
-0
/
+6
*
* lib/README: updated. a patch from Daniel Bovensiepen.
matz
2009-08-03
1
-0
/
+5
*
* win32/win32.c (rb_w32_connect): return value was broken when some
usa
2009-08-03
1
-0
/
+6
*
* array.c (permute0): use chars for boolean array.
nobu
2009-08-03
1
-1
/
+3
*
* array.c (rb_ary_{permutation,combination}): disallow reentrance
nobu
2009-08-03
1
-1
/
+4
*
* numeric.c (flo_hash): normalize -0.0 to 0.0. [ruby-core:24577]
matz
2009-08-03
1
-0
/
+4
*
* array.c (rb_ary_{permutation,combination,product}): must not use
nobu
2009-08-03
1
-0
/
+5
*
* random.c (rb_random_int): arguments have to be converted to
nobu
2009-08-02
1
-0
/
+5
*
* parse.y (literal_concat0): tail can be nil. [ruby-dev:38980]
nobu
2009-08-02
1
-0
/
+4
*
* array.c (rb_ary_combination, rb_ary_product): prevent from GC.
nobu
2009-08-02
1
-0
/
+4
*
* test/ruby/test_rand.rb: add tests for Random#float's rejection
mame
2009-08-02
1
-0
/
+5
*
* random.c (rand_int): prevent from GC.
nobu
2009-08-02
1
-0
/
+4
*
* string.c (tr_trans): change condition of singlebyte optimization.
naruse
2009-08-01
1
-0
/
+5
*
* random.c (random_float): rejects Infinity and NaN.
nobu
2009-08-01
1
-0
/
+5
*
* tool/rbinstall.rb (gem): suppressed warnings.
nobu
2009-08-01
1
-0
/
+5
*
Can't use singlebyte optimization when the replacement is multibyte. [ruby-c...
naruse
2009-07-31
1
-0
/
+5
*
* lib/securerandom.rb (SecureRandom.random_bytes): return string should
usa
2009-07-31
1
-0
/
+5
*
Set encodings of stdio after setting default internal and external.
naruse
2009-07-31
1
-0
/
+7
*
* tool/compile_prelude.rb: too long string literal causes compile error
usa
2009-07-31
1
-0
/
+5
*
* transcode.c (str_encode_bang): C99ism.
usa
2009-07-31
1
-0
/
+4
*
* compile.c (iseq_compile_each): used more appropriate construct.
nobu
2009-07-31
1
-0
/
+4
*
* parse.y (literal_concat_gen): reduced unnecessary node at string
nobu
2009-07-31
1
-0
/
+5
*
* parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as
mame
2009-07-30
1
-0
/
+7
*
* test/ruby/test_module.rb (test_ancestors, test_included_modules):
mame
2009-07-30
1
-2
/
+7
*
* vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_id
mame
2009-07-30
1
-0
/
+5
*
* gem_prelude.rb (Gem.path): uses Gem.default_path as a default value
yugui
2009-07-30
1
-0
/
+7
[next]