| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed documentation of the right-associativity of the ** operator. | ferrieux | 2009-05-26 | 2 | -4/+15 |
|
|
* | fix TCL_COMPILE_DEBUG 64bit warnings | das | 2009-05-16 | 1 | -5/+5 |
|
|
* | Added more introspection: ability to look up namespace of an object. | dkf | 2009-05-15 | 4 | -4/+59 |
|
|
* | a little minor emacs niceness | dkf | 2009-05-15 | 1 | -1/+4 |
|
|
* | (With apologies to Ghostbusters...) | dkf | 2009-05-12 | 1 | -1/+1 |
|
|
* | "There's something very important I forgot to tell you." | dkf | 2009-05-12 | 2 | -13/+47 |
|
|
* | Make our mkstemp() replacement build on IRIX 6.5. | dkf | 2009-05-12 | 2 | -1/+8 |
|
|
* | Oops, forgot to do a ChangeLog entry for the fix for [Bug 2414858]. | dkf | 2009-05-08 | 1 | -0/+5 |
|
|
* | Fix [Bug 2414858]. | dkf | 2009-05-08 | 4 | -6/+27 |
|
|
* | Fix [Bug 2788468]. | dkf | 2009-05-08 | 2 | -57/+71 |
|
|
* | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], | Miguel Sofer | 2009-05-08 | 2 | -2/+7 |
|
|
* | * generic/tclBasic.c: Let coroutines start with a much smaller | Miguel Sofer | 2009-05-08 | 4 | -12/+22 |
|
|
* | Fix [Bug 1513659]. | dkf | 2009-05-07 | 3 | -38/+97 |
|
|
* | * generic/tclCmdMZ.c: Improve overflow error message from | dgp | 2009-05-06 | 3 | -3/+9 |
|
|
* | * tests/interp.test: interp-20.50 test for Bug 2486550. | dgp | 2009-05-06 | 2 | -1/+13 |
|
|
* | Corrected changelog entry | dkf | 2009-05-05 | 1 | -1/+1 |
|
|
* | Missed a spot. | dkf | 2009-05-05 | 1 | -2/+4 |
|
|
* | Stop deletion of support namespaces leading to a potential crash. | dkf | 2009-05-04 | 3 | -11/+73 |
|
|
* | Fix [Bug 2538432] through clarification. | dkf | 2009-05-03 | 2 | -3/+22 |
|
|
* | Tcl icon upgraded and SVG file added. | patthoyts | 2009-05-01 | 2 | -0/+67 |
|
|
* | * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc | Miguel Sofer | 2009-04-30 | 2 | -2/+12 |
|
|
* | Fix 64-bit detection for zlib on Win64 | nijtmans | 2009-04-30 | 3 | -58/+63 |
|
|
* | Revert last commit which fails to build with msvc2005 and msvc6 | patthoyts | 2009-04-29 | 2 | -9/+4 |
|
|
* | Fix [Bug 2651823]. | dkf | 2009-04-29 | 2 | -4/+9 |
|
|
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 3 | -4/+11 |
|
|
* | Fix examples. [Bug 2780680] | dkf | 2009-04-27 | 2 | -27/+29 |
|
|
* | Reset internal INTERP_ALTERNATE_WRONG_ARGS | nijtmans | 2009-04-27 | 3 | -4/+9 |
|
|
* | Don't chmod/exec installManPage. [Patch 2769530] | stwo | 2009-04-24 | 2 | -7/+9 |
|
|
* | Removed newline appended to POST data. | patthoyts | 2009-04-19 | 7 | -19/+127 |
|
|
* | Doc improvements. | dkf | 2009-04-15 | 3 | -21/+61 |
|
|
* | * library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer | Kevin B Kenny | 2009-04-14 | 2 | -0/+7 |
|
|
* | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 4 | -51/+13 |
|
|
* | Clarify the rules for resolution of what forwarded methods forward to. | dkf | 2009-04-11 | 5 | -22/+146 |
|
|
* | D'oh | das | 2009-04-11 | 1 | -1/+1 |
|
|
* | fix warning | das | 2009-04-10 | 1 | -1/+3 |
|
|
* | Forgot to add changelog for http commit | patthoyts | 2009-04-10 | 1 | -0/+8 |
|
|
* | Remove unused variable (compiler warning) | dgp | 2009-04-10 | 1 | -2/+2 |
|
|
* | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros | das | 2009-04-10 | 3 | -67/+65 |
|
|
* | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. | das | 2009-04-10 | 2 | -3/+6 |
|
|
* | typo | das | 2009-04-10 | 1 | -2/+2 |
|
|
* | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 8 | -428/+1062 |
|
|
* | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if | das | 2009-04-10 | 3 | -6/+101 |
|
|
* | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace | das | 2009-04-10 | 2 | -8/+84 |
|
|
* | Improved HTTP/1.1 support and added specific HTTP/1.1 testing. | patthoyts | 2009-04-10 | 10 | -136/+997 |
|
|
* | Fix for immediate problem in [Bug 2089279]. | dkf | 2009-04-10 | 2 | -17/+23 |
|
|
* | Specific check for [Bug 26245326] | patthoyts | 2009-04-10 | 3 | -3/+34 |
|
|
* | Olson's tzdata2009e | Kevin B Kenny | 2009-04-09 | 13 | -483/+861 |
|
|
* | * library/http/http.tcl: Handle incomplete lines in the | dgp | 2009-04-09 | 2 | -2/+8 |
|
|
* | * library/platform/platform.tcl: Extended the darwin sections to | andreas_kupries | 2009-04-08 | 6 | -11/+59 |
|
|
* | * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to | dgp | 2009-04-08 | 5 | -17/+24 |
|
|