Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Bad idea)tcl_nosize | jan.nijtmans | 2012-11-19 | 1 | -1/+9 |
|\ | |||||
| * | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values | jan.nijtmans | 2012-11-19 | 1 | -1/+9 |
| | | |||||
* | | Better programming practice, no literal '-1' in source code. Might even be ↵ | jan.nijtmans | 2012-11-18 | 11 | -63/+63 |
|/ | | | | | | | useful for 64bit-sizes branch <p>add TCL_NOSIZE as internal defined for -1, and use it in a lot of places Ass this function argument should be size_t, not ssize_t (still to be TIPped), something like this will be needed anyway. | ||||
* | eliminate CONST/CONST84/CONST86 | jan.nijtmans | 2012-11-16 | 1 | -7/+4 |
|\ | |||||
| * | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -7/+4 |
| | | |||||
* | | Kill Octal; bump to 9.0a0; make test suite work again. | dgp | 2012-11-15 | 3 | -19/+19 |
|/ | |||||
* | 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 | 2 | -17/+40 |
|\ | |||||
| * | merge trunk. | jan.nijtmans | 2012-11-12 | 1 | -1/+1 |
| |\ | | | | | | | <p>doc fix | ||||
| * \ | merge trunk | jan.nijtmans | 2012-11-09 | 2 | -5/+3 |
| |\ \ | |||||
| * | | | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | ||||
| * | | | merge trunk | dkf | 2012-11-06 | 1 | -2/+2 |
| |\ \ \ | |||||
| * | | | | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | <p>start at documentation | ||||
| * | | | | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 2 | -16/+39 |
| | | | | | |||||
* | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 2 | -41/+56 |
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 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). | ||||
* | | | | style fix | jan.nijtmans | 2012-11-12 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the ↵ | jan.nijtmans | 2012-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | only way to access TclOO, so it is implied. | ||||
* | | | Remove files and references for long outdated Wise Installer. | dgp | 2012-11-07 | 1 | -4/+2 |
| |/ |/| | |||||
* | | Complete bump to http 2.8.5 | dgp | 2012-11-06 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | complete bump to http 2.7.10 | dgp | 2012-11-06 | 1 | -2/+2 |
| | | |||||
* | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵ | jan.nijtmans | 2012-10-23 | 5 | -9/+16 |
|\ \ | |/ | | | | | these flags are available through the whole filesystem for (future) internal use | ||||
| * | Correct build version and backported 973091ef75tip404_tcl8_5 | oehhar | 2012-09-17 | 1 | -2/+2 |
| | | |||||
| * | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ | ferrieux | 2012-09-07 | 1 | -0/+6 |
| | | | | | | | | [2417695] | ||||
| * | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 1 | -6/+10 |
| | | | | | | | | warnings. | ||||
| * | Installer improvements, like [226a993973]. | stwo | 2012-08-07 | 4 | -131/+526 |
| | | |||||
| * | merge 8.5 | dgp | 2012-07-17 | 1 | -54/+216 |
| |\ | |||||
| * \ | merge 8.5 | dgp | 2012-07-16 | 1 | -5/+5 |
| |\ \ | |||||
| * | | | Release candidate branch for Tcl 8.5.12. | dgp | 2012-07-10 | 4 | -8/+11 |
| | | | | |||||
* | | | | Safer stale config fix for review.bug_3555001 | dgp | 2012-09-13 | 2 | -2/+8 |
| | | | | |||||
* | | | | merge trunk | dgp | 2012-09-13 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | autoconf-2.59 | dgp | 2012-09-13 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2012-09-13 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | 3566106 Solaris9/x86 support. Thanks Dagobert and others. | dgp | 2012-09-13 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2012-09-12 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | finish the TIP 404 implementation. | dgp | 2012-09-12 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | correct font issues in define.n | dgp | 2012-09-07 | 1 | -6/+20 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | silence thread.test warning messages Automake updates | ||||
* | | | | | merge trunk | dgp | 2012-08-28 | 1 | -1/+7 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the ↵ | andreask | 2012-08-27 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | code which wasn't prepared to deal with that. | ||||
* | | | | | merge trunk | dgp | 2012-08-20 | 1 | -7/+11 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵ | stwo | 2012-08-13 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | warnings. | ||||
| * | | | | Change one '#ifdef' to '#if defined()' for improved consistency within the file. | stwo | 2012-08-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2012-08-08 | 16 | -537/+491 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 4 | -115/+142 |
| | | | | | | | | | | | | | | | | | | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.) | ||||
| * | | | | A little more installer consistency tweaking. | stwo | 2012-08-07 | 2 | -5/+5 |
| | | | | | |||||
| * | | | | No need for install-sh to be executable. | stwo | 2012-08-07 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Installer consistency tweaks. | stwo | 2012-08-06 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 5 | -180/+199 |
| | | | | | |||||
| * | | | | Unbreak. | stwo | 2012-08-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | more result generation conversion | dkf | 2012-08-04 | 4 | -29/+31 |
| | | | | | |||||
| * | | | | Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That's | dkf | 2012-08-04 | 1 | -174/+78 |
| | | | | | | | | | | | | | | | | | | | | now everyone we care to support, given that the version after is now not supported by Apple... |