summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Backported fix for bug #1420432 (cannot set mtime for directories on windows).patthoyts2006-10-013-5/+35
* 2006-09-30 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2006-09-302-5/+21
* * win/makefile.vc: Updated MSVC build to properly deal withpatthoyts2006-09-267-126/+352
* * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellowsdgp2006-09-262-4/+8
* * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642],andreas_kupries2006-09-252-2/+8
* * generic/tclBasic.c: Reverted exposure of patchlevel inandreas_kupries2006-09-252-6/+13
* * generic/tclParse.c (Tcl_ParseCommand): also return an error ifMiguel Sofer2006-09-243-5/+15
* * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to theandreas_kupries2006-09-222-10/+15
* * generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of theandreas_kupries2006-09-222-2/+66
* Fix [Bug 1562528]dkf2006-09-222-2/+8
* * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-2213-143/+1993
* * library/http/http.tcl: Change " " -> "+" url encoding mappinghobbs2006-09-154-12/+18
* * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognizeandreas_kupries2006-09-123-195/+220
* * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation ofandreas_kupries2006-09-122-5/+17
* * 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