Timeline
Not logged in

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

31 check-ins using file win/makefile.vc version 5ddd8f5ccd

2002-01-24
20:34
Added test for meaning of tcl_platform(wordSize) Closed-Leaf check-in: 875e73e3ac user: dkf tags: dkf-64bit-support-branch
2001-12-02
22:06
Added field to tcl_platform to describe the machine-word size. check-in: a2fac462b3 user: dkf tags: dkf-64bit-support-branch
2001-11-27
09:54
Fixed (hopefully) mistakes in tclTest.c that stopped compilation on Alpha. check-in: af7f78f734 user: dkf tags: dkf-64bit-support-branch
09:48
Missed a #undef... check-in: acca2acd72 user: dkf tags: dkf-64bit-support-branch
2001-11-26
23:10
Made 'obsolete fs hooks' version of stat buffers backward compatible. Thanks to Vince Darley for sug... check-in: 7a04070383 user: dkf tags: dkf-64bit-support-branch
2001-11-25
17:27
Fixed fault in new Tcl_Stat implementation, and improved docs. check-in: 583078dda2 user: dkf tags: dkf-64bit-support-branch
2001-11-23
22:56
Made Tcl_Stat use old-style 'struct stat' in its declaration following suggestions from Vince Darley... check-in: 1c171d3fff user: dkf tags: dkf-64bit-support-branch
2001-11-07
13:35
Following a suggestion by wdi@ccc.uni-erlangen.de (Wolf-Dietrich Ihlenfeldt), This implements suppor... check-in: fa70a3036f user: dkf tags: dkf-64bit-support-branch
2001-11-05
14:23
Improved backward-compatability on platforms by adding migration entries to the stubs table for Tcl_... check-in: 37677d9c1f user: dkf tags: dkf-64bit-support-branch
2001-10-25
16:11
Fixed tesst selection to choose the right behaviour (use 64-bit code if we can support 64-bit operat... check-in: 4b3e177e0a user: dkf tags: dkf-64bit-support-branch
2001-10-23
13:14
Some places prefer string lengths to be unsigned. check-in: 7f9cc44820 user: dkf tags: dkf-64bit-support-branch
13:13
Bother! Was losing error messages... check-in: 0e5e1022d2 user: dkf tags: dkf-64bit-support-branch
09:46
Fixed behaviour of [incr] w.r.t. increment amounts that are not representable in a 'long'. check-in: 2023328e53 user: dkf tags: dkf-64bit-support-branch
2001-10-22
15:20
Added #include tclPort.h to get definition of ptrdiff_t check-in: 5a69b95aa3 user: dgp tags: dkf-64bit-support-branch
14:53
* win/tclWinMtherr.c (_matherr): Better handling of selected Borland C++ math errors, from hgiese@... check-in: e294b432a1 user: dkf tags: dkf-64bit-support-branch
10:37
Avoid an obscure Borland limit... check-in: ef3b960148 user: dkf tags: dkf-64bit-support-branch
10:15
Conditional-define INVALID_SET_FILE_POINTER for VC5 check-in: c34f9fde06 user: dkf tags: dkf-64bit-support-branch
10:10
Stupid error in code to determine whether a literal is wide or not. Thanks to Benjamin Riefenstahl <... check-in: 40f562cb6f user: dkf tags: dkf-64bit-support-branch
09:54
SunPro CC *sucks*... check-in: 5180b231ac user: dkf tags: dkf-64bit-support-branch
09:03
Fixed assumptions in testing code relating to internal representation of index objects and added not... check-in: d211a25fa5 user: dkf tags: dkf-64bit-support-branch
2001-10-19
16:50
* corrected minor coding errors to get compileable source check-in: cc969f8e74 user: dgp tags: dkf-64bit-support-branch
15:45
Added clarification that string table used in Tcl_GetIndexFromObj must be a table of ASCII strings, ... check-in: 2fb96dfb8f user: dkf tags: dkf-64bit-support-branch
13:07
Keep on trying to get the combination of generic/tcl.h and unix/tcl.m4 right! check-in: 7daa0044f5 user: dkf tags: dkf-64bit-support-branch
12:52
Added range-checking to strtoll and strtoull check-in: 9052840b2d user: dkf tags: dkf-64bit-support-branch
12:51
OS-level large-file support for Windows. check-in: a57c2489d6 user: dkf tags: dkf-64bit-support-branch
2001-10-18
14:59
D'oh! Accidental redefinition removed... check-in: 2f1987e4a8 user: dkf tags: dkf-64bit-support-branch
14:19
Simplified tcl.h and removed support for platforms that can understand but cannot printf a 64-bit va... check-in: e04a287f55 user: dkf tags: dkf-64bit-support-branch
13:44
Corrected dirent64 API detection. check-in: cabcd5bba2 user: dkf tags: dkf-64bit-support-branch
12:47
Fixed some more stupid errors (resulting from not being able to build on all platforms) and made sur... check-in: 3065819826 user: dkf tags: dkf-64bit-support-branch
09:30
Removed some UNIX-specific stuff that had been left in by accident check-in: 703334faa8 user: dkf tags: dkf-64bit-support-branch
09:03
Various changes to make life much easier on non-UNIX platforms (mostly Win32.) check-in: 61fafe8162 user: dkf tags: dkf-64bit-support-branch