mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
NUM_NONREG_ITEMS, which have happened to be same value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5bfed7b4e4
commit
be8541d945
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Tue Jul 17 11:22:01 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
|
||||
NUM_NONREG_ITEMS, which have happened to be same value.
|
||||
|
||||
Tue Jul 17 11:18:42 2001 Usaku Nakamura <usa@osb.att.ne.jp>
|
||||
|
||||
* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don't
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#define RUBY_VERSION "1.6.4"
|
||||
#define RUBY_RELEASE_DATE "2001-07-16"
|
||||
#define RUBY_RELEASE_DATE "2001-07-18"
|
||||
#define RUBY_VERSION_CODE 164
|
||||
#define RUBY_RELEASE_CODE 20010716
|
||||
#define RUBY_RELEASE_CODE 20010718
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue