summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* root interacts badly with access(...,X_OK) [Bug 929892]dkf2004-04-062-2/+8
* add thanksdgp2004-04-021-1/+1
* * generic/tclCompile.c:Miguel Sofer2004-04-023-21/+29
* * generic/tclCompile.h: removed redundant #ifdef _TCLINTMiguel Sofer2004-04-022-3/+6
* * tests/tcltest.test: Corrected constraint typos: "nonRoot" ->dgp2004-04-022-4/+9
* * generic/tclInt.h: Removed obsolete tclBlockTime* declarations.dgp2004-04-012-3/+6
* cross-filesystem boundary glob fixvincentdarley2004-04-012-2/+26
* date fixdgp2004-03-311-1/+1
* * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp2004-03-312-11/+25
* Add comment for TCL_TOKEN_EXPAND_WORD flagdgp2004-03-311-1/+6
* * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp2004-03-312-3/+4
* * library/msgcat/msgcat.tcl: Updated internals to make use ofdgp2004-03-313-36/+61
* More hash function cleaning up.dkf2004-03-303-10/+9
* Fixed object hashing bozo-ness. The code as it stood looked like adkf2004-03-302-28/+24
* * generic/tclExecute.c (TEBC): reverting to the previous methodMiguel Sofer2004-03-302-14/+42
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-307-42/+97
* Corrected case: Filesystem.h -> FileSystem.hdgp2004-03-301-2/+2
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-305-8/+100
* fix to Tcl bug 918320vincentdarley2004-03-303-20/+45
* overlooked update to tests.dgp2004-03-292-6/+6
* * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only todgp2004-03-292-17/+23
* Changelog fixMiguel Sofer2004-03-291-1/+1
* * generic/tclCompile.c (TclCompileScript): corrected possibleMiguel Sofer2004-03-292-3/+10
* * doc/array.n: added documentation for trace-realted behaviour ofMiguel Sofer2004-03-282-1/+9
* a bit more detail in the changes file about new package versionsdgp2004-03-261-1/+3
* * README: Bumped version number to 8.5a2 todgp2004-03-2610-16/+28
* fixed another volume-relative file normalization problemvincentdarley2004-03-263-5/+28
* fix to windows volume-relative path normalizationvincentdarley2004-03-263-5/+40
* Silly bug found originally by Damon Courtney. [922752]dkf2004-03-243-3/+16
* Docfix. [Bug 921464]dkf2004-03-232-3/+8
* Added CONST to TclpGetTime declaration and `make genstubs`dgp2004-03-192-5/+6
* Include tclInt.h instead of tclPort.h to fix building on Solaris.rmax2004-03-191-2/+2
* Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-199-22/+40
* Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP.dkf2004-03-192-1/+8
* autoconf-2.57dgp2004-03-191-1/+1
* *** empty log message ***rmax2004-03-181-0/+17
* * unix/tcl.m4: Removed -Wno-strict-aliasing.rmax2004-03-181-1/+1
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-182-16/+13
* * generic/tclNamesp.c: Added temporary pointer variables to workrmax2004-03-183-8/+19
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-186-30/+23
* Reverted changes to tcltest so that it can still support Mac whendgp2004-03-173-4/+8
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-5/+1
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-17140-33468/+433
* Slightly better docs for [lsearch]'s advanced capabilitiesdkf2004-03-172-1/+16
* * doc/catch.n: Compiled [catch] no longer fails to catch syntaxdgp2004-03-163-22/+10
* * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC tohobbs2004-03-163-2/+7
* Formatting fix. [Bug 917171]dkf2004-03-162-2/+6
* no messagedavygrvy2004-03-161-0/+9
* * win/tclWinNotify.c: Fixed a mistake where the return value ofdavygrvy2004-03-161-3/+2
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-124-8/+139