diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-17 00:47:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-17 00:47:49 +0000 |
| commit | 8df7762c4d1b122d53628cb9a6d32629f3175810 (patch) | |
| tree | f1c5be146a11db0404ff89a25797e124e6745287 /ChangeLog | |
| parent | 85215a12abb28a8bc433fa13ef6b54baf0348aee (diff) | |
| download | ruby-8df7762c4d1b122d53628cb9a6d32629f3175810.tar.gz ruby-8df7762c4d1b122d53628cb9a6d32629f3175810.tar.xz ruby-8df7762c4d1b122d53628cb9a6d32629f3175810.zip | |
* ruby.c (cmdline_options_init): initialize encodings.
* ruby.c (add_modules, require_libraries, process_sflag):
* ruby.c (process_sflag): not process twice.
* ruby.c (moreswitches): get rid of possible overflow.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun May 17 09:47:48 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ruby.c (cmdline_options_init): initialize encodings. + + * ruby.c (add_modules, require_libraries, process_sflag): + + * ruby.c (process_sflag): not process twice. + + * ruby.c (moreswitches): get rid of possible overflow. + Sun May 17 09:31:05 2009 Masaki Suketa <masaki.suketa@nifty.ne.jp> * ext/win32ole/win32ole.c (foletypelib_name): should return |
