Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that works better on some Darwin. | |||||
* | | | | | | | | | | | | | | | | revert [f3509c3d35]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | revert [273bbe926d]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Proposed solution for Bug 3598300 on MacOSXbug_3598300 | jan.nijtmans | 2013-01-18 | 2 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | ... and fix cygwin build | jan.nijtmans | 2013-01-18 | 2 | -21/+19 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 4 | -3/+4 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | |||||
* | | | | | | | | | | | merge trunk | jan.nijtmans | 2013-01-14 | 3 | -6/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | remove some EXTERN and CONST usages in tclUnixPort.h | |||||
| * | | | | | | | | | | [Bug 3599395]: http assumes status line is a proper tcl list. | jan.nijtmans | 2013-01-09 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Bump http package to 2.7.11. | |||||
| * | | | | | | | | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ |/ / / / / / / / / / | | _ / / / / / / / | | / / / / / / / | Marked some string subcommands as obsolete, following discussion on tcl-core. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. | |||||
| * | | | | | | | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well | jan.nijtmans | 2013-01-02 | 1 | -0/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Make pkgb.so loadable in Tcl 8.4 as well. | jan.nijtmans | 2012-12-21 | 1 | -6/+12 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | | | Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline. | |||||
| * | | | | | | | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks ↵ | jan.nijtmans | 2012-12-21 | 1 | -35/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline. | |||||
* | | | | | | | | 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 | |
| |\ \ \ \ \ \ | | |/ / / / / |