diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,7 @@ Mon Mar 23 21:07:09 2009 Akinori MUSHA <[email protected]> + * io.c (IO#ungetbyte): New method backported from 1.9. + * array.c (ary_resize_capa): Remove an unused function. * array.c, bignum.c, dir.c, enumerator.c, gc.c, io.c, numeric.c, @@ -64,6 +64,10 @@ with all sufficient information, see the ChangeLog file. Renamed from ENV.index. + * IO#ungetbyte + + Added as an alias to #ungetc. + * Proc#=== New method primarily for use in the case-when construct. |