Tcl Source Code

Check-in [acd990a59d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Revert Makefile.in changes and remove added tclStringTrim.h header. Otherwise, the same changes would be needed by all other Makefile variants as well. It's much easier to create a single constant string in tclInt.h, and use this one everywhere. DKF: No, because the unix makefile is the only one that tracks this info in any case. JN: OK. My most important remark (sharing of constant strings) is handled in [2191bd8485]. I can very well live with that, so closing this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | remove-trim-header
Files: files | file ages | folders
SHA1: acd990a59da52ffefa0a29bc046f5143753d9ef8
User & Date: jan.nijtmans 2014-01-07 15:29:48.918
Original Comment: Revert Makefile.in changes and remove added tclStringTrim.h header. Otherwise, the same changes would be needed by all other Makefile variants as well. It's much easier to create a single constant string in tclInt.h, and use this one everywhere.
Context
2014-01-07
15:29
Revert Makefile.in changes and remove added tclStringTrim.h header. Otherwise, the same changes wo... closed check-in: acd990a59d user: jan.nijtmans tags: remove-trim-header
14:19
Add compilations for the following commands: * concat * linsert * namespace origin * next * str... check-in: 4492d3b645 user: dkf tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclCmdMZ.c.
Changes to generic/tclCompCmdsSZ.c.
Changes to generic/tclInt.h.
Changes to generic/tclUtil.c.
Changes to unix/Makefile.in.