1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

merges r23745 from trunk into ruby_1_9_1.

--
* encoding.c (rb_enc_name_list): update RDoc.  [ruby-core:23926]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2009-06-21 10:36:18 +00:00
parent 29bf9de0a4
commit 0889e63472
3 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,7 @@
Fri Jun 19 20:53:54 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
Fri Jun 19 20:44:45 2009 Tadayoshi Funaba <tadf@dotrb.org>
* complex.c: constant COMPLEX_NAME has been removed.

View file

@ -1301,8 +1301,6 @@ rb_enc_name_list_i(st_data_t name, st_data_t idx, st_data_t arg)
* "Windows-31J",
* "BINARY", "CP932", "eucJP"]
*
* This list doesn't include dummy encodings.
*
*/
static VALUE

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "1.9.1"
#define RUBY_RELEASE_DATE "2009-05-22"
#define RUBY_PATCHLEVEL 195
#define RUBY_PATCHLEVEL 196
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1