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:
parent
29bf9de0a4
commit
0889e63472
3 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue