diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-30 15:33:03 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-30 15:33:03 +0000 |
| commit | fdc9afd6885a5f50d957e826c8694b72de70673d (patch) | |
| tree | f6ffbb816a1fb52687c289d2e109fb02c32a5352 /ChangeLog | |
| parent | 64b8576b078a364ae83a005230a9dfcbe0c772c6 (diff) | |
| download | ruby-fdc9afd6885a5f50d957e826c8694b72de70673d.tar.gz ruby-fdc9afd6885a5f50d957e826c8694b72de70673d.tar.xz ruby-fdc9afd6885a5f50d957e826c8694b72de70673d.zip | |
* string.c (rb_str_locktmp): lock string temporarily.
* string.c (str_independent): add tmplock check.
* io.c (io_write): lock output string temporarily.
[ruby-dev:24649]
* io.c (io_write): use rb_str_locktmp().
* io.c (read_all): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Sun Oct 31 00:22:28 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_locktmp): lock string temporarily. + + * string.c (str_independent): add tmplock check. + + * io.c (io_write): lock output string temporarily. + [ruby-dev:24649] + + * io.c (io_write): use rb_str_locktmp(). + + * io.c (read_all): ditto. + +Sat Oct 30 06:53:24 2004 Peter Vanbroekhoven <peter.vanbroekhoven@cs.kuleuven.ac.be> + + * eval.c (rb_eval): NODE_XSTR should pass copy of literal string. + +Sat Oct 30 00:19:40 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * enum.c (enum_sort_by): protect continuation jump in. + [ruby-dev:24642] + Fri Oct 29 21:27:51 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * io.c (rb_io_check_initialized): new function to check uninitialized |
