Timeline
Not logged in

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

50 check-ins occurring around 2001-09-20 12:08:37.

2001-09-27
00:36
One more detail. check-in: eeaf921346 user: dgp tags: trunk
00:19
* Vince Darley reports the 2001-09-24 TIP 27 changes left the win directory CONST poisoned.... check-in: 5164bd7c02 user: dgp tags: trunk
2001-09-26
14:23
Now builds on Solaris8/SPARC with both SunPro CC *and* GCC. check-in: 4850711173 user: dkf tags: dkf-64bit-support-branch
2001-09-25
16:49
Woo hoo! Builds on one platform (Solaris8/SPARC with SunPro CC) check-in: dd2d80954c user: dkf tags: dkf-64bit-support-branch
16:23
* Updated APIs in generic/tclGet.c according to the guidelines of TIP 27. [Patch 464674] check-in: 7f1745dad6 user: dgp tags: trunk
14:34
* generic/tclVar.c: removed comments referring to unused flag TCL_PARSE_PART1. check-in: c9c1d8c1e7 user: msofer tags: trunk
10:24
Lots more type changes. Added Tcl_AllocStatBuf()... check-in: af4f696a00 user: dkf tags: dkf-64bit-support-branch
2001-09-24
21:10
* Updated APIs in generic/tclUtil.c according to the guidelines of TIP 27. [Patch 464553] check-in: e70344d226 user: dgp tags: trunk
17:54
* The change below fixes [Bug #464380]. The bug was reported by Ronnie Brunner <rbrunner@users.... check-in: 5ceb426076 user: andreas_kupries tags: core-8-3-1-branch
17:50
* The change below fixes [Bug #464380]. The bug was reported by Ronnie Brunner <rbrunner@users.... check-in: c461a84225 user: andreas_kupries tags: trunk
15:46
Introduced some new types... spreading their use throughout the core will take *much* longer. check-in: 1f14323faa user: dkf tags: dkf-64bit-support-branch
10:19
Fixed encoding definition for cp1252 (compiled version is OK) check-in: b14c88a01b user: dkf tags: trunk
09:49
Rebuilt check-in: 1c6092dbb2 user: dkf tags: trunk
09:41
Doc update (add Tcl_OutputBuffered, remove old changebars) check-in: 08720fa527 user: dkf tags: trunk
07:03
'make mklinks' after addition of Tcl_EvalTokensStandard check-in: 4c23d4488b user: dgp tags: trunk
07:02
Another typo eVS: ---------------------------------------------------------------------- check-in: f6564e2b29 user: dgp tags: trunk
07:00
corrected formatting error causing 'make mklinks' trouble check-in: ad63defc98 user: dgp tags: trunk
06:19
Corrected formatting error. check-in: 686d8b6288 user: dgp tags: trunk
2001-09-21
19:09
* generic/tclExecute.c (TclExecuteByteCode): corrected INST_STR_CMP else case for strings to pass ... check-in: e4307bec04 user: hobbs tags: trunk
2001-09-20
18:50
* win/makefile.vc: updated IA64 compile settings * win/tclWinInit.c: added extra processor defini... check-in: 1aa58c2d9a user: hobbs tags: core-8-3-1-branch
18:35
added extra processor definitions. check-in: 1d108b974a user: hobbs tags: trunk
18:34
removed unnecessary winsock.h include check-in: c2e845d9d9 user: hobbs tags: trunk
18:33
changed winsock.h include to winsock2.h check-in: 96bbe446e5 user: hobbs tags: trunk
18:33
win/tclWinSock.c (SocketThread): corrected pointer cast for _WIN64. check-in: 42080dd33c user: hobbs tags: trunk
16:38
log entry correction check-in: 07cfdc4d49 user: dgp tags: core-8-3-1-branch
12:08
removed dependence on socket.test being run from same dir as remote.tcl, which only now needs to be ... check-in: adcac9a728 user: dkf tags: trunk
01:15
see ChangeLog check-in: e4e4e4da49 user: hobbs tags: core-8-3-1-branch
01:13
* generic/tclCmdAH.c (Tcl_FormatObjCmd): * generic/tclScan.c (Tcl_ScanObjCmd): corrected handling ... check-in: d188de4ab1 user: hobbs tags: core-8-3-1-branch
01:13
* generic/tclTest.c (TestcmdtokenCmd): corrected pointer storage/retrieval for 64bit machines. check-in: 3d5632fe1a user: hobbs tags: core-8-3-1-branch
01:12
* unix/configure: regen'ed * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit ... check-in: 7cfa884c09 user: hobbs tags: core-8-3-1-branch
01:03
* generic/tclCmdAH.c (Tcl_FormatObjCmd): * generic/tclScan.c (Tcl_ScanObjCmd): corrected handling ... check-in: faf1696097 user: hobbs tags: trunk
01:02
* unix/configure: regen'ed * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit ... check-in: 2e4ee70363 user: hobbs tags: trunk
01:02
improved skip reporting of missing commands check-in: b1709aa69f user: hobbs tags: trunk
01:00
* generic/tclTest.c (TestcmdtokenCmd): corrected pointer storage/retrieval for 64bit machines. check-in: 81e66dc2fc user: hobbs tags: trunk
00:58
simplified error check for winFCmd-7.9 check-in: 617c866375 user: hobbs tags: trunk
2001-09-19
21:56
added back deletion of "more" file check-in: e80ddce5b5 user: hobbs tags: trunk
20:53
tests/winPipe.test: removed obsolete cat16 tests check-in: 1774db8f95 user: hobbs tags: trunk
18:19
see changes check-in: 24693591b5 user: hobbs tags: trunk
18:18
* generic/tclExecute.c (TclExecuteByteCode): fixed invalid usage of valuePtr in TRACE_WITH_OBJ in ... check-in: 865cd8ae60 user: hobbs tags: trunk
18:18
* generic/tclExecute.c (TclExecuteByteCode): * generic/tclCompile.c (instructionTable): * generic... check-in: c21e0bf2e1 user: hobbs tags: trunk
18:17
* generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - Updated to Int1 instruction type a... check-in: 479314b48d user: hobbs tags: trunk
18:09
test case for bug #461322 check-in: 8234ed9fb0 user: hobbs tags: trunk
16:56
* generic/tcl.h: removed forced #define USE_TCLALLOC 1 for Windows. This means the native system ... check-in: 0bc39718f4 user: hobbs tags: core-8-3-1-branch
11:59
insured that execution stack errors are also detected at abnormal returns. check-in: ef6d694b18 user: msofer tags: trunk
10:57
Socket documentation improvement. check-in: e245c8a914 user: dkf tags: trunk
08:52
TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>) check-in: c64abaca1e user: dkf tags: trunk
00:50
* generic/tclIOCmd.c (Tcl_PutsObjCmd): Rewritten to have saner and faster argument handling. F... check-in: b597777bee user: andreas_kupries tags: trunk
2001-09-18
20:15
* On Linux, disable inlining when one of the compat/*.c routines is to be linked in. [Patch... check-in: d32a69473b user: dgp tags: core-8-3-1-branch
16:54
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): On Linux, disable inlining when one of... check-in: baacbf05d7 user: mdejong tags: trunk
2001-09-17
21:32
* generic/tcl.h: removed forced #define USE_TCLALLOC 1 for Windows. This means the native system ... check-in: b1acd18ce6 user: hobbs tags: trunk