Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor out creation of the -sockname and -peername lists from | max | 2012-11-26 | 2 | -48/+78 |
| | | | | | TcpGetOptionProc() to TcpHostPortList(). Make it robust against implementations of getnameinfo() that error out if reverse mapping fails instead of falling back to the numeric representation. | ||||
* | doc formatting goofs | dgp | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|\ | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/] | ||||
| * | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
| |\ | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/] | ||||
| | * | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
| | | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/] | ||||
* | | | [Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes | dkf | 2012-11-20 | 3 | -27/+96 |
|\ \ \ | |||||
| * | | | very minor style tweaksbug_3033307 | dkf | 2012-11-20 | 1 | -6/+9 |
| | | | | |||||
| * | | | merge trunk | dkf | 2012-11-19 | 20 | -66/+106 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed | dkf | 2012-11-19 | 4 | -7/+30 |
| | | | | | | | | | | | | compiled [string range]. Thanks to Emiliano Gavilan for diagnosis and fix. | ||||
* | | | | 3587651 Fix [info functions] and Tcl_ListMathFuncs(). | dgp | 2012-11-16 | 3 | -39/+59 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions] | dgp | 2012-11-16 | 1 | -31/+18 |
| | | | | |||||
| * | | | 3587651 fix [info functions] (Re-implementation in Tcl) | dgp | 2012-11-16 | 2 | -8/+41 |
| | | | | |||||
* | | | | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 3 | -10/+7 |
| | | | | |||||
* | | | | Doc fix in TCL_MEM_DEBUG.3 | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Doc fix in TCL_MEM_DEBUG.3 | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix msgcat.test (in case a higher msgcat version is encountered, which is ↵ | jan.nijtmans | 2012-11-16 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | not included with Tcl 8.4) <p>Doc fix in TCL_MEM_DEBUG.3 | ||||
| | * | | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 55 | -2933/+64 |
| | | | | | | | | | | | | | | | | systems. | ||||
* | | | | Let all test-cases which require Thread, at least require Thread 2.7 | jan.nijtmans | 2012-11-16 | 8 | -8/+8 |
| | | | | |||||
* | | | | Don't use deprecated function | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
| | | | | |||||
| | | * | Contributed patch from Andy Goth. | dgp | 2012-11-15 | 2 | -26/+86 |
| |_|/ |/| | | |||||
* | | | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵ | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | macosx-specific entries, no section at all is created | ||||
| * | | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵ | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | macosx-specific entries, no section at all is created | ||||
| | * | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵ | jan.nijtmans | 2012-11-15 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | macosx-specific entries, no section at all is created <p>revert previous workaround in tclInt.decls | ||||
| | * | add missing macosx sections | jan.nijtmans | 2012-11-15 | 3 | -1/+198 |
| | | | |||||
| * | | merge-mark | jan.nijtmans | 2012-11-15 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Fix 2 failing tests on Windows 7. Fix backported from Tcl 8.6 | jan.nijtmans | 2012-11-15 | 1 | -29/+35 |
| | | | |||||
| * | | merge-mark | jan.nijtmans | 2012-11-15 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 7 | -595/+253 |
| | | | | | | | | | | | | <p>backport genStubs::forAllStubs function, to generate dummy entries for some MAC_TCL entries <p>re-generate all tcl*Decls.h files. | ||||
| | * | Remove all the long dead mac/* files (for Mac OS9 !?!). | dgp | 2012-11-15 | 56 | -28987/+0 |
| | | | |||||
| | * | 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block. | dgp | 2012-11-14 | 1 | -0/+1 |
| | | | |||||
| | * | Fix botched patch | dkf | 2012-11-14 | 1 | -2/+13 |
| | | | |||||
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 8 | -11/+15 |
| | | | |||||
* | | | unbreak trunk; fix some warnings | dkf | 2012-11-15 | 1 | -1/+2 |
| | | | |||||
* | | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy | jan.nijtmans | 2012-11-15 | 8 | -31/+124 |
|\ \ \ | |||||
| * \ \ | merge trunkfrq_3579001 | jan.nijtmans | 2012-11-14 | 3 | -5/+148 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk. | jan.nijtmans | 2012-11-12 | 2 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | <p>doc fix | ||||
| * \ \ \ \ | merge trunk | jan.nijtmans | 2012-11-12 | 3 | -2/+8 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge trunk | jan.nijtmans | 2012-11-09 | 67 | -3468/+1392 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2012-11-07 | 6 | -70/+70 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 6 | -8/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | ||||
| * | | | | | | | | merge trunk | dkf | 2012-11-06 | 32 | -464/+2912 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 6 | -30/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <p>start at documentation | ||||
| * | | | | | | | | | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 4 | -28/+80 |
| | | | | | | | | | | |||||
* | | | | | | | | | | merge mark | dkf | 2012-11-14 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding | dkf | 2012-11-14 | 2 | -2/+59 |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | ||||
| | * | | | | | | | | Backport from Tcl 8.6. | dkf | 2012-11-14 | 2 | -2/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | ||||
* | | | | | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 6 | -49/+87 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | ||||
* | | | | | | | | | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | Workaround for mingw versions which don't provide _fpcontrol in float.h | jan.nijtmans | 2012-11-14 | 1 | -0/+8 |
| | | | | | | | | |