| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implementation of TIP #210. | dkf | 2008-11-29 | 1 | -36/+86 |
|
|
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 2 | -2/+2 |
|
|
* | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich | andreas_kupries | 2008-11-10 | 1 | -3/+3 |
|
|
* | add "-Wno-implicit-int" for gcc, as on UNIX | nijtmans | 2008-11-06 | 2 | -2/+2 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 12 | -183/+184 |
|
|
* | Fixed a failure to read SHOUTcast streams with the new 2.7 | patthoyts | 2008-10-23 | 1 | -3/+3 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 3 | -7/+7 |
|
|
* | * win/tclWinChan.c: Fix minor compiler warnings when | nijtmans | 2008-10-14 | 5 | -37/+40 |
|
|
* | Use the environment variable for program files to find the html help compiler | patthoyts | 2008-10-14 | 1 | -4/+4 |
|
|
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-14 | 2 | -3/+3 |
|
|
* | We need to initialize the thread id variable to 0 as on 64 bit windows | patthoyts | 2008-10-13 | 1 | -1/+5 |
|
|
* | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc | nijtmans | 2008-10-05 | 1 | -2/+2 |
|
|
* | Fixes for [Bug 1934272, 2072891] | Joe Mistachkin | 2008-10-02 | 2 | -5/+4 |
|
|
* | overlooked 85 -> 86 bump | dgp | 2008-09-25 | 1 | -3/+3 |
|
|
* | Implement TIP #315. | dkf | 2008-09-25 | 1 | -1/+7 |
|
|
* | Ensure that all TclOO headers get installed. [Bug 2082299] | dkf | 2008-08-29 | 3 | -2/+8 |
|
|
* | * README: Bump version number to 8.6a3 | dgp | 2008-08-28 | 2 | -3/+3 |
|
|
* | * README: Bump version number to 8.6a2 | dgp | 2008-08-12 | 2 | -3/+3 |
|
|
* | * library/http/http.tcl: Remove 8.5 requirement. | dgp | 2008-08-11 | 2 | -4/+4 |
|
|
* | * library/http/http.tcl: Bump http version to 2.7.1 to account | dgp | 2008-08-11 | 3 | -9/+9 |
|
|
* | * doc/Exit.3: do not call Tcl_Finalize implicitly | hobbs | 2008-08-01 | 1 | -103/+4 |
|
|
* | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 2 | -8/+8 |
|
|
* | TIP #304 implementation | ferrieux | 2008-07-21 | 1 | -1/+52 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
|
|
* | Fix a gcc warning when compiling Tcl with mingw32 | nijtmans | 2008-07-19 | 1 | -4/+4 |
|
|
* | * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that | georgeps | 2008-07-16 | 1 | -1/+5 |
|
|
* | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -83/+1 |
|
|
* | add a vqtcl entry | patthoyts | 2008-07-09 | 1 | -1/+2 |
|
|
* | fix versions of dde and registry dlls | patthoyts | 2008-06-25 | 2 | -9/+23 |
|
|
* | * README: Bump version number to 8.6a1 | dgp | 2008-06-19 | 2 | -3/+3 |
|
|
* | The Stubs source files (tclStubLib.c and tclOOStubLib.c) should not be | davygrvy | 2008-06-14 | 1 | -2/+6 |
|
|
* | 2008-06-13 David Gravereaux <davygrvy@pobox.com> | davygrvy | 2008-06-13 | 1 | -1/+2 |
|
|
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 5 | -9/+91 |
|
|
* | TIP #230 IMPLEMENTATION | andreas_kupries | 2008-06-06 | 2 | -2/+4 |
|
|
* | Add tclOO genstubs to Windows makefiles | Joe Mistachkin | 2008-06-01 | 2 | -5/+9 |
|
|
* | Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] | dkf | 2008-05-31 | 3 | -8/+35 |
|
|
* | Fixed line endings | patthoyts | 2008-05-27 | 1 | -18/+18 |
|
|
* | Missed one! | dkf | 2008-05-26 | 1 | -9/+1 |
|
|
* | Remove obsolete winhelp targets. They weren't supported and didn't work. | dkf | 2008-05-26 | 2 | -95/+1 |
|
|
* | Oops. Undo commit of the local tweaks. | andreas_kupries | 2008-05-23 | 1 | -3/+3 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 2 | -5/+6 |
|
|
* | We should use the thread allocator for threaded builds. Added 'tclalloc' opti... | patthoyts | 2008-05-15 | 3 | -8/+14 |
|
|
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -1/+44 |
|
|
* | Record tclvfs base | patthoyts | 2008-05-02 | 1 | -1/+3 |
|
|
* | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 1 | -35/+35 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 12 | -253/+246 |
|
|
* | Added a htmlhelp target to replace winhelp | patthoyts | 2008-04-27 | 1 | -6/+58 |
|
|
* | note that cygwin is not supported | mdejong | 2008-04-19 | 1 | -1/+4 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -217/+225 |
|
|
* | Added 'make html' support for people on Windows, inspired by Pat Thoyts. | dkf | 2008-04-09 | 1 | -1/+17 |
|
|