| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
deprecation (no TIP on that).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure detects non-functional chflags(). [Bug 748946]
* macosx/Makefile: Rewrote buildsystem for Mac OS X framework build
to be purely make driven; in order to become independent of Apple's
closed-source IDE and build tool. The changes are intended to be
transparent to the Makefile user, all existing make targets and
cmd line variable overrides should continue to work.
Changed build to only include tcl specific html help in Tcl.framework,
the tk specific html help is now included in Tk.framework.
Added var to allow overriding of tclsh used during html help
building (Landon Fuller).
* macosx/Tcl.pbproj/project.pbxproj:
* macosx/Tcl.pbproj/jingham.pbxuser: Changed to purely call through
to the make driven buildsystem; Tcl.framework is no longer assembled
by ProjectBuilder.
Set default SYMROOT in target options to simplify setting up PB
(manually setting common build folder for tcl & tk no longer needed).
* tools/tcltk-man2html.tcl: Added options to allow building only the
tcl or tk html help files; the default behaviour with none of the new
options is to build both, as before.
* unix/Makefile.in: Added targets for building only the tcl or tk help.
* macosx/README (new): Tcl specific excerpts of tk/macosx/README.
* generic/tcl.h: Updated reminder comment about editing
macosx/Tcl.pbproj/project.pbxproj when version number changes.
|
|
|
|
|
|
|
|
|
| |
* generic/tclPathObj.c (SetFsPathFromAny): Add Cygwin specific
code to convert POSIX filename to native format.
* generic/tclFileName.c (Tcl_TranslateFileName): And remove from here.
(TclDoGlob): Adjust for cygwin and append / for dirs instead of \
* win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin.
[Patch 679315]
|
|
|
|
| |
comparison. [Bug 759607] (myers)
|
|
|
|
| |
and word vars from int to long. [Bug 767578] (hgo)
|
|
|
|
|
| |
* generic/regcustom.h: make line to support UCS-4 mode. No config
arg at this time, as it is not the recommended build mode.
|
| |
|
|
|
|
|
| |
* generic/tclUtil.c: assume that ckfree == free, as that is not
* generic/tclResult.c: always true. [Bug 756791] (fuller)
|
|
|
|
|
|
| |
* generic/tclPathObj.c (Tcl_FSConvertToPathType):[Bug 771947]
* unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949]
Silence compiler warnings about unreached lines.
|
|
|
|
|
| |
* library/tcltest/pkgIndex.tcl: to [lrange]. Bumped
to version 2.2.4. [Bug 772333]
|
| |
|
|
|
|
| |
commands. [Bug 756112]
|
|
|
|
| |
that was causing a crash in load.test.
|
|
|
|
|
| |
strings instead of strcmp (not defined in any #include'd header)
and presumed NULL-terminated strings.
|
| |
|
| |
|
|
|
|
| |
on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613]
|
|
|
|
| |
STATS=memdbg was specified.
|
| |
|
| |
|
|
|
|
| |
( my nroff is not happy with \b -- replaced with \\ )
|
|
|
|
| |
[binary scan ? a]. This is what they've been doing all along. [Bug 735364]
|
|
|
|
|
| |
comp.lang.tcl. The indexer was searching for newly indexed packages
instead of newly provided packages.
|
| |
|
| |
|
| |
|
|
|
|
| |
misinterpretation. [Bug 758488]
|
|
|
|
| |
filesystems. [Patch 760768] Also a little general cleanup.
|
|
|
|
| |
is deeply tricky. [Bug 759936]
|
|
|
|
|
| |
without having to convert it to a list (though lists are still preferred.)
[Bug 759935]
|
| |
|
|
|
|
| |
by future maintainers.
|
|
|
|
|
|
| |
* tests/pkg.test: that run in slave interps. [Bugs 761334,761344]
* tests/http.test: Used more reliable path to find httpd script.
|
| |
|
| |
|
|
|
|
| |
and tricky enough to discourage non-specialists...
|
|
|
|
|
|
|
|
| |
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Add -ieee when
compiling with cc and add -mieee when compiling
with gcc under OSF1-V5 "Tru64" systems.
[Bug 748957]
|
| |
|
| |
|
| |
|
|
|
|
|
| |
#define to avoid compiler warning under freebsd.
[Bug 745844]
|
|
|
|
|
|
| |
* win/tclWinDde.c: -exact option to -force. Also cleaned
* tests/winDde.test: a bug in the tests.
* library/dde/pkgIndex.tcl: Incremented version to 1.2.5
|
|
|
|
|
|
| |
* win/tclWinDde.c: dde package for safe interpreters.
* tests/winDde.test: Incremented package version to 1.2.4
* library/dde/pkgIndex.tcl:
|
| |
|
| |
|
|
|
|
| |
[Bug 756744]
|
| |
|
|
|
|
|
|
|
|
|
| |
* win/configure: Now committing the remaining changes.
* win/configure.in: Note: In active contact with Helmut Giese
* win/makefile.vc: about the borland relatedchanges. This part
* win/rules.vc: will see future updates.
* win/tcl.m4:
* win/makefile.bc:
|
|
|
|
|
| |
"tclPackageAboutDict" (tcl prefix) to make collisions with the
keys of other packages more unlikely.
|
| |
|