diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-31 17:37:52 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-31 17:37:52 +0000 |
| commit | a69db44acec55e04dc4a37800285ebb3c4767439 (patch) | |
| tree | 2e88ff7ba926a0538ef7a8dc9d933629cc77cdd5 /ChangeLog | |
| parent | a01da33294d9be190511071f1c8c1f39c68205b9 (diff) | |
| download | ruby-a69db44acec55e04dc4a37800285ebb3c4767439.tar.gz ruby-a69db44acec55e04dc4a37800285ebb3c4767439.tar.xz ruby-a69db44acec55e04dc4a37800285ebb3c4767439.zip | |
* io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]
* 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/trunk@7162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Mon Nov 1 01:14:52 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656] + + * 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. + Sun Oct 31 23:37:00 2004 NARUSE, Yui <naruse@ruby-lang.org> * process.c: on NetBSD don't use setruid() and setrgid(). |
