| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet... | jan.nijtmans | 2013-05-19 | 1 | -0/+5 |
|
|
* | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ... | jan.nijtmans | 2013-05-17 | 1 | -3/+0 |
|
|
* | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+8 |
|
|
* | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+9 |
|
|
* | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE | andreask | 2013-04-30 | 1 | -0/+8 |
|
|
* | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 1 | -0/+7 |
|
|
* | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+8 |
|
|
* | Allow URLs that don't have a path, but a query, e.g. http://example.com?foo=b... | jan.nijtmans | 2013-04-09 | 1 | -0/+6 |
|
|
* | 3610026 Stop crash when the number of "colors" in a regular expression | dgp | 2013-04-08 | 1 | -0/+8 |
|
|
* | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -0/+4 |
|
|
* | [Bug 2893771]: file stat fails on locked files on win32. | jan.nijtmans | 2013-03-19 | 1 | -0/+5 |
|
|
* | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. | dkf | 2013-03-18 | 1 | -0/+5 |
|
|
* | Regenerate configure with autoconf-2.13. Mostly repairs line numbers. | dgp | 2013-03-12 | 1 | -1/+1 |
|
|
* | Patch by Andrew Shadura, providing better support for three architectures the... | jan.nijtmans | 2013-03-12 | 1 | -0/+5 |
|
|
* | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) | dgp | 2013-03-06 | 1 | -0/+7 |
|
|
* | New scheme for keeping the per-process tcl_precision value in sync without | dgp | 2013-03-04 | 1 | -0/+11 |
|
|
* | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+6 |
|
|
* | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. | dgp | 2013-02-22 | 1 | -0/+6 |
|
|
* | 3605447 Make sure the -clear option to [namespace export] always clears, | dgp | 2013-02-21 | 1 | -0/+6 |
|
|
* | 3604074 Fix regexp optimization to stop hanging on the expression | dgp | 2013-02-15 | 1 | -0/+6 |
|
|
* | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to | dgp | 2013-02-05 | 1 | -0/+6 |
|
|
* | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -0/+8 |
|
|
* | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+5 |
|
|
* | and changelog | jan.nijtmans | 2013-01-16 | 1 | -0/+8 |
|
|
* | [Bug 3092089]: [file normalize] can remove path components. | jan.nijtmans | 2013-01-08 | 1 | -0/+6 |
|\ |
|
| * | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc... | mig | 2013-01-02 | 1 | -0/+7 |
|
|
| * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+6 |
| |\ |
|
| * \ | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early | jan.nijtmans | 2012-12-27 | 1 | -0/+5 |
| |\ \ |
|
| * \ \ | Make pkgb.so loadable in Tcl 8.4 as well. | jan.nijtmans | 2012-12-21 | 1 | -0/+6 |
| |\ \ \ |
|
| * \ \ \ | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -0/+5 |
| |\ \ \ \ |
|
| * \ \ \ \ | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -0/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | [3590483]: Some compilers cannot initialize with complex non-constants. | dkf | 2012-11-28 | 1 | -1/+7 |
|
|
| | * | | | | | Factor out creation of the -sockname and -peername lists from | max | 2012-11-26 | 1 | -0/+8 |
|
|
| | * | | | | | [Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes | dkf | 2012-11-20 | 1 | -0/+6 |
|
|
| | * | | | | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed | dkf | 2012-11-19 | 1 | -0/+6 |
|
|
| | * | | | | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy | jan.nijtmans | 2012-11-15 | 1 | -0/+14 |
| | |\ \ \ \ \ |
|
| | * | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 1 | -0/+9 |
| | |/ / / / / |
|
| | * | | | | | also search for the library directory (init.tcl, encodings, etc) relative to ... | Joe Mistachkin | 2012-11-13 | 1 | -0/+6 |
| | |\ \ \ \ \ |
|
| | * | | | | | | added forgotten Changelog entry | mig | 2012-11-10 | 1 | -0/+6 |
|
|
| | * | | | | | | Import tzdata2012i | Kevin B Kenny | 2012-11-07 | 1 | -0/+14 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | [Bug 3581754]: Ensure that http -command callbacks are done at most once. | dkf | 2012-11-06 | 1 | -0/+9 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Added bytecode compilation of many Tcl commands, merged from development branch. | dkf | 2012-11-05 | 1 | -0/+24 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | TIP #413 | jan.nijtmans | 2012-11-05 | 1 | -0/+15 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 1 | -0/+8 |
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -1/+6 |
| | |/ / / / / / / / |
|
| | * | | | | | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ... | jan.nijtmans | 2012-10-23 | 1 | -0/+8 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels | mig | 2012-10-18 | 1 | -0/+6 |
|
|
| | * | | | | | | | | | Implementation of TIP #405. | dkf | 2012-10-16 | 1 | -0/+15 |
|
|
| | * | | | | | | | | | Implementation of TIP #400. | dkf | 2012-10-16 | 1 | -27/+40 |
|
|
| | * | | | | | | | | | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ... | jan.nijtmans | 2012-10-14 | 1 | -0/+6 |
| | |\ \ \ \ \ \ \ \ \ |
|