summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-21 15:18:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-21 15:18:04 +0000
commit56ae14a4f7e4e310d65da437260b21979a06b21b (patch)
tree0029eed5c92bdc51ac0aa07c4bc16194f842ee0f
parenta9730c786e52db80a19c62e30a567739bdf45c41 (diff)
* ChangeLog: tabify. (now we are testing auto version.h updating.)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog32
1 files changed, 16 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eecb9480a..1924a9feb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -90,25 +90,25 @@ Fri Jun 20 11:57:46 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
Fri Jun 20 11:07:56 2008 Tanaka Akira <akr@fsij.org>
- * string.c (rb_memhash): randomize hash to avoid algorithmic
- complexity attacks.
- (rb_str_hash): use rb_memhash.
+ * string.c (rb_memhash): randomize hash to avoid algorithmic
+ complexity attacks.
+ (rb_str_hash): use rb_memhash.
- * include/ruby/intern.h (rb_reset_random_seed): declared.
+ * include/ruby/intern.h (rb_reset_random_seed): declared.
- * thread.c (rb_thread_atfork): call rb_reset_random_seed.
+ * thread.c (rb_thread_atfork): call rb_reset_random_seed.
- * inits.c (rb_call_inits): call Init_RandomSeed at first.
+ * inits.c (rb_call_inits): call Init_RandomSeed at first.
- * random.c (seed_initialized): defined.
- (fill_random_seed): extracted from random_seed.
- (make_seed_value): extracted from random_seed.
- (rb_f_rand): initialize random seed at first.
- (initial_seed): defined.
- (Init_RandomSeed): defined.
- (Init_RandomSeed2): defined.
- (rb_reset_random_seed): defined.
- (Init_Random): call Init_RandomSeed2.
+ * random.c (seed_initialized): defined.
+ (fill_random_seed): extracted from random_seed.
+ (make_seed_value): extracted from random_seed.
+ (rb_f_rand): initialize random seed at first.
+ (initial_seed): defined.
+ (Init_RandomSeed): defined.
+ (Init_RandomSeed2): defined.
+ (rb_reset_random_seed): defined.
+ (Init_Random): call Init_RandomSeed2.
Wed Jun 18 21:52:38 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
@@ -8741,7 +8741,7 @@ Fri Dec 28 18:45:29 2007 NAKAMURA Usaku <usa@ruby-lang.org>
Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
* transcode.c (transcode_dispatch): reverted some of the changes
- in r14746.
+ in r14746.
* transcode.c, enc/trans/single_byte.c: Added conversions to/from
US-ASCII and ASCII-8BIT (using data tables).