summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-18690-974/+93971
* date correctiondgp2004-08-161-1/+1
* fix for [Bug 1008314]Miguel Sofer2004-08-165-13/+89
* * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale]dgp2004-08-133-5/+32
* Changed handling of the returned thread ID since broken on 64-bitvasiljevic2004-08-102-2/+10
* Standardized constraint namedkf2004-08-041-2/+2
* Plug leak and clarify codedkf2004-08-032-10/+12
* Add field initialization to fix [Bug 989298]. D'oh!dkf2004-08-032-1/+7
* * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] todgp2004-08-022-20/+14
* TIP#207 IMPLEMENTATIONdgp2004-08-028-81/+193
* * generic/tclLiteral.c (TclCleanupLiteralTable): Correcteddgp2004-08-023-22/+107
* Whitespace policing...dkf2004-08-021-131/+131
* More explicit compatibility warning, regarding TIP 148dgp2004-07-301-1/+3
* * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612]dgp2004-07-304-10/+14
* * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalizedgp2004-07-302-24/+30
* * unix/configure:das2004-07-304-6/+14
* * library/package.tcl: [::pkg::create] is now an alias. Testdgp2004-07-292-9/+7
* * library/package.tcl: Moved private commanddgp2004-07-284-27/+40
* * tests/io.test: Make io-61.1 create file as binary to pass on Win32patthoyts2004-07-252-1/+6
* * generic/tclVar.c: simplify tclLocalVarNameType, removing theMiguel Sofer2004-07-232-68/+46
* formattingdgp2004-07-231-4/+4
* * tests/eofchar.data (removed): Test io-61.1 now generates its owndgp2004-07-233-852/+18
* Tcl 8.4.7 changes ported forward. Other changes on HEAD also recorded.dgp2004-07-231-1/+114
* typodgp2004-07-231-1/+1
* typo/format fixesdgp2004-07-221-4/+5
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-216-24/+137
* 2004-07-21 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2004-07-214-3/+72
* * unix/Makefile.in:das2004-07-204-10/+60
* * unix/tclUnixFile.c (NativeMatchType): added support fordas2004-07-202-1/+10
* * macosx/tclMacOSXBundle.c: dynamically acquire address fordas2004-07-202-2/+26
* Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for thevasiljevic2004-07-192-4/+11
* cd infinite loop bug fixedvincentdarley2004-07-174-23/+71
* * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after theirhobbs2004-07-165-1470/+1342
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in theandreas_kupries2004-07-162-3/+7
* * doc/OpenFileChnl.3: Added description of the behaviour ofandreas_kupries2004-07-162-1/+9
* * doc/CrtCommand.3: Added note that the arguments given to theandreas_kupries2004-07-162-1/+10
* * doc/ChnlStack.3: Removed the declaration that the interpandreas_kupries2004-07-162-2/+7
* Typo fix.andreas_kupries2004-07-161-1/+1
* * tests/socket.test: Accepted two new testcases by Stuart Casoffandreas_kupries2004-07-162-1/+11
* * unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joeandreas_kupries2004-07-162-1/+9
* * unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joeandreas_kupries2004-07-152-0/+7
* Added new fix for the Tcl Bug #770053. Now we conditionaly performvasiljevic2004-07-152-3/+20
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-154-5/+92
* * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to theandreas_kupries2004-07-152-2/+9
* Stuffed memory leak incurred by re-initializing of TSD slotsvasiljevic2004-07-152-6/+32
* * generic/tclLiteral.c (TclReleaseLiteral): Removed unusedKevin B Kenny2004-07-152-2/+6
* * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-07-153-20/+19
* Removed initialization of TSD for the new thread in NewThreadProc sincevasiljevic2004-07-151-10/+1
* See file...vasiljevic2004-07-151-0/+5
* Removed unused variable in NewThreadProc()vasiljevic2004-07-151-2/+3