summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * tests/unixInit.test (7.1): Alternative fix for thedgp2005-04-272-6/+11
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-268-360/+503
* * generic/tclCmdMZ.c: Corrected intrep-dependence ofdgp2005-04-223-10/+18
* * tests/unixInit.test (7.1): fixed failure when running testsdas2005-04-212-2/+7
* * generic/tclGet.c (Tcl_GetInt): Corrected error that did notdgp2005-04-203-38/+29
* * tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this onehobbs2005-04-202-2/+6
* no messagedavygrvy2005-04-191-0/+19
* * win/tclWinPipe.c: The pipe channel driver now respectsdavygrvy2005-04-193-20/+38
* * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limitdavygrvy2005-04-144-13/+25
* added definition of NULL to strstr.c for Bug 1175161Kevin B Kenny2005-04-122-1/+12
* * macosx/README: updated requirements for OS & developer tooldas2005-04-092-11/+14
* * unix/tcl.m4 (Darwin): added -single_module linker flag todas2005-04-093-4/+10
* See file.vasiljevic2005-04-071-0/+26
* Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixedvasiljevic2005-04-071-20/+21
* Fixed TclpFreeAllocCache() to recognize when being calledvasiljevic2005-04-071-7/+10
* Modified TclFinalizeThreadAlloc() to explicitly callvasiljevic2005-04-071-1/+3
* Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache().vasiljevic2005-04-071-1/+3
* * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-053-49/+13
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-303-46/+55
* * win/tclWinTime.c (TclpGetDate): use time_t for 'time'hobbs2005-03-302-17/+18
* purge outdated commentdgp2005-03-231-4/+2
* date typodgp2005-03-181-1/+1
* * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-185-24/+90
* * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checksdgp2005-03-182-15/+17
* more tests and a fix to bug 1158199vincentdarley2005-03-152-5/+16
* fix to file norm, file pathtype on windows reserved filenames - ensure build ...vincentdarley2005-03-151-4/+10
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-154-22/+155
* replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-158-39/+51
* Make it all work on OpenBSD. Imported patch from ports tree.patthoyts2005-03-153-281/+334
* * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistakendgp2005-03-102-12/+17
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-082-14/+23
* backport tcltest test improvementsdgp2005-02-251-15/+17
* * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoiddgp2005-02-244-21/+39
* Formatting typo fix. [Bug 1149605]dkf2005-02-232-2/+6
* * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, nothobbs2005-02-172-6/+11
* * /doc/variable.n: fix for [Bug 1124160], variables are detectedMiguel Sofer2005-02-162-2/+7
* correct ChangeLog noteshobbs2005-02-101-2/+2
* * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlinedhobbs2005-02-104-383/+315
* added commentsMiguel Sofer2005-02-101-1/+6
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-103-4/+46
* More consistency. [Bug 1117017]dkf2005-02-102-5/+14
* * generic/tclExecute.c (TclCompEvalObj): Removed stray statementdgp2005-02-012-2/+6
* correct autoconf generation for sol64-gcc supporthobbs2005-01-292-8/+8
* * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support.hobbs2005-01-283-255/+298
* * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)hobbs2005-01-282-4/+51
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-2717-306/+891
* typodgp2005-01-271-2/+2
* * library/auto.tcl: Updated [auto_reset] to clear auto-loadeddgp2005-01-252-15/+21
* * unix/tcl.m4 (Darwin): fixed bug with static build linking todas2005-01-253-6/+14
* * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-192-1/+30