Timeline
Not logged in

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

46 check-ins using file win/Makefile.in version 3896d1b7ed

2008-05-22
15:22
* generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: b93953deab user: dgp tags: trunk
2008-05-21
20:28
* generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 0dd3531d09 user: dgp tags: trunk
2008-05-20
22:22
Correct logic for handling error cases when setting the namespace unknown handler. check-in: 3a0964b236 user: dkf tags: trunk
2008-05-16
14:13
* generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: 7a08d942d5 user: msofer tags: trunk
2008-05-15
00:04
We should use the thread allocator for threaded builds. Added 'tclalloc' option to disable. check-in: 80de1f17a7 user: patthoyts tags: trunk
2008-05-09
05:07
* tools/tsdPerf.c A loadable Tcl extension for testing TSD performance. * too... check-in: 438f03c41c user: georgeps tags: trunk
04:58
* generic/tcl.h: Make Tcl_ThreadDataKey a void *. * generic/tclInt.h: Change aro... check-in: 2fd77728e6 user: georgeps tags: trunk
03:51
* tests/dict.test (dict-19.2): Corrected a bug where the test was changed to use [apply] instead o... check-in: d1b2683623 user: kennykb tags: trunk
03:44
* Makefile: Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: ... check-in: aee64f60e8 user: kennykb tags: trunk
2008-05-07
13:17
Cleaning up check-in: 5fbe89447c user: dkf tags: trunk
10:42
Simplify test check-in: 21108a2594 user: dkf tags: trunk
10:25
Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) check-in: 1e8111a112 user: patthoyts tags: trunk
09:23
Detect problem case and prove that it's fixed. check-in: ca93781920 user: dkf tags: trunk
09:07
Fix off-by-one error that caused crashes. D'oh! check-in: c72744fe33 user: dkf tags: trunk
2008-05-06
16:33
fix Makefile dependency check-in: c0210bf746 user: das tags: trunk
2008-05-04
07:28
CONST -> const check-in: af93d720f5 user: nijtmans tags: trunk
2008-05-03
19:31
use Tcl_Panic() instead of panic() check-in: f2076ab1fb user: das tags: trunk
2008-05-02
20:08
Converted the [binary] command into an ensemble. check-in: dca4069c80 user: patthoyts tags: trunk
20:02
Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup check-in: e4acb9c146 user: patthoyts tags: trunk
19:32
Record tclvfs base check-in: fcb40a675a user: patthoyts tags: trunk
10:27
More elimination of pre-C89-isms. check-in: 27caec3459 user: dkf tags: trunk
2008-04-27
22:41
Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2dee210a8d user: dkf tags: trunk
22:21
Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2d205c22fb user: dkf tags: trunk
10:59
Added a htmlhelp target to replace winhelp check-in: b34e388939 user: patthoyts tags: trunk
08:36
Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c9ef4f4064 user: vasiljevic tags: trunk
2008-04-26
11:53
generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 18f18938cc user: vasiljevic tags: trunk
2008-04-25
21:28
remove ioUtil.test, llvm-gcc fix check-in: 122e92c110 user: das tags: trunk
21:27
fix warning check-in: 5aabb84406 user: das tags: trunk
2008-04-24
21:11
define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 316009b1f4 user: nijtmans tags: trunk
18:51
* tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: e7879de942 user: andreas_kupries tags: trunk
2008-04-23
15:44
Assorted improvements to make better use of tcltest2 check-in: b0326f6536 user: dkf tags: trunk
2008-04-21
16:26
* generic/tclIOUtil.c: Removed all code delimited by * generic/tclTest.c: ... check-in: f078f71675 user: dgp tags: trunk
2008-04-20
02:52
doc/Ensemble.3: Fix a typo: s/defiend/defined/ Thanks to hat0 for spotting this. check-in: b0d378f11b user: georgeps tags: trunk
2008-04-19
02:04
note that cygwin is not supported check-in: d4b3460444 user: mdejong tags: trunk
2008-04-18
14:21
Fix typo spotted by Steve Havelka check-in: 9f7147230f user: dkf tags: trunk
2008-04-16
14:49
* generic/tclInt.h: make stubs tables 'static const' and * generic/tclStubInit.c: export only mod... check-in: 50b59ad915 user: das tags: trunk
14:29
* generic/tclInt.h: revise Tcl_SetNotifier() to use a * generic/tclNotify.c: module-scope hooks ... check-in: 79cb766dcc user: das tags: trunk
2008-04-15
18:34
* generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: f8664c0638 user: andreas_kupries tags: trunk
10:55
sync with Tcl.xcodeproj check-in: ad35d2b5b5 user: das tags: trunk
10:10
* unix/Makefile.in: adjust tclDTrace.h dependencies for removal of tclStubLib.o from TCL_OBJS. ... check-in: 872c709f10 user: das tags: trunk
2008-04-14
18:00
* tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: bbe1acd0f5 user: kennykb tags: trunk
17:54
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: b5d4ae05ac user: kennykb tags: trunk
2008-04-11
14:55
fix one broken test, and restore unix line endings check-in: 1872093ca0 user: dgp tags: trunk
2008-04-10
20:58
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: 8c082b4a25 user: andreas_kupries tags: trunk
00:21
Test improvements (tcltest2, clarify) check-in: a00b4ae217 user: dkf tags: trunk
2008-04-09
21:44
Added 'make html' support for people on Windows, inspired by Pat Thoyts. check-in: cb1fcbdbd6 user: dkf tags: trunk