summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-113-4/+9
* * unix/tclUnixCompat.c: make compatLock static and only declare it whendas2006-09-112-107/+116
* * library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to accountdgp2006-09-103-3/+8
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-106-928/+1008
* Fixed compilation for Darwin so the compiler does not bark aboutvasiljevic2006-09-081-8/+11
* * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,andreas_kupries2006-09-082-6/+11
* For Darwin, assume gethostbyname() and gethostbyaddr() are MT-safevasiljevic2006-09-084-202/+237
* * unix/tclUnixFCmd.c: Removed some false tests addedvasiljevic2006-09-073-24/+75
* * unix/configure: Regenerated using autoconf 2.13.andreas_kupries2006-09-072-14055/+5073
* Fixed typos in some wrapersvasiljevic2006-09-071-4/+4
* Removed unused variablesvasiljevic2006-09-071-6/+1
* Fixed wrong structure usage in some wrappersvasiljevic2006-09-071-3/+3
* Rewritten MT-safe wrappers to return ptrs to TSD storagevasiljevic2006-09-076-235/+185
* Added for fixing the Tcl Bug 999544vasiljevic2006-09-061-0/+584
* Added MT-safe implementation of some library calls.vasiljevic2006-09-069-4531/+14919
* typodgp2006-09-051-1/+1
* * tests/main.text (Tcl_Main-4.4): Test corrected to not bedgp2006-09-042-3/+8
* correct package examplehobbs2006-09-042-3/+8
* see changeshobbs2006-08-301-0/+21
* * win/tclWinChan.c: [Bug 819667] Improve logic for identifying COMhobbs2006-08-301-51/+52
* * win/tclWinFCmd.c: [Bug 1548263] Added test for NULL returnhobbs2006-08-302-4/+18
* * generic/tclFileName.c (TclDoGlob): match incr with existing decr.hobbs2006-08-301-6/+6
* * unix/Makefile.in: add valgrindshell target and update defaulthobbs2006-08-301-2/+9
* * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-301-1/+2
* * generic/tclIOGT.c (ExecuteCallback):hobbs2006-08-302-6/+7
* * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntaxandreas_kupries2006-08-222-2/+9
* * generic/tclIOUtil.c: Revisions to complete the thread finalizationdgp2006-08-212-1/+8
* typo: s/Xcode 2.3/Xcode 2.4/das2006-08-212-3/+3
* * unix/tclUnixPort.h (Darwin): override potentially faulty configuredas2006-08-212-7/+17
* add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLO...das2006-08-211-3/+15
* update with recent Darwin changesdas2006-08-211-2/+12
* * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop isdas2006-08-213-21/+69
* * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()das2006-08-182-1/+8
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-186-285/+398
* * generic/tclEncoding.c: Replace buffer copy in for loopdgp2006-08-092-4/+7
* * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standarddas2006-08-022-1/+24
* Bug 1513489Kevin B Kenny2006-07-302-24/+37
* Fix typo [Bug 1496886]jenglish2006-07-302-2/+6
* typosdas2006-07-211-4/+2
* cleanup quoting and whitespacedas2006-07-202-38/+39
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-2011-914/+1192
* * unix/tclUnixPort.h: Added the inclusion ofandreas_kupries2006-07-142-1/+13
* Made Tcl_AsyncDelete() more tolerant when called after all thread TSDvasiljevic2006-07-112-14/+28
* * generic/tclIO.c (Tcl_CreateChannel): allow Tcl std channelhobbs2006-07-102-5/+15
* add ref to darwin fixdas2006-06-151-1/+4
* typodgp2006-06-151-2/+2
* * changes: changes to start prep for an 8.4.14 release.dgp2006-06-152-3/+23
* * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWEDdas2006-06-142-10/+33
* Remove test chunkpatthoyts2006-06-141-4/+4
* Enable building Tcl with Microsoft's latest compiler offeringpatthoyts2006-06-149-64/+201