1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* process.c: Recover wrongly removed spaces at end of the lines.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2004-04-21 02:50:15 +00:00
parent c46c88c4a6
commit 45c445941b
2 changed files with 158 additions and 154 deletions

View file

@ -1,3 +1,7 @@
Wed Apr 21 11:45:22 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* process.c: Recover wrongly removed spaces at end of the lines.
Wed Apr 21 10:18:06 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* process.c(rb_spawn): fix SEGV at "p system('command line here')"