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

* forget to ci ChangeLog

lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for
	  [ruby-core: 7122]. and support for ruby1.8.X.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
keiju 2006-08-04 10:16:56 +00:00
parent c5f550c069
commit 90ba0eac46

View file

@ -1,3 +1,8 @@
Fri Aug 4 18:59:49 2006 Keiju Ishitsuka <keiju@ruby-lang.org>
* lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for
[ruby-core: 7122]. and support for ruby1.8.X
Fri Aug 4 14:02:14 2006 <nobu@ruby-lang.org>
* lib/date/format.rb (__strptime, strftime): allow multi-line patterns