summaryrefslogtreecommitdiffstats
path: root/unix/tclXtNotify.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation of xttest with 8.6 changesnijtmans2010-06-141-14/+17
| | | | | | tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) FossilOrigin-Name: d08c226d054c2caf7f822b1bb93c28e94a9438c7
* Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-1/+4
| | | | | | get created with static Tcl build FossilOrigin-Name: 39268397d9e495cccd1fe6168edc5d0eb62e8db4
* Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
| | | FossilOrigin-Name: de3bfd137a83d7f423d8681e54eb48e33722ce49
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-23/+23
| | | FossilOrigin-Name: 645aed2fcdcd55ca81df269a4ea262eeca2b9ff2
* ANSIfydkf2005-11-021-16/+13
| | | FossilOrigin-Name: 19a0a6a899f2e83e5c3001676d0900edd861fee2
* Getting more systematic about styledkf2005-07-241-147/+144
| | | FossilOrigin-Name: 83d72c558cc66d1e10666e2fab0f6e87addb5c3d
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-2/+2
| | | | | | | | | 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
* Added hook points to the notifierwelch1999-07-021-16/+28
| | | | | | Updated Xt tests to use new Tcl_SetNotifier FossilOrigin-Name: b68062ca8928a01becfae18eefb6fd7a0711a7cb
* stripped carriage returns at end of linesstanton1999-02-031-656/+656
| | | FossilOrigin-Name: 6801362dcda3f6fd8c5b063395b5a96ebade94a8
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionwelch1998-07-071-0/+656
FossilOrigin-Name: 2c4857b6d15ead2d53878e2b4b7443302a6dfc15