Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [3611974]: InitSubsystems multiple thread issue | jan.nijtmans | 2013-06-18 | 1 | -0/+4 |
|\ | |||||
| * | Fix [3611974]: InitSubsystems multiple thread issue | jan.nijtmans | 2013-06-18 | 1 | -0/+4 |
| | | |||||
* | | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - ↵ | jan.nijtmans | 2013-06-17 | 1 | -0/+5 |
|\ \ | |/ | | | | | \u001f | ||||
| * | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - ↵ | jan.nijtmans | 2013-06-17 | 1 | -0/+5 |
| | | | | | | | | \u001f | ||||
* | | [779d38b996]: Make the 'try' compiler handle -during right and compile some | dkf | 2013-06-09 | 1 | -0/+9 |
| | | | | | | more cases than it did before. | ||||
* | | [Bugs 2835313, 3614226]: Complete the construction of break/continue compilers | dkf | 2013-06-05 | 1 | -35/+41 |
| | | | | | | that get the stack cleanup right, even when there's expansion going on. | ||||
* | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -0/+6 |
| | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | fix for perf bug detected by Kieran ↵ | mig | 2013-06-03 | 1 | -0/+8 |
|\ \ | |/ | | | | | (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ) | ||||
| * | fix for perf bug detected by Kieran ↵ | mig | 2013-06-03 | 1 | -0/+8 |
| | | | | | | | | (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ) | ||||
* | | Merge back the improved [break] and [continue] compilation. | dkf | 2013-06-03 | 1 | -0/+9 |
| | | |||||
* | | Move changelog entry to correct date. | jan.nijtmans | 2013-05-28 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | jan.nijtmans | 2013-05-28 | 1 | -0/+7 |
| |\ | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
* | \ | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | oehhar | 2013-05-27 | 1 | -0/+7 |
|\ \ \ | | |/ | |/| | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
| * | | Add install references and changes entry | oehhar | 2013-05-08 | 1 | -1/+1 |
| | | | |||||
| * | | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : ↵ | oehhar | 2013-05-08 | 1 | -0/+7 |
| | | | | | | | | | | | | PreferredUILanguages" to honor installed language packs. msgcat now 1.5.2 | ||||
* | | | Removed const qualifier causing the HP native cc to error out (error 1675: ↵ | andreask | 2013-05-22 | 1 | -0/+5 |
| | | | | | | | | | | | | Duplicate type qualifier "const"). | ||||
* | | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 1 | -0/+6 |
|\ \ \ | | |/ | |/| | |||||
| * | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 1 | -0/+6 |
| | | | |||||
* | | | * doc/file.n: [Bug 3613671]: Added note to portability section on the | dkf | 2013-05-22 | 1 | -0/+5 |
| | | | | | | | | | fact that [file owned] does not produce useful results on Windows. | ||||
* | | | [3613567]: Corrected sense of test on results of access() in temp file creation. | dkf | 2013-05-20 | 1 | -0/+5 |
| | | | |||||
* | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | Pietro Cerutti | ||||
| * | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -0/+5 |
| |\ \ | | | | | | | | | | | | | Pietro Cerutti | ||||
| | * | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Pietro Cerutti. | ||||
* | | | | Split tclCompCmds.c into two roughly-equal-sized pieces. | dkf | 2013-05-18 | 1 | -2/+7 |
| | | | | |||||
* | | | | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵ | jan.nijtmans | 2013-05-17 | 1 | -3/+0 |
|\ \ \ \ | |/ / / | | | | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers. | ||||
| * | | | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵ | jan.nijtmans | 2013-05-17 | 1 | -3/+0 |
| |\ \ \ | | |/ / | | | | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers. | ||||
| | * | | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it ↵ | jan.nijtmans | 2013-05-17 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | works, it has the side-effect that tcl8?.dll depends on msvcrt.dll symbols which are only available in later versions of msvcrt.dll. This is undesired, it really should be fixed in the mingw headers. | ||||
* | | | | Add support for the latest mingw-4.0-rc1. See: ↵ | jan.nijtmans | 2013-05-16 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | | | | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS] | ||||
| * | | | Add support for the latest mingw-4.0-rc1. See: ↵ | jan.nijtmans | 2013-05-16 | 1 | -0/+8 |
| |\ \ \ | | |/ / | | | | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS] | ||||
| | * | | Add support for the latest mingw-4.0-rc1. See: ↵ | jan.nijtmans | 2013-05-16 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS] | ||||
* | | | | Upgrade to zlib 1.2.8 | jan.nijtmans | 2013-05-13 | 1 | -0/+4 |
| | | | | |||||
* | | | | Optimizations and general bytecode generation improvements. | dkf | 2013-05-10 | 1 | -0/+13 |
| |_|/ |/| | | |||||
* | | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+9 |
|\ \ \ | |/ / | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | ||||
| * | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+9 |
| |\ \ | | |/ | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | ||||
| | * | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -0/+9 |
| | | | | | | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | ||||
* | | | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE | andreask | 2013-04-30 | 1 | -1/+9 |
|\ \ \ | |/ / | | | | | | | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12. | ||||
| * | | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE | andreask | 2013-04-30 | 1 | -1/+9 |
| |\ \ | | |/ | | | | | | | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12. | ||||
| | * | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE | andreask | 2013-04-30 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | become too restrictive again. SuSe added a timestamp after the version. Loosened up a bit. Bumped package to version 1.0.12. | ||||
| | * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 1 | -0/+7 |
| | | | | | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) | ||||
* | | | Improve code generation for [array set] in a common case. | dkf | 2013-04-29 | 1 | -0/+5 |
| | | | |||||
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as ↵ | jan.nijtmans | 2013-04-23 | 1 | -12/+20 |
|\ \ \ | |/ / | | | | | | | | | | | | | macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication. Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG | ||||
| * | | Split ChangeLog in 3 parts, just as already done on trunk | jan.nijtmans | 2013-04-23 | 1 | -7900/+477 |
| | | | |||||
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as ↵ | jan.nijtmans | 2013-04-23 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | macros using Tcl_NewIntObj, Tcl_DbNewLongObj and Tcl_SetIntObj. Starting with Tcl 8.5, this is exactly the same, it only eliminates code duplication. | ||||
* | | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as ↵ | jan.nijtmans | 2013-04-19 | 1 | -0/+6 |
|\ \ \ | |/ / | | | | | | | (faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct | ||||
| * | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as ↵ | jan.nijtmans | 2013-04-19 | 1 | -0/+6 |
| |\ \ | | |/ | | | | | | | (faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct | ||||
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as ↵ | jan.nijtmans | 2013-04-19 | 1 | -0/+8 |
| | | | | | | | | | | | | (faster/stack-saving) macros around resp their Tcl_*Var*2 equivalent and Tcl_GetIndexFromObjStruct | ||||
* | | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵ | jan.nijtmans | 2013-04-12 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). | ||||
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵ | jan.nijtmans | 2013-04-12 | 1 | -0/+5 |
| |\ \ | | |/ | | | | | | | space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). | ||||
| | * | Allow URLs that don't have a path, but a query, e.g. ↵ | jan.nijtmans | 2013-04-09 | 1 | -0/+6 |
| | | | | | | | | | | | | http://example.com?foo=bar and bump http to 2.5.8. | ||||
* | | | 3610026 Stop crash when the number of "colors" in a regular expression | dgp | 2013-04-08 | 1 | -0/+8 |
|\ \ \ | |/ / | | | | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch. |