Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
124 check-ins using file win/Makefile.in version 48df1e4316
|
2010-02-13
| ||
| 13:33 | Add .lib, .exp and .res to .cvsignore check-in: ca9903c7d8 user: nijtmans tags: trunk | |
| 13:31 | use -pipe for gcc on win32 (mingw/cygwin) check-in: 9548ade90f user: nijtmans tags: trunk | |
|
2010-02-12
| ||
| 03:21 | add tests for explicit backslash zero as argument to list command check-in: 0f7125b8b7 user: mdejong tags: trunk | |
|
2010-02-11
| ||
| 15:21 | Correct date check-in: ceb8e2ae70 user: dkf tags: trunk | |
| 15:20 | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 9f72b0493b user: dkf tags: trunk | |
| 11:14 | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines check-in: 2a54ee5bde user: dkf tags: trunk | |
| 09:00 | [Bug 2949397]: Prevent destructors from running on the two core class objects when the whole interpr... check-in: ed48aba1da user: dkf tags: trunk | |
|
2010-02-10
| ||
| 23:28 | Two more hash-iteration-order assumptions bite the dust check-in: c93663dc53 user: dkf tags: trunk | |
| 23:24 | Remove assumption of ordered results from [info procs] check-in: 6bfa8a0a39 user: dkf tags: trunk | |
| 23:17 | More zlib documentation improvements. check-in: d016050a8c user: dkf tags: trunk | |
| 16:29 | Forgot the magic bias values. FNV is wildly magical... check-in: 5ba97c097d user: dkf tags: trunk | |
| 16:12 | Improvements to zlib documentation (and formatting of it). check-in: a705209b99 user: dkf tags: trunk | |
|
2010-02-09
| ||
| 22:39 | Minor corrections as recommended by Joe English. check-in: 7173a0a307 user: dkf tags: trunk | |
| 22:27 | Corrected case of trap pattern check-in: 6deccb969e user: dkf tags: trunk | |
| 22:20 | Small cleanups of formatting issues check-in: bdaa6f380a user: dkf tags: trunk | |
| 20:51 | Compilation of [try] now enabled! check-in: f2617b69aa user: dkf tags: trunk | |
| 14:08 | Get the inequality right check-in: 76f159362c user: ferrieux tags: trunk | |
| 14:05 | remove dependency on 8.5+ idiom "in" in expressions check-in: 65b672a467 user: ferrieux tags: trunk | |
|
2010-02-08
| ||
| 13:21 | [Bug 2947783]: Ensure that result is an unshared object before appending to it. check-in: 98913ba9aa user: dkf tags: trunk | |
|
2010-02-07
| ||
| 09:10 | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally faster and gives a bit b... check-in: 24fe1de120 user: dkf tags: trunk | |
| 08:03 | Fix tests with known dependencies on hash iteration order. check-in: 6df1a049cd user: dkf tags: trunk | |
|
2010-02-05
| ||
| 22:39 | Added basic compilation of [error] (the most common case only). check-in: d3fc864505 user: dkf tags: trunk | |
| 20:53 | Follow-up to earlier commit today: Eliminate the need for an extra Stubs Pointer for adressing a sta... check-in: b809fb2cbc user: nijtmans tags: trunk | |
| 14:33 | More consistency in errorcode generation. check-in: 1dc360a107 user: dkf tags: trunk | |
| 13:41 | NRE-enabled destructors! Also more generation of errorcodes. check-in: 3d92d332fd user: dkf tags: trunk | |
| 11:47 | Use 'const' more often for pointers to read-only structures. check-in: f80600cbf2 user: dkf tags: trunk | |
| 10:03 | Follow-up to [2010-01-29] commit: prevent space within stub table function parameters if the paramet... check-in: 98e1b94811 user: nijtmans tags: trunk | |
|
2010-02-04
| ||
| 14:56 | Use the object RE interface for faster matching in [array names -regexp]. check-in: 71270e9141 user: dkf tags: trunk | |
| 13:49 | minor maintenance check-in: 46d3dc6474 user: dkf tags: trunk | |
| 13:46 | Make [array get] work again with a trivial pattern. check-in: 28cd675ef6 user: dkf tags: trunk | |
| 10:53 | Minor updates: more errorcodes, less C stack levels for old APIs check-in: d91c86d0da user: dkf tags: trunk | |
|
2010-02-03
| ||
| 13:26 | More corrections to the [array unset] command. check-in: d617577cc4 user: dkf tags: trunk | |
|
2010-02-02
| ||
| 16:12 | Turned the [array] command into a true ensemble. Test changes indicate some alteration to error mess... check-in: dfb143ff5e user: dkf tags: trunk | |
| 09:51 | Chisel away at reducing the cost of recent changes. check-in: 876d72038d user: dkf tags: trunk | |
| 09:13 | [Bug 2944404] Be careful in case an object deletes itself in its destructor. check-in: e4e7bef93e user: dkf tags: trunk | |
| 00:29 | Switch to using the new faster var-ref internal API inside [array unset] when it makes sense. check-in: 8c7a10ac02 user: dkf tags: trunk | |
| 00:11 | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: bf4311a2b0 user: dkf tags: trunk | |
|
2010-02-01
| ||
| 11:45 | Reduce obscurity of function names. Do a little recursion unrolling. check-in: d11c7a78b9 user: dkf tags: trunk | |
| 10:32 | Use attemptckalloc instead of ckalloc; RE engine knows how to deal with failure check-in: 6141987196 user: dkf tags: trunk | |
| 00:27 | [Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 2fa3db5b91 user: dkf tags: trunk | |
|
2010-01-31
| ||
| 22:33 | One more function that needs the LVT index passing into it now. check-in: 04cf166fd2 user: dkf tags: trunk | |
| 22:25 | Unbreak the build check-in: 596b2d209c user: dkf tags: trunk | |
|
2010-01-30
| ||
| 16:33 | Make the [unset] command be bytecode compiled. check-in: 211541cc9e user: dkf tags: trunk | |
|
2010-01-29
| ||
| 19:30 | Reverted Tcl_ThreadDataKey type change, see Bug #2942081 Changed some Tcl_CallFrame fields from "cha... check-in: 347767151a user: nijtmans tags: trunk | |
| 16:17 | - genStubs.tcl: No longer generate a space after "*" and immediately after a function name, so the... check-in: 9292490135 user: nijtmans tags: trunk | |
|
2010-01-28
| ||
| 13:57 | Make things compile... D'oh! check-in: b6675927c4 user: dkf tags: trunk | |
| 10:25 | Improvements to destructor handling. Stop crashes from odd destruction routes. check-in: ca70f094be user: dkf tags: trunk | |
|
2010-01-25
| ||
| 20:26 | Remove double includes (which causes a warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore... check-in: 40cecbbc4f user: nijtmans tags: trunk | |
|
2010-01-22
| ||
| 23:38 | [Bug 1970629]: Define a bit better what the current namespace of a procedure is check-in: d3dfd02410 user: dkf tags: trunk | |
| 13:05 | Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 73e5d1067b user: nijtmans tags: trunk | |
| 13:02 | Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 835f8e1e9d user: nijtmans tags: trunk | |
| 10:22 | Improve error code generation from some of the tailcall-related bits of TEBC. check-in: bb30ffa43f user: dkf tags: trunk | |
|
2010-01-21
| ||
| 17:23 | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage * generic/tclExecute.c: [Bug 2910748... check-in: a9ed587eec user: msofer tags: trunk | |
|
2010-01-20
| ||
| 13:42 | Use a consistent indentation of 4 for code examples. check-in: e2e171f334 user: dkf tags: trunk | |
| 13:40 | Split up and extended the examples for more clarity check-in: 8b68e73528 user: dkf tags: trunk | |
| 09:41 | Document that [tailcall] doesn't work inside [catch] check-in: 554072789f user: dkf tags: trunk | |
|
2010-01-19
| ||
| 09:48 | [Bug 2929546]: Improve the dict documentation. check-in: b2cfd8b076 user: dkf tags: trunk | |
|
2010-01-18
| ||
| 22:19 | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: 1d91b69bab user: andreas_kupries tags: trunk | |
| 09:49 | Ensure that objects are released in all cases (hard to test this particular one without a very large... check-in: f225aaa526 user: dkf tags: trunk | |
| 09:31 | [Bug 2932421]: Make [format] less likely to smash intreps. check-in: d9c0ca8b37 user: dkf tags: trunk | |
|
2010-01-14
| ||
| 18:43 | Yet another exclusion check-in: ef8ae9090b user: dkf tags: trunk | |
| 18:23 | Another link suppression check-in: 63fd3bb0cb user: dkf tags: trunk | |
| 18:13 | Stop breaking of highlightable over a line for ease of scraping check-in: 23f8005029 user: dkf tags: trunk | |
| 14:52 | Improve keyword lists. check-in: 123e864f6d user: dkf tags: trunk | |
| 13:59 | More tinkering with the conversion special cases. check-in: 8002784202 user: dkf tags: trunk | |
| 11:47 | Improve linking between pages, put Tk variables in Tk docs. check-in: e951b5841c user: dkf tags: trunk | |
| 11:45 | Add link remapping capability. check-in: 199ad24664 user: dkf tags: trunk | |
|
2010-01-13
| ||
| 17:09 | Add copyrights/version trackers. check-in: 11a0cd151b user: dkf tags: trunk | |
| 16:55 | Add to exclusions, remove list-syntax problem check-in: 858053ee75 user: dkf tags: trunk | |
| 15:40 | Adjust the link suppression check-in: 5284d6b708 user: dkf tags: trunk | |
| 12:08 | Improve choice of keywords check-in: f07a6ecd28 user: dkf tags: trunk | |
| 09:58 | Another useless special case removed check-in: a21529b086 user: dkf tags: trunk | |
| 09:50 | No need for regexp(n) to get special treatment check-in: 33fbfa59e0 user: dkf tags: trunk | |
| 09:48 | Some small formatting tweaks check-in: 0ed2274afe user: dkf tags: trunk | |
| 09:47 | No need for return(n) to get special treatment check-in: fb648baad8 user: dkf tags: trunk | |
| 09:42 | Formatting check-in: f1031c8514 user: dkf tags: trunk | |
| 09:41 | Tweak to generate better links check-in: 6ebfc3459b user: dkf tags: trunk | |
| 09:32 | More factoring out of special cases in the nroff->HTML code. check-in: 490d91be44 user: dkf tags: trunk | |
| 09:13 | Improve NAME for better HTML generation check-in: 3e5db4de05 user: dkf tags: trunk | |
| 09:10 | Don't break a command reference over a line check-in: bc624fbbeb user: dkf tags: trunk | |
| 06:46 | Fix TCL_LL_MODIFIER for Cygwin and various other minor CYGWIN compilation problems check-in: 2be0f4173b user: nijtmans tags: trunk | |
|
2010-01-12
| ||
| 14:38 | Simplification/refactoring of nroff->HTML. check-in: 87d7c3c997 user: dkf tags: trunk | |
| 10:55 | Fix parameter name confusion for server sockets. check-in: 1d869e473a user: ferrieux tags: trunk | |
|
2010-01-10
| ||
| 22:58 | * win/tclWinDde.c: VC++ 6.0 doesn't have * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd... check-in: ab99980096 user: nijtmans tags: trunk | |
| 20:36 | Small cleanups to improve HTML generation. check-in: ed6535d2ab user: dkf tags: trunk | |
| 16:51 | Record that [Bug 2898722] is lurking. check-in: c259a08953 user: dkf tags: trunk | |
| 13:19 | Split man2html converter up for ease of maintenance. check-in: 79ae04b489 user: dkf tags: trunk | |
| 12:32 | Added documentation for argument. check-in: 600020ad12 user: dkf tags: trunk | |
| 00:56 | Add more troff macros to ignore check-in: 44e825a295 user: dkf tags: trunk | |
|
2010-01-09
| ||
| 19:32 | Small tweaks to improve reporting and quell some unimportant messages check-in: a8cf5a937f user: dkf tags: trunk | |
| 18:42 | Added the contributed packages to the code to build HTML docs. check-in: 55a99d7dbb user: dkf tags: trunk | |
|
2010-01-05
| ||
| 18:58 | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: 07892416f4 user: dgp tags: trunk | |
|
2010-01-03
| ||
| 21:35 | regen check-in: 3da97f4f4c user: dkf tags: trunk | |
| 21:35 | Fix quoting problem check-in: b5b4a04dc4 user: dkf tags: trunk | |
| 21:21 | regen check-in: 13bb4e345f user: dkf tags: trunk | |
| 21:20 | Missed a bit check-in: f718c762af user: dkf tags: trunk | |
| 21:06 | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 70df56df91 user: dkf tags: trunk | |
| 20:52 | fix Changelog typo and c/p error check-in: 2e21ef51bb user: msofer tags: trunk | |
| 20:29 | * generic/tclBasic.c: Fix lerak of coroutines on namespace * generic/tclCompile.h: deletion, [... check-in: 213483b4eb user: msofer tags: trunk | |
|
2009-12-31
| ||
| 19:22 | Minor stylistic improvements. check-in: f140b14dba user: dkf tags: trunk | |
|
2009-12-30
| ||
| 22:26 | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 52080bfb5d user: dkf tags: trunk | |
| 13:47 | * library/init.tcl (unknown): fix infinite recursion of ::unknown when [set] is undefined [Bug 282... check-in: 0c8502aa1f user: msofer tags: trunk | |
|
2009-12-29
| ||
| 16:58 | Minor optimization for Tcl_RecordAndEvalObj check-in: a8d1162870 user: dkf tags: trunk | |
| 16:54 | Simplify the logic in Tcl_GetCommandFromObj check-in: 62ebd8167b user: dkf tags: trunk | |
| 14:55 | [Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: 40561c3f87 user: dkf tags: trunk | |
| 01:43 | Handle completely invalid input to the decode methods [Bug 2922555] check-in: 7cac795579 user: patthoyts tags: trunk | |
|
2009-12-28
| ||
| 14:15 | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations check-in: 221192a523 user: dkf tags: trunk | |
| 12:58 | regen with autconf 2.61 check-in: 02500afadc user: dkf tags: trunk | |
| 12:55 | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: ce4adf55c7 user: dkf tags: trunk | |
| 12:50 | Correct failing test check-in: b19b199761 user: dkf tags: trunk | |
| 10:01 | Slight improvement of test so it shouldn't block forever if it fails check-in: f43124e2e9 user: dkf tags: trunk | |
| 09:58 | [Bug 2891362]: Make time limits work better with the event loop. check-in: 0bdf5e931a user: dkf tags: trunk | |
| 09:53 | Minor formatting issues check-in: 5c4d0c6d70 user: dkf tags: trunk | |
|
2009-12-27
| ||
| 22:06 | [Bug 2921538]: Updated example to not be quite so ancient. check-in: e79f388bdd user: dkf tags: trunk | |
|
2009-12-25
| ||
| 22:45 | CONST -> const check-in: 26cee50b52 user: nijtmans tags: trunk | |
|
2009-12-24
| ||
| 06:58 | Tweak exclusions check-in: 6ad10e1733 user: dkf tags: trunk | |
| 06:55 | Move declarations to the top of the file, add boilerplate comments to some functions check-in: 07da01e054 user: dkf tags: trunk | |
|
2009-12-23
| ||
| 20:12 | Fix up a few stray spaces. check-in: fa2452348c user: dkf tags: trunk | |
| 11:17 | [Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 41ff8cabc7 user: dkf tags: trunk | |
| 07:10 | Cygwin: Install libtcl8.6.dll in bin directory check-in: 157c10506a user: nijtmans tags: trunk | |
|
2009-12-22
| ||
| 19:49 | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. check-in: b246bea842 user: dkf tags: trunk | |
|
2009-12-21
| ||
| 23:25 | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still not enabled yet, but at... check-in: dca4a9980e user: nijtmans tags: trunk | |
|
2009-12-19
| ||
| 14:21 | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines * tests/coroutine.test: [Bug #29176... check-in: 28c837c3c8 user: msofer tags: trunk | |
|
2009-12-17
| ||
| 16:28 | bump to msgcat 1.4.3 to account for commits check-in: 6d48bf9c9d user: dgp tags: trunk | |