Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

66 check-ins using file unix/Makefile.in version 422a7df258

2009-12-17
00:06
Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result check-in: 295ac3225d user: nijtmans tags: trunk
2009-12-16
23:44
Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: 1fb17d6662 user: dkf tags: trunk
23:25
Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result CO... check-in: e52afe7fa4 user: nijtmans tags: trunk
14:01
[Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: 4a6caccf13 user: dkf tags: trunk
13:53
Force this file to be interpreted as a Tcl script by Emacs check-in: 73f8d9eb42 user: dkf tags: trunk
09:26
[Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 327dfaa07c user: dkf tags: trunk
2009-12-14
10:03
Document that [file tempfile] always works on the native filesystem by design. [Bug 2388866] check-in: 9c9592b53e user: dkf tags: trunk
2009-12-13
17:54
fix comment check-in: c07dfe3d13 user: msofer tags: trunk
17:27
remove accidentally committed c++ style temp comments check-in: 3960ba39cf user: msofer tags: trunk
17:11
* generic/tclBasic.c: Release TclPopCallFrame() from its * generic/tclExecute.c: tailcall-manage... check-in: 20752ce195 user: msofer tags: trunk
16:41
* generic/tclBasic.c: Moving TclBCArgumentRelease call * generic/tclExecute.c: from TclNRTailcal... check-in: d4a353ca17 user: msofer tags: trunk
2009-12-12
19:57
Plug testing memleak. [Bug 2895367] check-in: d1d07b5a23 user: dkf tags: trunk
2009-12-11
23:42
Fix gcc warning: signed and unsigned type in conditional expression check-in: 81f2a75d2f user: nijtmans tags: trunk
23:17
Add tcl.pc and tclsh.exe to .cvsignore check-in: 3b35eb4221 user: nijtmans tags: trunk
23:10
Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 574533920e user: nijtmans tags: trunk
22:52
Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 78b6d8b10a user: nijtmans tags: trunk
14:08
[FRQ 2897296]: Cross-links to sections within a manpage when in HTML. check-in: b823bbf8aa user: dkf tags: trunk
14:01
Change to braces in example to avoid bug in HTML creator script check-in: 6d32390fef user: dkf tags: trunk
14:01
fix comment check-in: 72629e543a user: msofer tags: trunk
05:49
code comments check-in: 5591a2f0d1 user: msofer tags: trunk
05:38
code comments check-in: 097379b159 user: msofer tags: trunk
05:32
code comments check-in: 2aea4baa97 user: msofer tags: trunk
04:47
simplify the coroutine BP-chain monkey-patching; tclBasic does not need to know about bottomPtr, teb... check-in: 76cabdcc5c user: msofer tags: trunk
2009-12-10
23:52
* generic/tclBasic.c: Full nre-enabling of coroutines * generic/tclExecute.c: [Bug 2806407] check-in: 9995f661be user: msofer tags: trunk
22:38
* generic/tclBasic.c: small cleanup check-in: d2ad5bb002 user: msofer tags: trunk
22:01
* generic/tclExecute.c: fix panic in http11.test caused by buggy earlier commits in coroutine mana... check-in: 057cb7f89c user: msofer tags: trunk
19:13
* generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 9f793e75c3 user: andreas_kupries tags: trunk
18:23
reorganization and better comments in TclNRCoroutineObjCmd() check-in: c363632e17 user: msofer tags: trunk
17:48
* generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines by d... check-in: fd0eaa36ea user: msofer tags: trunk
16:54
* generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines check-in: a00ff915ee user: msofer tags: trunk
09:21
Minor whitespace cleanup... nothing to see here check-in: 7be18c8355 user: dkf tags: trunk
2009-12-09
23:26
Killed c99/c++ comments left in by the IO patch. check-in: b8d9093b8d user: andreas_kupries tags: trunk
23:03
* generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's patch fixing the inconsistent buff... check-in: 5af0d249de user: andreas_kupries tags: trunk
18:40
Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed. check-in: 5b277e5b35 user: dgp tags: trunk
17:57
remove accidentally committed C++ style comments check-in: badb19da85 user: msofer tags: trunk
17:55
* generic/tclBasic.c: Insure correct lifetime of varFrame's (objc,objv)for coroutines. * gener... check-in: dc303ea50b user: msofer tags: trunk
16:41
Add missing Tcl_SetErrorCode calls. check-in: 5016f7451b user: dkf tags: trunk
12:16
* generic/tclExecute.c (TclStackFree): Improved panic msg check-in: 1bbd795bef user: msofer tags: trunk
2009-12-08
23:04
added comment confessing my puzzlement check-in: 0c446f44c3 user: msofer tags: trunk
22:58
minor cleanup check-in: 2f6acb6df9 user: msofer tags: trunk
21:44
baby steps towards nre-enabling coroutine first run check-in: f5462f26a9 user: msofer tags: trunk
20:56
* generic/tclBasic.c: Partial nre-enabling of coroutines. * generic/tclExecute.c: The initial ca... check-in: 3bf4f4aa02 user: msofer tags: trunk
19:00
* generic/tclExecute.c (TEBC): silence warning about pcAdjustment check-in: 5e6ea3e1b9 user: msofer tags: trunk
14:18
Small corrections (enforcing ANSI style declarations, etc.) check-in: 139608bd78 user: dkf tags: trunk
13:58
Reduce size of TEBC activation record a bit. check-in: de13c3c8c4 user: dkf tags: trunk
04:20
* generic/tclExecute.c (TEBC): Grouping "slow" variables into structs, to reduce register pressure... check-in: 61f37dbba0 user: msofer tags: trunk
01:34
* generic/tclExecute.c: Start cleaning the TEBC stables * generic/tclInt.h: check-in: be429aa62f user: msofer tags: trunk
2009-12-07
20:49
* generic/tclCmdIL.c: Fix of [Bug #2910094] by aku * tests/coroutine.test: check-in: 787fb64567 user: msofer tags: trunk
19:03
* generic/tclBasic.c: arrange for [tailcall] to be created with the other builtins: was being crea... check-in: 90e69c9120 user: msofer tags: trunk
17:15
* generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: a453455af3 user: dgp tags: trunk
16:33
* generic/tclBasic.c: add ::tcl::unsupported::yieldTo * generic/tclInt.h: [Patch 2910056] check-in: ccf1454f1d user: msofer tags: trunk
15:08
Plug memory leak. [Bug 2910044] check-in: 1eff7fbab5 user: dkf tags: trunk
14:04
missing declaration check-in: 96b97eb9c7 user: msofer tags: trunk
2009-12-06
20:35
factoring TclSpliceTailcall out of TclPopStackFrame check-in: 8b0b539704 user: msofer tags: trunk
19:37
oops - test error due to deletion of now not-created namespace check-in: cc4f8c3218 user: msofer tags: trunk
18:29
clear old junk in tests/coroutine.test: check-in: a4591dcf8e user: msofer tags: trunk
18:12
* generic/tclBasic.c: Small changes for clarity in tailcall * generic/tclExecute.c: and coroutin... check-in: 0d9536212f user: msofer tags: trunk
12:19
missing changelog entry check-in: fdc1864a9f user: msofer tags: trunk
2009-12-05
22:05
* tests/tailcall.test: remove some old unused crud; improved the stack depth tests. check-in: e1304c9018 user: msofer tags: trunk
21:30
* generic/tclBasic.c: Fixed things so that you can tailcall * generic/tclNamesp.c: properly out o... check-in: 1ebac3d262 user: msofer tags: trunk
2009-12-03
15:49
Fix [Bug 2906841] and a few other smaller issues. check-in: 58f7495c10 user: dkf tags: trunk
2009-12-02
20:45
tools/genStubs.tcl Add support for win32 CALLBACK functions and remove obsolete "emitStubs" and "... check-in: 0aabcd0ba1 user: nijtmans tags: trunk
2009-11-30
23:10
tcl.h Don't use EXPORT for Tcl_InitStubs win/Makefile.in Better dependancies in case of static... check-in: d63090dfb8 user: nijtmans tags: trunk
15:39
[Bug 2901433]: Improved description of {*} syntax. check-in: 8122761dee user: dkf tags: trunk
2009-11-29
09:00
revert 2902965 tclAppInit.c change check-in: 9e1924b178 user: das tags: trunk
08:46
reverted 2902965 changes that broke static builds on OSX check-in: edecf0165f user: das tags: trunk