summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commit8e47c1d209ed387a82e672a30b6c7cb28e93451e (patch)
tree0029eed5c92bdc51ac0aa07c4bc16194f842ee0f /ChangeLog
parent466d82389fbb64195fb0fde3ae9a9b76dc415232 (diff)
downloadruby-8e47c1d209ed387a82e672a30b6c7cb28e93451e.tar.gz
ruby-8e47c1d209ed387a82e672a30b6c7cb28e93451e.tar.xz
ruby-8e47c1d209ed387a82e672a30b6c7cb28e93451e.zip
* ChangeLog: tabify. (now we are testing auto version.h updating.)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 16 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 6eecb9480..1924a9feb 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).