summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
Commit message (Expand)AuthorAgeFilesLines
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-2/+2
* * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-2/+2
* TIP #330 IMPLEMENTATIONdgp2008-10-021-3/+3
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-21/+21
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-2/+2
* * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE todas2008-04-021-11/+13
* * generic/tclStubLib.c: Removed needless #ifdef complexity.dgp2008-04-021-12/+1
* * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-011-1/+3
* merge stable branch onto HEADdgp2007-12-131-1/+1
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-2/+1
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+2
* Replace isdigit call with an internal implementation to avoid libc linkage on...patthoyts2007-09-191-2/+11
* * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs()dgp2007-09-181-2/+8
* * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4dgp2007-09-171-2/+20
* Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs tablejenglish2007-05-161-11/+4
* Fix typo in missing stub table pointerKevin B Kenny2005-12-311-2/+2
* Corrected bugs in tommath installation, improved tommath square root performa...Kevin B Kenny2005-12-271-5/+2
* Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-1/+63
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-3/+8
* Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() failsjenglish2005-11-201-24/+4
* ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-27/+39
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-181-2/+5
* * generic/tclStubLib.c (Tcl_InitStubs): prevent the cached check ofhobbs2002-12-041-11/+15
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-041-4/+4
* * generic/tcl.decls:stanton1999-05-251-1/+5
* Merged stubs changes into mainline for 8.0stanton1999-03-101-2/+5
* * generic/tclStubLib.c: Added internal interface hooks.stanton1999-03-041-1/+7
* * unix/Makefile.in:stanton1999-03-031-0/+104