summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* silence compiler warning in tclClock.cKevin B Kenny2004-09-142-2/+12
* * doc/interp.n:Miguel Sofer2004-09-144-45/+85
* Fix [Bug 1026903] by storing what ensemble the ensemble is cached for.dkf2004-09-133-3/+26
* * generic/tclClock.c (TclMktimeObjCmd): Corrected a bad checkKevin B Kenny2004-09-114-5/+38
* * generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834];Miguel Sofer2004-09-112-37/+60
* tcltest-12.3-4 needed to have ::tcltest::loadScript set to empty in their -setupdavygrvy2004-09-112-1/+8
* Minor mods to latest commit to correct bugs and compiler warnings ondgp2004-09-101-8/+11
* One less crazy long/wide aunt in the attic [Bug 868489]dkf2004-09-103-26/+212
* Fix [Bug 1025359]; make sure wide seeks don't lose errorsdkf2004-09-102-5/+10
* * generic/tcl.h: Micro formatting fixes.andreas_kupries2004-09-103-6/+12
* comment typodgp2004-09-101-2/+2
* * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp2004-09-102-12/+18
* fixed a bug where %z was always positive in :localtimeKevin B Kenny2004-09-103-6/+33
* * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-102-1/+22
* Calls to WriteFile and WriteConsoleA changed to WriteConsole.davygrvy2004-09-102-10/+14
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-093-21/+74
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-093-46/+199
* * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-083-7/+20
* * generic/tclBasic.c (Tcl_CreateInterp): Removed obsoletedgp2004-09-082-228/+117
* fixed clock-34.* to use same time zone on input and outputKevin B Kenny2004-09-082-11/+18
* * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug whereKevin B Kenny2004-09-083-3/+28
* Corrected a buglet in the header information. [Bug 1024058]Kevin B Kenny2004-09-082-1/+6
* no messagedavygrvy2004-09-081-0/+5
* some quoting needed to be removed as it was breaking with VC7.davygrvy2004-09-081-4/+4
* Fixed indentationKevin B Kenny2004-09-071-0/+4
* * doc/clock.n: Documented the default -format, and changedKevin B Kenny2004-09-072-0/+10
* * tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!)Kevin B Kenny2004-09-072-6/+9
* removed unused cmdInfo variableKevin B Kenny2004-09-071-2/+1
* Converted to http://tip.tcl.tk URL. Should be more long term reliable.dgp2004-09-071-1/+1
* Changed incorrect references to the "msgcat command" to "msgcat package"dgp2004-09-071-3/+3
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-07145-318/+350
* Oops, missed one file from last commitdkf2004-09-061-2/+2
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-0653-186/+195
* Stop NULL interp args from causing crashes. [Bug 1020538]dkf2004-09-032-44/+74
* Clarify meaning of [lsearch -dictionary].dkf2004-09-022-2/+9
* clock.tcl installationvincentdarley2004-09-022-1/+6
* * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-012-3/+13
* WIN64 correctionshobbs2004-09-012-9/+17
* Correct some abbreviation usage.dkf2004-09-016-11/+16
* Completed an incomplete undo of a mistaken commit that broke the HEAD.dgp2004-08-311-9/+9
* Undo mistaken commit of code in sandbox. <:} D'oh!dkf2004-08-311-111/+3
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-3121-106/+227
* two bugs fixed in filesystem docs and testsvincentdarley2004-08-314-154/+183
* * unix/Makefile.in (install-libraries): portable sh fix.das2004-08-312-2/+6
* Fix a crash caused by sharing in [string map]. [Bug 1018562]dkf2004-08-303-6/+32
* Fix old tests to check [namespace which] sanely...dkf2004-08-271-4/+5
* Make [namespace which] use newer option parsing code for more flexibility.dkf2004-08-273-32/+27
* Minor fixesdkf2004-08-271-114/+100
* Fix/improve testsdkf2004-08-271-5/+15
* Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once.dkf2004-08-273-28/+109