Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
36 check-ins using file unix/configure version c2de36296a
|
2013-03-12
| ||
| 08:26 | Patch by Andrew Shadura, providing better support for three architectures they have in Debian. (rege... check-in: 4826897f80 user: jan.nijtmans tags: core-8-4-branch | |
|
2013-03-08
| ||
| 21:12 | Some more ignore-glob settings for msvc, mac, hp .... check-in: 46c1b89e22 user: jan.nijtmans tags: core-8-4-branch | |
|
2013-03-06
| ||
| 21:51 | Cleaner error handling in fixempties(). check-in: ee7549bebd user: dgp tags: core-8-4-branch | |
| 19:25 | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 8293cc6b1f user: dgp tags: core-8-4-branch | |
| 19:12 | merge 8.4 Closed-Leaf check-in: ea4fdbc376 user: dgp tags: bug-3606683-84 | |
| 19:11 | Rework into Tcl 8.4 coding style (closer to original Spencer). check-in: 991d6f0796 user: dgp tags: bug-3606683-84 | |
| 18:00 | Indent reduction in fixempties(). check-in: 3b0c8c5763 user: dgp tags: bug-3606683-84 | |
| 16:57 | Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: 1b9ad2f445 user: dgp tags: bug-3606683-84 | |
| 16:07 | New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 9fe9aa7be3 user: dgp tags: bug-3606683-84 | |
| 12:08 | Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: 74e78f02d8 user: jan.nijtmans tags: core-8-4-branch | |
|
2013-03-05
| ||
| 19:39 | Remove TclInitCompilation() declaration that's never had a definition (14 years!). check-in: 543d9b10bd user: dgp tags: core-8-4-branch | |
| 14:38 | Contributed patch from Tom Lane <tgl@users.sf.net>. Merge conflicts due to different coding style a... check-in: 59666f739d user: dgp tags: bug-3606683-84 | |
|
2013-03-04
| ||
| 16:08 | merge core-8-4-branch check-in: 004c19de41 user: jan.nijtmans tags: bug-3562640 | |
| 15:38 | New scheme for keeping the per-process tcl_precision value in sync without the need for mutex locks ... check-in: 02ef6b18c8 user: dgp tags: core-8-4-branch | |
|
2013-02-27
| ||
| 15:15 | A bit more tidiness expressing the new test expression. check-in: 099cf26224 user: dgp tags: core-8-4-branch | |
| 15:03 | rejoin the branch check-in: 54451cd3a5 user: dgp tags: core-8-4-branch | |
| 14:59 | Convert test expression into less imposing form. check-in: 05c7d59075 user: dgp tags: core-8-4-branch | |
| 13:09 | Wrap test-case over multiple lines. Closed-Leaf check-in: bed72ba8e6 user: jan.nijtmans tags: off-8.4-branch | |
| 08:02 | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the ... check-in: bb1ca6484d user: jan.nijtmans tags: core-8-4-branch | |
|
2013-02-26
| ||
| 17:15 | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. Remove from tclIO.h. check-in: b8a10548fd user: dgp tags: core-8-4-branch | |
| 16:38 | struct NextChannelHandler used only locally. Remove from tclIO.h. check-in: f04cd919ee user: dgp tags: core-8-4-branch | |
|
2013-02-25
| ||
| 18:05 | Repair linked list management in Tcl_DeleteCloseHandler(). CloseCallback struct is used only locall... check-in: 5a27ca7124 user: dgp tags: core-8-4-branch | |
|
2013-02-22
| ||
| 18:24 | Use iPtr field instead of source field to mark a CompileEnv as uninitialized. envPtr->source == NULL... check-in: 5c01d3bd75 user: dgp tags: core-8-4-branch | |
| 17:38 | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. Stop crashes when the hookP... check-in: 4b47ba25b7 user: dgp tags: core-8-4-branch | |
|
2013-02-21
| ||
| 21:14 | Protect against multiple uses of a CompileEnv with only one initialization. Make TclFreeCompileEnv s... Closed-Leaf check-in: a9d0d6fd73 user: dgp tags: aku-review | |
| 03:04 | 3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: 5c65fe2f73 user: dgp tags: core-8-4-branch | |
| 02:54 | added test Closed-Leaf check-in: f2686601aa user: dgp tags: bug-3605447 | |
| 02:15 | The flag TCL_LEAVE_ERR_MSG has no effect on the routine TclGetNamespaceForQualName() so for goodness... check-in: fb2bb186d4 user: dgp tags: bug-3605447 | |
|
2013-02-20
| ||
| 20:16 | refinement check-in: bc6d15d10d user: dgp tags: bug-3605447 | |
| 19:18 | 36054447 Convert [namespace export -clear] interface to something less stupid. Test suite does not d... check-in: 8004675d9c user: dgp tags: bug-3605447 | |
|
2013-02-19
| ||
| 09:50 | Add test-case for Bug #2438181 (which passes in Tcl 8.4 but fails in 8.5/8.6). Provided by Poor Yori... check-in: 379ab728ba user: jan.nijtmans tags: core-8-4-branch | |
|
2013-02-15
| ||
| 15:15 | revise test numbering for forward merging check-in: a6cdf3f176 user: dgp tags: core-8-4-branch | |
| 14:30 | 3604074 Fix regexp optimization to stop hanging on the expression ((((((((a)*)*)*)*)*)*)*)* . Thank... check-in: d5b77dd8bb user: dgp tags: core-8-4-branch | |
|
2013-02-14
| ||
| 21:04 | New branch bug-3604074 with improved patch to correct fixempties() failure to converge. Closed-Leaf check-in: a7c9ab2122 user: dgp tags: bug-3604074 | |
| 06:23 | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin shell. check-in: dc4021475e user: jan.nijtmans tags: core-8-4-branch | |
|
2013-02-12
| ||
| 23:13 | Backport various improvements from Tcl 8.5 check-in: 35e9430673 user: jan.nijtmans tags: core-8-4-branch | |