summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Oops!dkf2004-06-241-5/+3
* Style and whitespace fixesdkf2004-06-241-443/+544
* * generic/tclThreadStorage.c: Corrected type casting errors that leddgp2004-06-241-3/+3
* Version 5 of [Patch 976496]Joe Mistachkin2004-06-245-5/+1249
* Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-1/+2
* * generic/tclEvent.c (NewThreadProc): Fixed broken build onKevin B Kenny2004-06-221-1/+4
* Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-222-3/+97
* Make [Bug 975895] less likely to be hitdkf2004-06-211-257/+274
* * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings.dgp2004-06-183-15/+19
* Fixed [Bug 886231] properly this time rather than with a broken version thatdkf2004-06-182-63/+69
* Fix tclWinInit.c for KBK, adding comments as I go. :^)dkf2004-06-182-16/+168
* Updated comments to agree with recent revisions.dgp2004-06-171-7/+8
* Reverted temporary changedgp2004-06-171-2/+2
* * generic/tclObj.c: Added missing space in panic message.dgp2004-06-171-2/+2
* temporarily removed unset of ::tclDefaultLibrary for sake of testing.dgp2004-06-171-2/+2
* * win/Makefile.in: Corrected compilation flags for tclPkgConfig.cKevin B Kenny2004-06-141-4/+2
* * doc/Encoding.3: Removed bogus claims about tcl_libPath.dgp2004-06-111-16/+23
* * generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) andgp2004-06-111-2/+6
* Restored Eng. Manual Styledgp2004-06-111-66/+66
* * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-113-115/+198
* * unix/configure.in: Updated TCL_PACKAGE_PATH value todgp2004-06-111-9/+10
* Fixed Tcl_FSChdir not to forcefully update private cwd cached copy.vasiljevic2004-06-101-2/+16
* * generic/tclPathObj.c: Corrected [file tail] results when operatingdgp2004-06-101-1/+16
* Partially corrected [Bug 932314]vasiljevic2004-06-091-5/+12
* * generic/tclCompile.c:Miguel Sofer2004-06-082-5/+9
* Silence compiler warnings.dgp2004-06-081-2/+3
* Fix variable usage warning. [Bug 969068]dkf2004-06-081-5/+3
* Re-commit after a `make genstubs` on a unix system, to restore unix line endingsdgp2004-06-075-9505/+9505
* * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-057-9498/+9519
* * generic/tcl.h: Restored #include <stdio.h> to tcl.h,dgp2004-06-041-1/+12
* * generic/tclIO.c (Tcl_SetChannelOption): Took out the rangedavygrvy2004-06-011-9/+1
* * generic/tclIO.c (Tcl_SetChannelOption): Invalid settingsdavygrvy2004-06-011-3/+14
* Limits documentation and style improvementsdkf2004-05-303-46/+496
* better (?) #ifdeferry for the last fixMiguel Sofer2004-05-272-2/+12
* * generic/tclExecute.c:Miguel Sofer2004-05-272-7/+9
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-275-26/+36
* Prototype fix for [Bug 960410] that tries to move hash table cleanup somewheredkf2004-05-251-9/+12
* * generic/tclNamesp.c (Tcl_FindNamespaceVar):Miguel Sofer2004-05-252-17/+22
* Finish fixing comments for [Bug 848440]dkf2004-05-252-5/+6
* * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT tohobbs2004-05-251-2/+3
* Fixed [Bug 959193] which is apparently a word-size issue.dkf2004-05-241-2/+2
* Fix in commentsMiguel Sofer2004-05-231-10/+7
* * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,Miguel Sofer2004-05-232-18/+23
* * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for newMiguel Sofer2004-05-221-12/+30
* * generic/tclVar.c: fix for [Bug 735335]. The use ofMiguel Sofer2004-05-221-21/+24
* One more fix; this time it really does let this file build...dkf2004-05-211-9/+15
* Make TCL_COMPILE_DEBUG path through TEBC work...dkf2004-05-211-7/+7
* Variables should only ever be declarated at the start of a block...dkf2004-05-211-3/+3
* 2004-05-21 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2004-05-211-1114/+1275
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-203-4/+91