diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-17 03:21:20 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-17 03:21:20 +0000 |
| commit | 033654d8435edd5664c0a783a1b0379b61ba1efc (patch) | |
| tree | 2a4bee0a1c6734183c898f508854551d1ee1d60c /ChangeLog | |
| parent | c3da6e5eb3ba28d818b64b9049d9f0fe10800fe3 (diff) | |
| download | ruby-033654d8435edd5664c0a783a1b0379b61ba1efc.tar.gz ruby-033654d8435edd5664c0a783a1b0379b61ba1efc.tar.xz ruby-033654d8435edd5664c0a783a1b0379b61ba1efc.zip | |
* enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,
iso_8859_2.c,iso_8859_6.c,iso_8859_7.c,iso_8859_8.c,iso_8859_9.c,
shift_jis.c,windows_1251.c}: add document about encodings.
* enc/cp949.c: divided into new file.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Feb 17 12:17:52 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, + iso_8859_2.c,iso_8859_6.c,iso_8859_7.c,iso_8859_8.c,iso_8859_9.c, + shift_jis.c,windows_1251.c}: add document about encodings. + + * enc/cp949.c: divided into new file. + Sun Feb 17 10:59:04 2008 Tanaka Akira <akr@fsij.org> * re.c (rb_reg_quote): return US-ASCII string consistently. |
