Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (proposal) msgcat with dynamic mc file load on locale change | oehhar | 2012-09-19 | 3 | -110/+623 |
| | |||||
* | TIP#399 implementation: mcconfig may add additional glob pattern for mcload | oehhar | 2012-09-19 | 6 | -19/+69 |
| | |||||
* | Let "nmakehlp -V" start searching digits after the found match (suggested by ↵ | jan.nijtmans | 2012-09-19 | 2 | -5/+8 |
| | | | | Harald Oehlmann) | ||||
* | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP ↵ | jan.nijtmans | 2012-09-19 | 2 | -5/+14 |
| | | | | 330 and 336). | ||||
* | merge release branch | dgp | 2012-09-18 | 26 | -45/+125 |
|\ | |||||
| * | Tag Tcl 8.6b3 for release.core_8_6_b3core_8_6_b3_rc | dgp | 2012-09-17 | 1 | -0/+2 |
| | | |||||
| * | merge trunk | dgp | 2012-09-17 | 3 | -3/+14 |
| |\ | |/ |/| | |||||
* | | eliminate compiler warning in previous commit | jan.nijtmans | 2012-09-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | eliminate compiler warning in previous commit | jan.nijtmans | 2012-09-17 | 1 | -1/+1 |
| | | | |||||
| * | | Nicer style test. | stwo | 2012-09-16 | 1 | -2/+2 |
| | | | |||||
| * | | 3564735 Protect against mem corruption when var resolvers misbehave. | dgp | 2012-09-11 | 1 | -2/+6 |
| |\ \ | |||||
| | * | | 3564735 Protection against namespace var resolvers that unexpectedly returnbug_3564735 | dgp | 2012-09-06 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | a pointer to Var while Tcl expects pointer to VarInHash. This may not be the total solution to Bug 3564735 (Itcl may be misbehaving), but this will prevent memory corruption. | ||||
| * | | | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ | ferrieux | 2012-09-07 | 3 | -0/+11 |
| |/ / | | | | | | | | | | [2417695] | ||||
* | | | Nicer style test. | stwo | 2012-09-16 | 1 | -2/+2 |
| | | | |||||
* | | | Mistaken cleanup command. | dgp | 2012-09-14 | 1 | -1/+0 |
| | | | |||||
* | | | Missing test cleanup. | dgp | 2012-09-14 | 1 | -0/+12 |
| | | | |||||
| | * | 3555001 Safer stale config fix. | dgp | 2012-09-14 | 2 | -2/+8 |
| | |\ | |||||
| | | * | 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 |
| | | | |||||
| | * | First draft of tcl/pkgs/README bundling instructions. | dgp | 2012-09-13 | 1 | -1/+57 |
| | | | |||||
| | * | Revert committed debugging configuration. | dgp | 2012-09-13 | 1 | -1/+1 |
| | | | |||||
| | * | merge trunk | dgp | 2012-09-13 | 1 | -0/+7 |
| | |\ | |_|/ |/| | | |||||
* | | | Fix msgcat-0.7 when running tests outside of the build tree (part of Bug ↵ | jan.nijtmans | 2012-09-13 | 1 | -0/+7 |
| | | | | | | | | | | | | #3549770) | ||||
| | * | merge trunk | dgp | 2012-09-13 | 2 | -4/+4 |
| | |\ | |_|/ |/| | | |||||
* | | | 3566106 Solaris9/x86 support. Thanks Dagobert and others. | dgp | 2012-09-13 | 1 | -2/+2 |
| | | | |||||
* | | | 3549770 fix filesystem-7.1.x tests: loaddll constraint setup and path for ↵ | twylite | 2012-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | filesystem-7.1.1 | ||||
| | * | merge trunk | dgp | 2012-09-12 | 8 | -17/+170 |
| | |\ | |_|/ |/| | | |||||
* | | | finish the TIP 404 implementation. | dgp | 2012-09-12 | 4 | -9/+12 |
| | | | |||||
* | | | tip#404 file locale mcset: mc(fl)(m)set | oehhar | 2012-09-12 | 5 | -11/+161 |
|\ \ \ | |||||
| * | | | ChangeLog entry addedtip_404 | oehhar | 2012-09-07 | 1 | -1/+9 |
| | | | | |||||
| * | | | Reentrant mcfl(m)set command, test, document mcflset as recommended for ↵ | oehhar | 2012-09-07 | 3 | -12/+56 |
| | | | | | | | | | | | | | | | | message files | ||||
| * | | | Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with some | dkf | 2012-08-27 | 3 | -5/+103 |
| | | | | | | | | | | | | added documentation. No tests for new functionality yet. | ||||
| | | * | merge trunk | dgp | 2012-09-12 | 1 | -2/+6 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | 3564735 Protect against mem corruption when var resolvers misbehave. | dgp | 2012-09-11 | 1 | -2/+6 |
| | | | | |||||
| | | * | merge trunk | dgp | 2012-09-11 | 2 | -9/+1 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | fix running package-tests on Windows, correct TCLSH_PROG in this case | jan.nijtmans | 2012-09-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | removed leftover from failed attempt to unify stub tables. | jan.nijtmans | 2012-09-07 | 1 | -8/+0 |
| | | | | |||||
| | | * | correct font issues in define.n | dgp | 2012-09-07 | 3 | -8/+22 |
| | | |\ | |_|_|/ |/| | | | | | | | silence thread.test warning messages Automake updates | ||||
| | | * | merge trunk | dgp | 2012-09-06 | 3 | -5/+11 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Minor clarification of description; all traces use a command prefix for ↵ | dkf | 2012-09-05 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | | | | | their callbacks. | ||||
| * | | | Minor clarification of description; all traces use a command prefix for their | dkf | 2012-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | callbacks. | ||||
* | | | | ...and the date too. | dgp | 2012-08-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Update changes for 8.6b3 | dgp | 2012-08-30 | 1 | -2/+8 |
| |/ / |/| | | |||||
| | * | 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-27 | 4 | -14/+29 |
| | |\ | |_|/ |/| | | |||||
* | | | minor: tidy up formatting | dkf | 2012-08-26 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | minor: tidy up formatting | dkf | 2012-08-25 | 1 | -66/+71 |
| | | | |||||
* | | | [Bug 3561330]: Use the correct full name of March in Ukrainian. | dkf | 2012-08-25 | 2 | -1/+6 |
|\ \ \ | |/ / |