diff options
| author | dgp@users.sourceforge.net <dgp> | 2004-04-06 22:37:22 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2004-04-06 22:37:22 (GMT) |
| commit | e4ac67695ab61c238c091ef082f5d475e6468403 (patch) | |
| tree | c6e36cb4f56ea8a5cd586d33c6d3c2dca34ff6aa /generic/tclEncoding.c | |
| parent | 04f5fdf8e3a555ae7e6d1287000e3ca1e25302ae (diff) | |
| download | tcl-e4ac67695ab61c238c091ef082f5d475e6468403.zip tcl-e4ac67695ab61c238c091ef082f5d475e6468403.tar.gz tcl-e4ac67695ab61c238c091ef082f5d475e6468403.tar.bz2 | |
Patch 922727 committed. Implements three changes:
* generic/tclInt.h: Reworked the Tcl header files into a clean
* unix/tclUnixPort.h: hierarchy where tcl.h < tclPort.h < tclInt.h
* win/tclWinInt.h: and every C source file should #include
* win/tclWinPort.h: at most one of those files to satisfy its
declaration needs. tclWinInt.h and tclWinPort.h also better organized
so that tclWinPort.h includes the Windows implementation of
cross-platform declarations, while tclWinInt.h makes declarations that
are available on Windows only.
* generic/tclBinary.c (TCL_NO_MATH): Deleted the generic/tclMath.h
* generic/tclMath.h (removed): header file. The internal Tcl
* macosx/Makefile (PRIVATE_HEADERS): header, tclInt.h, has a
* win/tcl.dsp: #include <math.h> directly,
and file external to Tcl needing libm should do the same.
* win/Makefile.in (WIN_OBJS): Deleted the win/tclWinMtherr.c file.
* win/makefile.bc (TCLOBJS): It's a vestige from matherr() days
* win/makefile.vc (TCLOBJS): gone by.
* win/tcl.dsp:
* win/tclWinMtherr.c (removed):
Diffstat (limited to 'generic/tclEncoding.c')
0 files changed, 0 insertions, 0 deletions
