Timeline
Not logged in

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

35 check-ins using file tests/io.test version aaef31ead2

2011-01-15
19:01
Removed code that suppressed zeroes in a context where zeroes cannot appear. check-in: 12e11949ff user: kennykb tags: trunk
18:10
* doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: 32e80e56c7 user: kennykb tags: trunk
2011-01-12
20:17
fall back to assembler for VC++ 32-bit check-in: 3aedd76d8f user: nijtmans tags: trunk
10:40
handle --enable-64bit=ia64 for gcc more accurate test for correct <intrin.h> check-in: 8942ef5184 user: nijtmans tags: trunk
07:48
VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 7a633418bf user: nijtmans tags: trunk
07:37
VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 5e2970599b user: nijtmans tags: trunk
07:32
Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reported by andreask. check-in: ae91cc7d31 user: nijtmans tags: trunk
2011-01-07
02:26
* tests/util.test (util-15.*): Added test cases for floating point conversion of the largest denorma... check-in: d49689d1c1 user: kennykb tags: trunk
2011-01-06
10:20
* tests/package.test, tests/pkg.test: Coalesce these tests into one file that is concerned with th... check-in: b3216c8061 user: dkf tags: trunk
2011-01-01
15:14
Clean up of tests and conversion to tcltest 2. Target has been to get init and cleanup code out of t... check-in: 69575bf53b user: dkf tags: trunk
14:44
* tests/execute.test (execute-11.1): [Bug 3142026]: Added test that fails (with a crash) in an unf... check-in: 11dc5975d5 user: dkf tags: trunk
10:49
* generic/tclCmdIL.c (SortElement): Use unions properly in the definition of this structure so tha... check-in: 945d846dfa user: dkf tags: trunk
2010-12-31
16:35
Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD check-in: ce79d0f88f user: nijtmans tags: trunk
2010-12-30
23:10
* generic/tclExecute.c (GrowEvaluationStack): off-by-one error in sizing the new allocation - was ... check-in: 5dd1506af4 user: msofer tags: trunk
2010-12-27
00:01
* generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index options are used. Simplifie... check-in: 4ab51c3483 user: dkf tags: trunk
2010-12-21
10:04
[Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all environments. check-in: 03a45b4b7a user: nijtmans tags: trunk
09:07
cannot use '['/']' in configure.in, or re-generation will go wrong check-in: 884ed2b61e user: nijtmans tags: trunk
2010-12-20
12:12
fix cpuid determination check-in: 7306f7672f user: nijtmans tags: trunk
10:28
Explicitely test for intrinsics support in compiler, before assuming only MSVC has it. check-in: 8734d6c021 user: nijtmans tags: trunk
2010-12-19
18:16
[Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 7fd73b2ad4 user: nijtmans tags: trunk
18:14
[Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 1e77131c2b user: nijtmans tags: trunk
2010-12-17
23:49
Remove unwanted/obsolete 'ddd' target. check-in: 331d62bfee user: stwo tags: trunk
23:14
Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Makefile.in, add any missi... check-in: c92f91f6ff user: stwo tags: trunk
21:58
[Bug 2446711]: Remove 'allpatch' target. check-in: cb0eed65cd user: stwo tags: trunk
17:55
Created branch dogeen-assembler-merge-synthetic Closed-Leaf check-in: b984b3567a user: cvs2fossil tags: dogeen-assembler-merge, dogeen-assembler-merge-synthetic
17:55
Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: a79e3d6c8c user: stwo tags: trunk
2010-12-16
08:52
[Patch 3124554]: Move WishPanic from Tk to Tcl Better communication with debugger, if present. check-in: 2ab5f8bab0 user: nijtmans tags: trunk
2010-12-15
14:03
Restore abort() in Tcl_Panic() as it was before. [Patch 3124554] use ExitProcess() here, like in wis... check-in: aca7d3274f user: nijtmans tags: trunk
2010-12-14
21:51
[Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 check-in: 1ae430c7db user: nijtmans tags: trunk
17:22
* win/tclWinSock.c (CreateSocket): Swap the loops over * unix/tclUnixSock.c ... check-in: beb3b2f8a3 user: rmax tags: trunk
2010-12-13
22:33
[Bug 3135271] Link error due to hidden symbols (CentOS 4.2) check-in: c2a840f99b user: nijtmans tags: trunk
13:57
Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. Undocumented featur... check-in: 9084edc9f0 user: nijtmans tags: trunk
2010-12-12
11:51
Better building on OpenBSD. check-in: 348121ed58 user: stwo tags: trunk
2010-12-10
21:59
[Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 check-in: e6ddd08613 user: nijtmans tags: trunk
17:00
Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even for size zer... check-in: c65a69cfa4 user: ferrieux tags: trunk