summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--encoding.c2
-rw-r--r--version.h2
3 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d79322a51b..6a22cda359 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/encoding.c b/encoding.c
index 4afee36ff3..bde6b5d929 100644
--- a/encoding.c
+++ b/encoding.c
@@ -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
diff --git a/version.h b/version.h
index 1220222aa8..a7a43a1800 100644
--- a/version.h
+++ b/version.h
@@ -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