diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-11 16:22:01 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-11 16:22:01 +0000 |
| commit | 0e7c3a34efc37c98827d426b740e6fcad96aabdc (patch) | |
| tree | b378e900b9ab5596abee31fa19228165147a27ee /ChangeLog | |
| parent | 96e394133a25ffaca19082dbe0afc421ec8b26f9 (diff) | |
* eval.c (avalue_to_svalue): typo.
* eval.c (rb_load): rb_prohibit_interrupt should not underflow.
* parse.y (NODE_STRTERM, tokadd_string, parse_string): moved string
nest level from a static variable to NODE_STRTERM.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Jul 12 01:21:54 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * eval.c (avalue_to_svalue): typo. + + * eval.c (rb_load): rb_prohibit_interrupt should not underflow. + +Sat Jul 12 01:21:54 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * parse.y (NODE_STRTERM, tokadd_string, parse_string): moved string + nest level from a static variable to NODE_STRTERM. + Fri Jul 11 22:37:18 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * configure.in (aix): needs ruby.imp even with gcc. |
