diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-13 17:22:08 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-13 17:22:08 +0000 |
| commit | d521393de79b7e109ce35a10b8ca0675d0e75503 (patch) | |
| tree | 525f65e847a44be0fc424888bd36c4fa17661f38 /ChangeLog | |
| parent | 3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389 (diff) | |
| download | ruby-d521393de79b7e109ce35a10b8ca0675d0e75503.tar.gz ruby-d521393de79b7e109ce35a10b8ca0675d0e75503.tar.xz ruby-d521393de79b7e109ce35a10b8ca0675d0e75503.zip | |
escape `/'.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,6 +1,10 @@ +Sun May 14 02:02:48 2000 WATANABE Hirofumi <eban@os.rim.or.jp> + + * lib/irb/ruby-lex.rb: '/' should be escaped in charcter class. + Sun May 14 00:54:43 2000 WATANABE Hirofumi <eban@os.rim.or.jp> - * configure.in, ...: suport mingw32. + * configure.in, ...: support mingw32. * defines.h: ditto. undef EXTERN for tcl/tk on cygwin. @@ -3433,7 +3437,7 @@ Wed Jan 20 03:39:48 1999 Yukihiro Matsumoto <matz@netlab.co.jp> * parse.y (yycompile): rb_in_compile renamed to ruby_in_compile. - * ruby.c (load_file): define DATA iff __END__ appeared in script. + * ruby.c (load_file): define DATA if __END__ appeared in script. Tue Jan 19 14:57:51 1999 Yukihiro Matsumoto <matz@netlab.co.jp> @@ -3570,7 +3574,7 @@ Thu Dec 24 00:17:00 1998 Yukihiro Matsumoto <matz@netlab.co.jp> * eval.c (rb_load): top self should be set properly. - * variable.c (classname): check __classpath__ iff it is defined. + * variable.c (classname): check __classpath__ if it is defined. * variable.c (classname): invalid warning at -v with static linked ruby interpreter. |
