| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that all TclOO headers get installed. [Bug 2082299] | dkf | 2008-08-29 | 1 | -1/+3 |
|
|
* | * unix/Makefile.in: ensure Makefile shell is /bin/bash for | das | 2008-08-13 | 1 | -2/+2 |
|
|
* | * library/http/http.tcl: Remove 8.5 requirement. | dgp | 2008-08-11 | 1 | -2/+2 |
|
|
* | * library/http/http.tcl: Bump http version to 2.7.1 to account | dgp | 2008-08-11 | 1 | -3/+3 |
|
|
* | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and | Miguel Sofer | 2008-07-31 | 1 | -2/+2 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -5/+6 |
|
|
* | * unix/Makefile.in: Followup to my change of 2008-06-25, make code | andreas_kupries | 2008-06-26 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: add complete deps on tclDTrace.h. | das | 2008-06-12 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: clean generated tclDTrace.h file. | das | 2008-06-12 | 1 | -2/+2 |
|
|
* | TIP #230 IMPLEMENTATION | andreas_kupries | 2008-06-06 | 1 | -2/+6 |
|
|
* | Fix generation of stubs for the OO API. | dkf | 2008-06-01 | 1 | -3/+3 |
|
|
* | * generic/tclOOStubLib.c: ensure use of tcl stubs; include in | das | 2008-05-31 | 1 | -3/+5 |
|
|
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -3/+49 |
|
|
* | Oops. Undo commit of the local tweaks. | andreas_kupries | 2008-05-23 | 1 | -4/+4 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -4/+4 |
|
|
* | * unix/Makefile.in: adjust tclDTrace.h dependencies for removal | das | 2008-04-15 | 1 | -2/+2 |
|
|
* | * README: Bump version number to 8.6a0 | dgp | 2008-04-01 | 1 | -4/+3 |
|
|
* | * unix/Makefile.in (install-libraries): Bump http to 2.7 | hobbs | 2008-03-12 | 1 | -3/+3 |
|
|
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 1 | -71/+71 |
|
|
* | Set version 2.5.5 | patthoyts | 2008-02-26 | 1 | -3/+3 |
|
|
* | Fix for bug #1818565. Always check that the state array exists in the http::s... | patthoyts | 2008-02-22 | 1 | -3/+3 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so that | dgp | 2007-12-03 | 1 | -3/+3 |
|
|
* | * compat/tmpnam.c (removed): The routine tmpnam() is no longer | dgp | 2007-10-18 | 1 | -4/+1 |
|
|
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 1 | -7/+1 |
|
|
* | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is | dgp | 2007-09-17 | 1 | -2/+2 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -4/+24 |
|
|
* | * unix/Makefile.in: Perform missing updates of the tcltest Tcl | dgp | 2007-09-12 | 1 | -3/+3 |
|
|
* | replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXT... | das | 2007-09-06 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c: Removed support for the unmaintained | dgp | 2007-09-05 | 1 | -18/+10 |
|
|
* | correct autoconf/autoheader dependencies | das | 2007-09-05 | 1 | -9/+8 |
|
|
* | * unix/Makefile.in: It's unreliable to count on the release | dgp | 2007-09-04 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: Corrections to `make dist` dependencies to be | dgp | 2007-09-04 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: Corrections to `make dist` dependencies to be | dgp | 2007-09-04 | 1 | -3/+5 |
|
|
* | * unix/Makefile.in: add support for compile flags specific to | das | 2007-08-07 | 1 | -19/+17 |
|
|
* | * library/platform/platform.tcl: Fixed bug in 'platform::patterns' | andreas_kupries | 2007-07-20 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 1 | -6/+2 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. | das | 2007-06-06 | 1 | -3/+3 |
|
|
* | * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. | das | 2007-06-03 | 1 | -1/+2 |
|
|
* | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely | das | 2007-04-30 | 1 | -6/+6 |
|
|
* | * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autohe... | das | 2007-04-25 | 1 | -17/+19 |
|
|
* | * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. | das | 2007-04-25 | 1 | -2/+3 |
|
|
* | * unix/Makefile.in (dist): add platform library package to src dist | hobbs | 2007-04-24 | 1 | -9/+7 |
|
|
* | * library/platform/shell.tcl: Made more robust if an older platform | andreas_kupries | 2007-03-09 | 1 | -3/+3 |
|
|
* | * library/platform/shell.tcl (::platform::shell::RUN): In the case | andreas_kupries | 2007-03-05 | 1 | -3/+3 |
|
|
* | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions | das | 2007-01-19 | 1 | -5/+5 |
|
|
* | * tests/macOSXLoad.test (new file): add testing of .bundle loading and | das | 2006-12-17 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 1 | -2/+8 |
|
|
* | Finished coding part of TIP#174. Still have tests and docs to do. | dkf | 2006-11-25 | 1 | -180/+167 |
|
|
* | * generic/tclParseExpr.c (removed): Moved all the code of | dgp | 2006-11-09 | 1 | -6/+2 |
|
|