| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether.
See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
|
| |
| |
| |
| |
| |
| | |
translate some windows-specific files to UTF-8 too.
Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether.
See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
|
| | |
|
| | |
|
|\ \
| |/
| | |
For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in)
|
| |
| |
| | |
Backport some improvements from Tcl 8.6
|
|\ \
| |/ |
|
| |\ |
|
| | | |
|
|/ / |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Dde_Init() when STATIC_BUILD and TCL_USE_STATIC_PACKAGES macros
are set.
* win/makefile.vc: linkexten option now sets the
TCL_USE_STATIC_PACKAGES macro which also adds the registry and
dde static lib files to the link of the shell. [Patch 479697]
* win/rules.vc: Matches the one from Tcl.
* win/buildall.vc.bat: More useful commentary.
|
| |
|
| |
|
|
* win/rmd.bat: Removed -kb CVS attribute and added changes
from Llyod Lim for better stability. [Patch #456761]
* win/rules.vc(new):
* win/buildall.vc.bat(new):
* win/makefile.vc: large rewrite following Tcl's makefile.vc as
a guide and Patch #456761. Appears BugFree(tm).
|