diff options
author | das <das> | 2003-02-21 03:32:48 (GMT) |
---|---|---|
committer | das <das> | 2003-02-21 03:32:48 (GMT) |
commit | 21ad75c9848f7e6fe9e4694a98c492eb9cd4803c (patch) | |
tree | d56d848d9e21b609ea7bbca78f6e63e1750c6ad7 /ChangeLog | |
parent | cc0e6436fbea0546291e1b2cbed4d3f8cecda514 (diff) | |
download | tcl-21ad75c9848f7e6fe9e4694a98c492eb9cd4803c.zip tcl-21ad75c9848f7e6fe9e4694a98c492eb9cd4803c.tar.gz tcl-21ad75c9848f7e6fe9e4694a98c492eb9cd4803c.tar.bz2 |
* unix/tcl.m4:
* unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to
create new processes, as recommended by to Apple (vfork can be up to
100 times faster thank fork on macosx).
* unix/configure: regen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-02-20 Daniel Steffen <das@users.sourceforge.net> + + * unix/tcl.m4: + * unix/tclUnixPipe.c: (macosx) use vfork() instead of fork() to + create new processes, as recommended by to Apple (vfork can be up to + 100 times faster thank fork on macosx). + * unix/configure: regen. + 2003-02-20 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclEncoding.c (LoadTableEncoding): |