diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-19 14:33:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-19 14:33:11 +0000 |
| commit | abb2256ff86fe93d2f9313817ee1daaffcb98115 (patch) | |
| tree | 581374f734f3d43d1b0659082af4b20248e7940e /ChangeLog | |
| parent | 71db0b38ad60dbe8d62b88a64d0248e8a9b717ce (diff) | |
| download | ruby-abb2256ff86fe93d2f9313817ee1daaffcb98115.tar.gz ruby-abb2256ff86fe93d2f9313817ee1daaffcb98115.tar.xz ruby-abb2256ff86fe93d2f9313817ee1daaffcb98115.zip | |
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ -Mon Dec 19 23:30:59 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> +Mon Dec 19 23:32:39 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub. * main.c (always_gc): dllimport is required for VC to import a DLL symbol. fixed: [ruby-dev:28051] + * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047] + Mon Dec 19 23:09:24 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insert |
