summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclInt.h:Miguel Sofer2004-05-062-52/+46
* (TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved todavygrvy2004-05-051-2/+2
* * generic/tclAlloc.c: Make sure Tclp*Alloc* routines getdgp2004-05-043-7/+7
* Remove accidental check-in of TIP#143 code. D'oh!dkf2004-05-041-7/+1
* Suppress a signed-ness warning.dkf2004-05-041-4/+9
* * generic/tclProc.c (TclCreateProc): comments corrected.Miguel Sofer2004-05-041-22/+12
* slight improvement to last commitMiguel Sofer2004-05-041-7/+7
* * generic/tclCompile.c (TclCompileScript): setting the compilationMiguel Sofer2004-05-041-7/+7
* * generic/tclCompile.c:Miguel Sofer2004-05-032-23/+26
* * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-4/+22
* * generic/tclInt.h: Replaced Kevin Kenny's temporarydgp2004-04-302-10/+5
* * generic/tclThreadAlloc.c: Added a temporary (or so I hope!) Kevin B Kenny2004-04-301-2/+4
* * doc/global.n:Miguel Sofer2004-04-281-1/+25
* * generic/tcl.h: Removed obsolete declarations and #include's.dgp2004-04-252-9/+2
* * generic/tclPort.h:das2004-04-241-3/+3
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-1/+10
* fix to two filesystem bugs: more consistent file separator proc and correct T...vincentdarley2004-04-232-6/+21
* * generic/tclInt.h:davygrvy2004-04-233-7/+8
* TclSetLibraryPath's use of caching the stringrep of the pathPtr object todavygrvy2004-04-231-3/+15
* Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystemdavygrvy2004-04-201-1/+2
* Corrected "short circuit" conversion of int to double. Reported by Kevin B Kenny2004-04-191-1/+2
* Fix minor fault in [clock clicks] error message.dkf2004-04-151-2/+2
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-072-25/+39
* fix to comment (bug 931148)vincentdarley2004-04-071-4/+4
* Patch 922727 committed. Implements three changes:dgp2004-04-061-20/+0
* Patch 922727 committed. Implements three changes:dgp2004-04-0647-109/+59
* * generic/tclCompile.c:Miguel Sofer2004-04-022-21/+23
* * generic/tclCompile.h: removed redundant #ifdef _TCLINTMiguel Sofer2004-04-021-3/+1
* * generic/tclInt.h: Removed obsolete tclBlockTime* declarations.dgp2004-04-011-3/+1
* cross-filesystem boundary glob fixvincentdarley2004-04-011-2/+19
* Add comment for TCL_TOKEN_EXPAND_WORD flagdgp2004-03-311-1/+6
* More hash function cleaning up.dkf2004-03-302-10/+6
* Fixed object hashing bozo-ness. The code as it stood looked like adkf2004-03-301-22/+12
* * generic/tclExecute.c (TEBC): reverting to the previous methodMiguel Sofer2004-03-301-14/+36
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-303-37/+71
* Corrected case: Filesystem.h -> FileSystem.hdgp2004-03-301-2/+2
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-302-5/+60
* fix to Tcl bug 918320vincentdarley2004-03-301-19/+25
* * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only todgp2004-03-291-17/+17
* * generic/tclCompile.c (TclCompileScript): corrected possibleMiguel Sofer2004-03-291-3/+4
* * README: Bumped version number to 8.5a2 todgp2004-03-261-3/+3
* fixed another volume-relative file normalization problemvincentdarley2004-03-261-4/+12
* fix to windows volume-relative path normalizationvincentdarley2004-03-261-5/+7
* Silly bug found originally by Damon Courtney. [922752]dkf2004-03-241-2/+2
* Added CONST to TclpGetTime declaration and `make genstubs`dgp2004-03-192-5/+6
* Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-193-4/+11
* Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP.dkf2004-03-191-1/+3
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-182-4/+10
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-186-30/+23
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-1727-1554/+120