summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-3/+21
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-1/+2
* * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-201-32/+1
* filesystem speed up round 2vincentdarley2003-02-101-1/+3
* finalization and test fixesvincentdarley2003-02-041-1/+3
* * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel):mdejong2003-01-261-1/+3
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-1/+5
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+3
* * generic/tclInt.h: add macro version of Tcl_UtfToUniCharhobbs2002-11-121-1/+20
* Removed obsolete history-related structures.dkf2002-10-231-39/+1
* * generic/tclInt.h:Miguel Sofer2002-08-141-90/+56
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-9/+15
* TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then stringMiguel Sofer2002-07-311-5/+5
* removed load-related clientData, made filesystem staticvincentdarley2002-07-221-2/+1
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-1/+2
* Tcl_LoadHandle usagevincentdarley2002-07-181-4/+4
* load comments and clientData replacementvincentdarley2002-07-181-2/+5
* load comments and clientData replacementvincentdarley2002-07-181-2/+1
* load comments and clientData replacementvincentdarley2002-07-181-6/+3
* load internals refactoringvincentdarley2002-07-171-3/+10
* variable access optimisationsMiguel Sofer2002-07-171-1/+25
* const fix for new variable codedgp2002-07-161-3/+3
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-1/+3
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-151-3/+3
* * Removed declarations that duplicated entries in the (internal)dgp2002-07-151-137/+1
* fs cleanupvincentdarley2002-07-081-2/+2
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-4/+42
* vfs, winfs testsuitevincentdarley2002-06-131-2/+3
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-7/+1
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-111-1/+7
* * Removed internal routinedgp2002-05-311-2/+1
* * unix/configure: regen'edhobbs2002-05-301-7/+7
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-291-1/+18
* * generic/tclInt.h: added prototype for TclpFilesystemPathType().das2002-05-201-1/+3
* memory cleanupvincentdarley2002-05-131-1/+2
* * generic/tclInt.h: corrected TclRememberJoinableThread decl tohobbs2002-04-241-2/+2
* * generic/tclAlloc.c:hobbs2002-04-231-1/+31
* tclInt.h: restoring correct operation ordering in TclDecrRefCountMiguel Sofer2002-03-061-13/+13
* reversed accidental commit of unfinished sourceshobbs2002-02-271-34/+11
* generic/tclCmdMZ.chobbs2002-02-271-11/+34
* * generic/tclInt.h:dgp2002-02-221-1/+2
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-8/+10
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-101-3/+11
* * For each interface identified in thedgp2002-01-311-2/+2
* * tests/regexpComp.test (new):hobbs2002-01-291-4/+5
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-5/+3
* * Updated APIs in the file generic/tclIO.c according to the guidelinesdgp2002-01-151-2/+15
* Updated APIs in the files */tcl*Load*.c according to the guidelinesKevin B Kenny2002-01-091-3/+1
* TclCreatePipeline is in tclIntDecls.h; no need for it in tclInt.h.dgp2002-01-081-8/+1