summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-3/+10
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-101-1/+4
* * doc/Tcl_Main.3:dgp2002-01-051-1/+3
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-6/+6
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-1/+2
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-1/+2
* * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):andreas_kupries2001-10-151-2/+4
* Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the useMiguel Sofer2001-09-131-1/+2
* * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' toandreas_kupries2001-09-101-1/+2
* fsvincentdarley2001-09-061-1/+2
* Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedterdkf2001-09-061-1/+2
* minor fs, vfs fixesvincentdarley2001-09-041-1/+3
* filesystemvincentdarley2001-08-301-16/+10
* fs updatevincentdarley2001-08-231-2/+3
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-16/+61
* TIP#36 implementation. Also includes cleanup for subst optiondkf2001-07-121-1/+2
* * generic/tclInt.decls:dgp2001-06-171-2/+1
* * generic/tcl.h:dgp2001-06-081-9/+2
* Changes from TIP#15 "Functions to List and Detail Math Functions"dkf2001-05-301-1/+3
* * generic/tcl.decls:hobbs2001-05-151-1/+2
* 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-03-301-1/+2
* 2000-01-18 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-181-2/+2
* * generic/tclStubInit.c:hobbs2000-11-031-2/+2
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-281-23/+42
* * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc.ericm2000-09-141-1/+6
* * doc/trace.n: Updated documentation for new syntax; flagged oldericm2000-08-251-1/+4
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-261-2/+2
* * generic/tclStubInit.c:ericm2000-07-221-1/+9
* * generic/tclStubInit.c:ericm2000-07-201-9/+1
* * generic/tclStubInit.c:ericm2000-07-191-1/+9
* * generic/tclTest.c:hobbs2000-05-191-3/+4
* * doc/Utf.3:hobbs2000-05-081-1/+3
* 2000-05-02 Andreas Kupries <a.kupries@westend.com>kupries2000-05-021-1/+8
* 2000-04-08 Andreas Kupries <a.kupries@westend.com>kupries2000-04-091-1/+2
* Fixed compilation w/out TCL_THREADSwelch2000-04-051-3/+3
* 2000-04-03 Andreas Kupries <a.kupries@westend.com>kupries2000-04-041-1/+3
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added commentshobbs2000-03-311-2/+2
* * generic/tclInt.h:hobbs2000-01-241-1/+2
* * doc/glob.n:hobbs1999-12-121-1/+2
* * generic/tcl.decls :redman1999-12-021-1/+3
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-1/+2
* 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so theywelch1999-08-101-1/+4
* removed extra declaration of Tcl_RegExpMatchObjredman1999-08-021-2/+1
* * generic/tcl.h:redman1999-08-021-1/+3
* * generic/tclInt.decls: added declaractions necessary for thehobbs1999-08-011-1/+9
* Add Tcl_SetNotifier to stubs table. [Bug: 2354]redman1999-07-161-1/+2
* Name change from Tcl_ReplaceChannel to Tcl_StackChannelwelch1999-07-021-4/+4
* Add TclHandle functions to the internal stub table.redman1999-06-301-1/+5
* Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannelwelch1999-06-301-3/+3
* * generic/tclTest.c:stanton1999-06-171-2/+3