summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* See file.vasiljevic2005-05-311-0/+6
* Notifier thread is created as joinable. Attempt to solve thevasiljevic2005-05-311-3/+8
* update to patchlevel 8.4.10hobbs2005-05-301-2/+2
* * win/tclWinThrd.c (TclpFinalizeThreadData): move tlsKey defnhobbs2005-05-302-20/+31
* * README: Bumped patchlevel to 8.4.10hobbs2005-05-279-15/+23
* * macosx/Makefile: moved & corrected EMBEDDED_BUILD check.das2005-05-264-13/+22
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary casthobbs2005-05-252-4/+7
* * unix/configure, unix/configure.in: ensure false Tcl.framework ishobbs2005-05-253-17/+22
* * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env varsdas2005-05-242-3/+6
* * macosx/Makefile:das2005-05-249-631/+801
* * generic/tclIOUtil.c (TclLoadFile):das2005-05-243-43/+342
* * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with adas2005-05-241-6/+11
* Removed unreferenced stack variablevasiljevic2005-05-202-3/+7
* * generic/tclParseExpr.c: Corrected parser to recognize alldgp2005-05-202-61/+44
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashingdas2005-05-201-2/+2
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashingdas2005-05-192-2/+9
* * macosx/tclMacOSXBundle.c:das2005-05-1411-415/+1717
* Corrected example that confused [namespace which] and [namespace origin]dgp2005-05-121-2/+2
* * tests/string.test: string-10.[21-30]hobbs2005-05-113-16/+55
* * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check andhobbs2005-05-073-257/+278
* documentation improvements.dgp2005-05-033-13/+7
* Backported doc fixdkf2005-04-292-2/+9
* * library/init.tcl: Corrected flaw in interactive commanddgp2005-04-283-3/+22
* * 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