-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* parse.y (yylex): __END__ should not be effective within
string literals. * parse.y (here_document): should be aware of __END__ within here documents. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jun 24, 2002
1 parent
9020b60
commit 05b4ec8
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,11 @@ Sun Jun 23 00:19:10 2002 Tadayoshi Funaba <[email protected]> | |
* lib/date.rb, lib/date/format.rb, sample/cal.rb, sample/goodfriday.rb: | ||
updated to the new version (based on date2 3.3). | ||
|
||
Fri Jun 21 18:49:58 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* parse.y (yylex): __END__ should not be effective within | ||
string literals. | ||
|
||
Thu Jun 20 21:09:37 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* ext/readline/readline.c (readline_readline): get rid of | ||
|
@@ -42,6 +47,11 @@ Wed Jun 19 14:46:18 2002 WATANABE Hirofumi <[email protected]> | |
* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem | ||
is called. | ||
|
||
Wed Jun 19 01:01:13 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* parse.y (here_document): should be aware of __END__ within here | ||
documents. | ||
|
||
Wed Jun 19 00:50:50 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* parse.y (yylex): ? followed by successive word charaters is | ||
|
@@ -64,6 +74,10 @@ Tue Jun 18 12:50:17 2002 Nobuyoshi Nakada <[email protected]> | |
|
||
* parse.y (logop): ditto. | ||
|
||
Mon Jun 17 11:11:34 2002 Kazuhiro NISHIYAMA <[email protected]> | ||
|
||
* string.c (rb_str_crypt): result need not be tainted always. | ||
|
||
Mon Jun 17 10:51:37 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* dln.c (dln_load): need to preserve dln_strerror() result, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters