Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge core-8-5-branch.better_deprecation_85 | jan.nijtmans | 2012-12-07 | 3 | -4/+4 | |
|\ | | | | | eliminate more deprecated calls | |||||
| * | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -6/+5 | |
| |\ | | | | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | |||||
| | * | do some Tcl_EvalEx, for test-purposes, demonstrating a crashnovem_support | jan.nijtmans | 2012-12-05 | 1 | -2/+1 | |
| | | | ||||||
| | * | use Tcl_PkgProvideEx everywhere (again, for testing purposes) | jan.nijtmans | 2012-12-05 | 5 | -8/+8 | |
| | | | ||||||
| | * | merge trunk | jan.nijtmans | 2012-12-05 | 8 | -19/+10 | |
| | |\ | | | | | | | | | Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes. | |||||
| | | * | Disable the legacy configuration setting from $::argv only when a setting call | dgp | 2012-12-03 | 1 | -2/+2 | |
| | | |\ | | |_|/ | |/| | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5. | |||||
| | | * | Tcl headers already protect from EXTERN defines | dgp | 2012-12-03 | 1 | -9/+0 | |
| | | |\ | | |/ / | ||||||
| | * | | Factor out creation of the -sockname and -peername lists from | max | 2012-11-26 | 1 | -48/+70 | |
| | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -7/+4 | |
| | | | | ||||||
| | * | | 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 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | 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 | |||||
| | * | | | | 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... | |||||
| | | * | | | | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integer | dkf | 2012-07-31 | 1 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | | objects. | |||||
| | | * | | | | sync with TEA, fix some comments | jan.nijtmans | 2012-07-25 | 2 | -8/+8 | |
| | | | | | | | ||||||
| | | | | | | | ||||||
| | | | \ \ \ | ||||||
| | | *-. \ \ \ | 3544642 Be kind to BSDers day. Purge gmake-ism. | dgp | 2012-07-19 | 1 | -8/+6 | |
| | | |\ \ \ \ \ | ||||||
| | * | | | | | | | Update TclOO package to 0.7, correct copyright dates. | dkf | 2012-07-12 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Release candidate branch for Tcl 8.6b3. | dgp | 2012-07-11 | 3 | -3/+3 | |
| | |/ / / / / / |