diff options
author | hobbs <hobbs> | 2000-04-25 20:58:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-04-25 20:58:47 (GMT) |
commit | 405c654f4235a7ea25bf91ed717a07fc2fe5cca7 (patch) | |
tree | e792c6fe9de2b3c5a125e2c12974f5aef195e39e /ChangeLog | |
parent | ff45c4b9443f92c8c48f3c69281820421692bddf (diff) | |
download | tcl-405c654f4235a7ea25bf91ed717a07fc2fe5cca7.zip tcl-405c654f4235a7ea25bf91ed717a07fc2fe5cca7.tar.gz tcl-405c654f4235a7ea25bf91ed717a07fc2fe5cca7.tar.bz2 |
* unix/Makefile.in:
* win/Makefile.in:
* win/makefile.vc: updated for http change and some cleanup
* library/http2.[13]: moved dir http2.1 to http2.3 to match version
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2000-04-25 Jeff Hobbs <hobbs@scriptics.com> + + * unix/Makefile.in: + * win/Makefile.in: + * win/makefile.vc: updated for http change and some cleanup + * library/http2.[13]: moved dir http2.1 to http2.3 to match version + + * doc/Utf.3: clarified docs for Tcl_(UniChar|Utf)AtIndex + + * unix/tclUnixThrd.c: removed {}s around PTHREAD_MUTEX_INITIALIZER + [Bug: 5254] + + * unix/tclLoadDyld.c (TclpLoadFile): removed use of interp->result + 2000-04-24 Eric Melski <ericm@scriptics.com> * unix/mkLinks: |