summaryrefslogtreecommitdiffstats
path: root/generic/tclIntStubs.c
Commit message (Collapse)AuthorAgeFilesLines
* Merged 8.0 stub changes dev_8_1_stubs_branchstanton1999-03-101-20/+10
|
* * generic/tcl.h: Moved Tcl_Mutex, etc. macros above the inclusionstanton1999-03-091-135/+159
| | | | | | | | | | | | | | | | | | | | of tclDecls.h to avoid macro conflicts. * generic/tclInt.h: * generic/regc_color.c: * generic/regcomp.c: * generic/tclCmdIL.c: * generic/tclCmdAH.c: * generic/tclIOCmd.c: * generic/tclParse.c: * generic/tclStringObj.c: * unix/tclUnixNotfy.c: Cleaned up various compiler warnings, eliminated UCHAR bugs. * unix/tclUnixNotfy.c: * unix/tclUnixThrd.c: * generic/tclThreadTest.c: * mac/tclMacThrd.c: Changed TclpCondition*() to Tcl_Condition*().
* First pass at integrating stubs mechanism from 8.0.stanton1999-03-081-0/+1253