diff options
author | andreask@activestate.com <andreas_kupries> | 2002-01-29 20:51:24 (GMT) |
---|---|---|
committer | andreask@activestate.com <andreas_kupries> | 2002-01-29 20:51:24 (GMT) |
commit | 7c23ab47d7163ccf77ca4feed01b0584cdb07093 (patch) | |
tree | c0f511f0a8b4cd96d0ba2e976d82b11653d4432e /ChangeLog | |
parent | d25d66ce2df816aea1ec466ece0dc06e62c6c534 (diff) | |
download | tk-7c23ab47d7163ccf77ca4feed01b0584cdb07093.zip tk-7c23ab47d7163ccf77ca4feed01b0584cdb07093.tar.gz tk-7c23ab47d7163ccf77ca4feed01b0584cdb07093.tar.bz2 |
* win/tkWinInit.c (TkpGetAppName): TIP 27 fixup. The code now does
not write into the CONST path returned by "argv0" and
Tcl_SplitPath anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-01-29 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * win/tkWinInit.c (TkpGetAppName): TIP 27 fixup. The code now does + not write into the CONST path returned by "argv0" and + Tcl_SplitPath anymore. + 2002-01-28 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: Regen. |