| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2)
FossilOrigin-Name: d08c226d054c2caf7f822b1bb93c28e94a9438c7
|
|
|
|
|
|
| |
get created with static Tcl build
FossilOrigin-Name: 39268397d9e495cccd1fe6168edc5d0eb62e8db4
|
|
|
| |
FossilOrigin-Name: de3bfd137a83d7f423d8681e54eb48e33722ce49
|
|
|
| |
FossilOrigin-Name: 645aed2fcdcd55ca81df269a4ea262eeca2b9ff2
|
|
|
| |
FossilOrigin-Name: 19a0a6a899f2e83e5c3001676d0900edd861fee2
|
|
|
| |
FossilOrigin-Name: 83d72c558cc66d1e10666e2fab0f6e87addb5c3d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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):
FossilOrigin-Name: 2e5b18c85c944b46540edfdd6580648e32645e2b
|
|
|
|
|
|
|
|
|
| |
to 'Tcl_Panic' (the function). The #define
of panic in tcl.h clearly states it is
deprecated in the comments.
[Patch 865264]
FossilOrigin-Name: 524a53e3b36111f085cdb216a27da061773239ae
|
|
|
|
|
|
| |
Updated Xt tests to use new Tcl_SetNotifier
FossilOrigin-Name: b68062ca8928a01becfae18eefb6fd7a0711a7cb
|
|
|
| |
FossilOrigin-Name: 6801362dcda3f6fd8c5b063395b5a96ebade94a8
|
|
|
| |
FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
|
|
FossilOrigin-Name: 2c4857b6d15ead2d53878e2b4b7443302a6dfc15
|