Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
286 check-ins using file doc/file.n version fa69d21f55
|
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-12
| ||
| 02:34 | Removing all the versioned library folders from the install phase of the Tcl library target. check-in: 321a4c43f0 user: wolfsuit tags: macosx-8-4-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 | |
| 01:03 | Makefile and other changes to move Tcl_MacOpenBundleResources to Tcl from Tk. check-in: f6101b2d8d user: wolfsuit tags: macosx-8-4-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-11
| ||
| 17:58 | Fix the stubs generation routines to handle the notion of orthogonal macosx & unix platform specs. check-in: e49fea1857 user: wolfsuit tags: macosx-8-4-branch | |
| 17:57 | Fix the stubs tables for the Tcl_MacOSXFindBundleResources call. check-in: d4c2007177 user: wolfsuit tags: macosx-8-4-branch | |
| 17:55 | Move the bundle finding code to Tcl, and include it in the pbproject. check-in: 8ff7c46fb2 user: wolfsuit tags: macosx-8-4-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-29
| ||
| 15:02 | win fs fixes check-in: 3ecf07ac1a user: vincentdarley tags: trunk | |
| 14:25 | Fix for bug 475941; access() was being called with path-free file names on some paths through the gl... check-in: 436be4a498 user: dkf tags: trunk | |
|
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 | |
| 15:50 | Fix for bug 471374; Tcl only resets serial ports on exit now if it has updated their settings first.... check-in: 43b94debc0 user: dkf tags: trunk | |
|
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
| ||
| 17:25 | * doc/ObjectType.3: Minor documentation fix, reported by David N. Welton <davidw@users.sourcefo... check-in: 865ff191f1 user: andreas_kupries tags: trunk | |
| 17:10 | small win fix check-in: 69156a505a user: vincentdarley tags: trunk | |
| 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
| ||
| 20:20 | * tests/clock.test (clock-8.1): * generic/tclDate.c (RelativeMonth): * generic/tclGetDate.y (Rela... check-in: 864f0ce0a9 user: hobbs tags: trunk | |
| 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 | |
| 12:08 | Tcl_FSChdir fix check-in: 894697460c user: vincentdarley tags: trunk | |
| 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 | |
| 01:01 | * unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediate retry when error is returned wi... check-in: 90337b1b8f user: hobbs tags: trunk | |
|
2001-10-17
| ||
| 15:48 | * corrected reference check-in: 819d177c25 user: dgp tags: trunk | |
| 09:28 | Changes to make more use of what autoconf can discover. Also adds *lots* more cacheing of discovered... check-in: 23533208c0 user: dkf tags: dkf-64bit-support-branch | |
| 06:49 | Change how the stubs table is generated, so we can support Mac OS X Tcl additions to the stubs table... check-in: 83e4bb0b1c user: wolfsuit tags: macosx-8-4-branch | |
|
2001-10-16
| ||
| 21:13 | * unix/tclLoadAout.c (TclGuessPackageName): removed unused vars and fixed warnings. [Bug #446622] ... check-in: 4e03d464ec user: hobbs tags: trunk | |
| 05:31 | Undo of mistaken commit. Sorry! check-in: 092e282e8d user: dgp tags: trunk | |
| 05:10 | * Added test to demonstrate memory corruption problems. [Bug 219393]. check-in: 6134ad6471 user: dgp tags: trunk | |
|
2001-10-15
| ||
| 22:25 | Doh ... strncmp, not strcmp needed in last commit. check-in: 20a3ba02a6 user: msofer tags: trunk | |
| 22:15 | generic/tclProc.c: changing a memcmp to strcmp to avoid a memory error detected by purify (thanks Je... check-in: f098f852b9 user: msofer tags: trunk | |
| 21:53 | fixed dangling ; check-in: 3df4869b72 user: hobbs tags: trunk | |
| 21:36 | configure changes check-in: 3bc65c5243 user: hobbs tags: trunk | |
| 21:16 | * unix/configure: * unix/configure.in: * win/configure: * win/configure.in: * win/tcl.m4: rewor... check-in: 85fa5cb144 user: hobbs tags: trunk | |
| 20:26 | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): Added to internal stubs tab... check-in: 57a57c136d user: andreas_kupries tags: trunk | |
| 17:37 | see ChangeLog check-in: 24869d72ca user: hobbs tags: trunk | |
| 17:36 | minor code cleanup check-in: 77c77f8462 user: hobbs tags: trunk | |
| 17:35 | * doc/open.n: moved all fconfigure option docs to fconfigure.n * doc/fconfigure.n: added serial co... check-in: 3241fd8fa7 user: hobbs tags: trunk | |
| 17:34 | * win/tclWinChan.c: * win/tclWinPort.h: * win/tclWinSerial.c: added TIP #35 Windows enhancements ... check-in: bedbee5dad user: hobbs tags: trunk | |
| 17:34 | * generic/tcl.h: moved #define of WIN32 to tcl.h where __WIN32__ is defined and added #ifndef chec... check-in: 43bb0a32d1 user: hobbs tags: trunk | |
| 14:58 | Trying to do more with configure... check-in: f9c4cf80a8 user: dkf tags: dkf-64bit-support-branch | |
| 13:57 | Hopefully will work on AIX now, though this version might be a little on the aggressively anti-64bit... check-in: 3464281046 user: dkf tags: dkf-64bit-support-branch | |
| 10:55 | Oops. check-in: 643f10b199 user: dkf tags: dkf-64bit-support-branch | |
| 10:52 | Start of work to support more platforms (HPUX,IRIX,Win) plus some minor bug fixes check-in: ab8eb3df73 user: dkf tags: dkf-64bit-support-branch | |
| 10:48 | Some platforms don't have strtoll or strtoull. ***WARNING - THESE VERSIONS DON'T TO RANGE CHECKING *... check-in: d64c67eaaf user: dkf tags: dkf-64bit-support-branch | |
| 10:30 | small fs fixes check-in: 67fbce9b36 user: vincentdarley tags: trunk | |
| 09:13 | First Checkin of Mac OS X support for Tcl. check-in: eba6ee55b4 user: wolfsuit tags: macosx-8-4-branch | |
|
2001-10-14
| ||
| 16:21 | * Corrected typos in doc/RegExp.3 check-in: c61628ed17 user: dgp tags: trunk, macosx-8-4-branchpoint | |
|
2001-10-12
| ||
| 21:20 | see ChangeLog check-in: a626ddd5b9 user: hobbs tags: trunk | |
| 21:04 | Small modif to tests/compile.test: better constraint handling for tests committed earlier today. check-in: 27b3dab99f user: msofer tags: trunk | |
| 19:57 | * library/encoding/ebcdic.enc: * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #21932... check-in: 186e3e6270 user: hobbs tags: trunk | |
| 19:45 | * tests/ioCmd.test: added catch around file removal, as Windows file locking throws errors. check-in: aa2d1d0dc9 user: hobbs tags: trunk | |
| 19:45 | (socket-7.2): corrected to work on Win2K check-in: 16801435e4 user: hobbs tags: trunk | |
| 19:44 | added removeFile for outdata check-in: 3e5931c7d7 user: hobbs tags: trunk | |
| 19:44 | * library/encoding/tis-620.enc: * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #46... check-in: 0ae6c21212 user: hobbs tags: trunk | |
| 16:13 | * tests/compile.test: new tests for [Bug 467523] check-in: b0131f311b user: msofer tags: trunk | |
| 15:02 | [string is integer] test update check-in: 2a417a026a user: dkf tags: dkf-64bit-support-branch | |
| 12:58 | Documented (some) 64-bit-related behaviour changes. check-in: 529dce316f user: dkf tags: dkf-64bit-support-branch | |
| 12:57 | [string is] support. check-in: e7a50922c2 user: dkf tags: dkf-64bit-support-branch | |
| 12:09 | Removed some debugging code and added a test that exercises a different route through the code. check-in: 9d1324889c user: dkf tags: dkf-64bit-support-branch | |
|
2001-10-11
| ||
| 22:28 | generic/tclLiteral.c: (TclReleaseLiteral) insured that self-referential bytecodes are properly clean... check-in: c51f435568 user: msofer tags: trunk | |
| 14:56 | Tests for all sorts of 64-bit support things check-in: 9e7b6aeeca user: dkf tags: dkf-64bit-support-branch | |
| 14:55 | Mod of Wide integers can produce a wide integer. D'oh! check-in: e616d349f6 user: dkf tags: dkf-64bit-support-branch | |
| 13:45 | More correct handling of wides as booleans, wide literals and [incr] of a variable containing a stri... check-in: a7a46582e4 user: dkf tags: dkf-64bit-support-branch | |
| 09:26 | Use more macros from tclInt.h and upper-case file-local macros check-in: 6db8e96f69 user: dkf tags: dkf-64bit-support-branch | |
|
2001-10-10
| ||
| 22:37 | no message check-in: c97196d8e0 user: davygrvy tags: trunk | |
| 22:36 | * win/tclWinPort.h: #include <winsock2.h> needed to get moved to after #include <windows.h... check-in: 6becf7ac88 user: davygrvy tags: trunk | |
| 20:06 | * Corrected restore of ::env(LANG). check-in: 40f242fb06 user: dgp tags: trunk | |
| 01:05 | * generic/tclFileName.c (Tcl_SplitPath): corrected mem leak intro'd with VFS code where the result... check-in: ef4a8d5e9e user: hobbs tags: trunk | |
|
2001-10-09
| ||
| 17:18 | generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug 467523] - cure is worse t... check-in: 021152b729 user: msofer tags: trunk | |
| 15:31 | Fixes to make test suite clean check-in: 43ea38a829 user: dkf tags: dkf-64bit-support-branch | |
| 15:30 | Fixes to make whole test suite clean check-in: dafdd96fef user: dkf tags: dkf-64bit-support-branch | |
| 15:29 | Various test fixes - fewer than I'd thought though... check-in: 61f1e3487a user: dkf tags: dkf-64bit-support-branch | |
|
2001-10-08
| ||
| 14:31 | Fewer #ifdefs, less warnings, and fixed a stupid sync error in tclCompile.h check-in: 6de6a2c147 user: dkf tags: dkf-64bit-support-branch | |
| 08:22 | 64-bit aware binary arithmetic ops (and fixes to get clean build) check-in: 12295905a7 user: dkf tags: dkf-64bit-support-branch | |
| 08:22 | D'oh! Stupid error... check-in: 8092753495 user: dkf tags: dkf-64bit-support-branch | |
|
2001-10-06
| ||
| 01:04 | forgot credit for last commit ... check-in: 25bd6dad25 user: msofer tags: trunk | |
| 00:12 | insured that self-referential bytecodes are properly cleaned up on interpreter deletion [Bug 467523]... check-in: 6a3580fdd4 user: msofer tags: trunk | |
|
2001-10-05
| ||
| 15:37 | 64-bit aware unary ops check-in: 44e64ea499 user: dkf tags: dkf-64bit-support-branch | |
| 15:16 | 64-bit aware binary bit-ops and mod check-in: 39805a980f user: dkf tags: dkf-64bit-support-branch | |
| 14:20 | Logical ops and comparisons now 64-bit aware check-in: 2da836642a user: dkf tags: dkf-64bit-support-branch | |
| 13:48 | 64-bit user-function support, plus some macros for double<->wide conversions check-in: ea86d3958a user: dkf tags: dkf-64bit-support-branch | |
| 10:43 | Support for adding (long) values to variables containing wide values ([incr]) check-in: e7af90200c user: dkf tags: dkf-64bit-support-branch | |
| 08:14 | Improving support for Alpha check-in: cbc64d0cd7 user: dkf tags: dkf-64bit-support-branch | |
|
2001-10-04
| ||
| 20:23 | Updated encodings with latest mappings from www.unicode.org. This did not include some Mac encodi... check-in: a93c3e5d89 user: hobbs tags: trunk | |
| 20:18 | noted 8.4 as default Tcl version check-in: 9af21375e5 user: hobbs tags: trunk | |
| 15:35 | Renamed misnamed macro, and added support for Alphas check-in: 5b358e6d58 user: dkf tags: dkf-64bit-support-branch | |
| 15:33 | correcting the Changelog date of my last commit. check-in: 1879178660 user: msofer tags: trunk | |
| 15:28 | Support for 64-bit [format] via 'l' specifier check-in: cfd35bbd98 user: dkf tags: dkf-64bit-support-branch | |
| 14:13 | More sensitive handling of 'unsigned long long' values. check-in: d679f82c1e user: dkf tags: dkf-64bit-support-branch | |
| 13:58 | Wide int support in [scan] via 'l' modifier check-in: be263c6068 user: dkf tags: dkf-64bit-support-branch | |
| 13:56 | Cleaning up a bit more. check-in: 3a44ce3a9c user: dkf tags: dkf-64bit-support-branch | |
| 13:55 | Tests and documentation for wide-int support in [binary] command. check-in: 8876c85f35 user: dkf tags: dkf-64bit-support-branch | |
| 08:31 | Typo-fix check-in: 4a895fca87 user: dkf tags: trunk | |
|
2001-10-03
| ||
| 18:28 | * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of tclLibraryPath to before the thread ex... check-in: cd43c29163 user: hobbs tags: trunk | |
| 15:25 | Support for Linux and simpler support for Solaris check-in: 4198369c6d user: dkf tags: dkf-64bit-support-branch | |
| 15:16 | Move system #includes until after tcl.h or Bad Things Happen on Linux... check-in: ae330e0942 user: dkf tags: dkf-64bit-support-branch | |
| 09:45 | Oops! Forgot to register the obj-type... check-in: ffbba391aa user: dkf tags: dkf-64bit-support-branch | |
|
2001-10-02
| ||
| 10:56 | Added conditionals to cope with case where 'long' is a 64-bit type. check-in: 70c2208b6a user: dkf tags: dkf-64bit-support-branch | |
| 10:47 | Basic 64-bit support in the [binary] command. check-in: 0de26827db user: dkf tags: dkf-64bit-support-branch | |
|
2001-10-01
| ||
| 20:58 | added Win64 SDK RC1 compilation support check-in: 92b7006025 user: hobbs tags: trunk | |
| 20:57 | updated copyright check-in: 0b8a114b42 user: hobbs tags: trunk | |
| 15:31 | removed unnecessary inclusions of tclCompile.h [Patch 466823] check-in: 72e265f70c user: msofer tags: trunk | |
|
2001-09-29
| ||
| 11:09 | fs doc improvement check-in: 83c6a5b902 user: vincentdarley tags: trunk | |
|
2001-09-28
| ||
| 17:08 | correcting wrong date in Changelog. check-in: fc18db71ea user: msofer tags: trunk | |
| 17:07 | Edited docs of Tcl_GetNameOfExecutable [Bug 219215] check-in: 48f8d119bb user: msofer tags: trunk | |
| 16:06 | Added necessary casts to ClientData on a pair of calls to Tcl_Preserve and Tcl_Release. check-in: 35be6fd3d4 user: kennykb tags: trunk | |
| 15:32 | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... check-in: 3a02710e2f user: dkf tags: trunk | |
| 14:29 | Factoring out some more 64/32-bit OS interfaces check-in: 8f153d8b82 user: dkf tags: dkf-64bit-support-branch | |
| 11:10 | normalize fix check-in: 32c5860d49 user: vincentdarley tags: trunk | |
| 01:21 | * More CONST poisoning fixes from the 2001-09-24 TIP 27 changes. CONST-ified Tcl_FSLoadFile and ... check-in: 82ca289320 user: dgp tags: trunk | |
| 00:41 | * Added Tcl_Preserve() and Tcl_Release() to fix segfault introduced by the 2001-09-26 ... check-in: 70efe784b9 user: dgp tags: trunk | |
|
2001-09-27
| ||
| 22:25 | * Updated out-of-date reference to #define GUARD_SIZE. check-in: d674873ac2 user: dgp tags: trunk | |
| 20:32 | * Updated APIs in generic/tclProc.c and generic/tclVar.c according to the guidelines of TIP 27. ... check-in: e3f244969b user: dgp tags: trunk | |
| 15:48 | Pulled changes needed to go to using 64-bit file offsets into one place. OK, so it's tcl.h which isn... check-in: 6e988daa34 user: dkf tags: dkf-64bit-support-branch | |
| 15:11 | Backed out unwise changes check-in: 419bd3b761 user: dkf tags: dkf-64bit-support-branch | |
| 15:09 | Added CONST to file argument for AttemptDb* check-in: bf59d90316 user: dkf tags: dkf-64bit-support-branch | |
| 15:00 | Backed out unwise changes check-in: 7f0fd62bfb user: dkf tags: dkf-64bit-support-branch | |
| 14:56 | Backed out unwise changes, and neatened up decls file check-in: 575a521977 user: dkf tags: dkf-64bit-support-branch | |
| 14:51 | Backed out unwise changes check-in: 4bd8bd14a6 user: dkf tags: dkf-64bit-support-branch | |
| 14:25 | Backing out unwise changes check-in: bfeeb2a228 user: dkf tags: dkf-64bit-support-branch | |
| 14:23 | Backed out unwise changes check-in: a6d453858f user: dkf tags: dkf-64bit-support-branch | |
| 14:11 | Backed out unwise changes check-in: 641711bb48 user: dkf tags: dkf-64bit-support-branch | |
| 14:07 | Adjusted to use Tcl_WideInt for file offsets check-in: 6a79eedcad user: dkf tags: dkf-64bit-support-branch | |
| 13:59 | Updated to use Tcl_StatBuf instead of 'struct stat' check-in: 54c1fcc487 user: dkf tags: dkf-64bit-support-branch | |
| 13:49 | Backing out unwise changes check-in: 4c0c25f627 user: dkf tags: dkf-64bit-support-branch | |
| 13:46 | Backing out unwise changes. check-in: 2f9179ed81 user: dkf tags: dkf-64bit-support-branch | |
| 13:38 | Backing out unwise changes check-in: 66e1621cbf user: dkf tags: dkf-64bit-support-branch | |
| 10:21 | Fixes so as to use wide ints for some stat fields, and to add some warnings on areas with non-64bit ... check-in: c8ca0b3b71 user: dkf tags: dkf-64bit-support-branch | |
| 05:50 | * doc/fileevent.n: Accepted [Patch #465279] adding an example to the fileevent manpage. Minor m... check-in: 9ae632104a user: andreas_kupries tags: trunk | |
| 02:12 | * The changes below fix [Bug #462317] where Expect tried to read more than was in the buffers a... check-in: cd08453fb3 user: andreas_kupries tags: trunk | |
| 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: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: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 | |
| 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: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 | |
| 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
| ||
| 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 | |
| 12:29 | corrected small bug in [Patch 456668] - the varFramePtr was not restored in one possible exit. check-in: b5c9aa4e87 user: msofer tags: trunk | |
| 11:52 | Correcting a typo. check-in: 98612b579c user: msofer tags: trunk | |
| 11:51 | Disabled all compile and execution tracing functionality in standard builds [Bug 451858]. check-in: dfdf785de5 user: msofer tags: trunk | |
|
2001-09-16
| ||
| 07:00 | works! I feel like a sculpter. Not done, by far. Closed-Leaf check-in: 52331e6e0c user: davygrvy tags: daves-mk-branch | |
|
2001-09-15
| ||
| 14:09 | environment prob repaired by using recursion. Looks scary, but works. check-in: dc11d07c04 user: davygrvy tags: daves-mk-branch | |
| 01:56 | added more logic around startup factors along with error messages about issue that the user must add... check-in: 5b7a4fe06e user: davygrvy tags: daves-mk-branch | |
|
2001-09-14
| ||
| 19:20 | * doc/gets.n: * doc/read.n: * doc/puts.n: * doc/flush.n: * doc/fconfigure.n: * doc/flush.n: ... check-in: 6b92103579 user: andreas_kupries tags: trunk | |
| 09:10 | Fixed wildly erroneous dates. check-in: 25c2b6af9b user: dkf tags: trunk | |
| 01:00 | * win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * library/... check-in: c65e18c468 user: andreas_kupries tags: trunk | |
| 00:43 | fixed typo in socket-12.1 check-in: 5b022c9500 user: hobbs tags: trunk | |
|
2001-09-13
| ||
| 23:49 | * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix from 2001-08-06 to actually duplicate t... check-in: d969b5b060 user: hobbs tags: trunk | |
| 19:58 | I forgot to mention [TIP: 56] in a Changelog entry. check-in: 39fe596d3c user: msofer tags: trunk | |
| 19:31 | * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the proper location when the middle of a UTF... check-in: 5f02e9a154 user: hobbs tags: trunk | |
| 19:10 | * ChangeLog.1999: * ChangeLog: broke changes from 199x into ChangeLog.1999 to reduce size of the ... check-in: 4082435af6 user: hobbs tags: trunk | |
| 19:07 | * tests/ioCmd.test: Changed the computation of the result for iocmd-8.1[123] so that the tests ... check-in: 7a1cfa3169 user: andreas_kupries tags: trunk | |
| 11:57 | Correcting date in last Changelog entry. check-in: 4a41c71943 user: msofer tags: trunk | |
| 11:56 | Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the use of Tcl_EvalTokens, replaced b... check-in: 3e892aa048 user: msofer tags: trunk | |
|
2001-09-12
| ||
| 21:00 | * unix/configure: Regen. * unix/tcl.m4: Invert the logic that checks for $GCC. Instead of checkin... check-in: 1878b089da user: mdejong tags: trunk | |
| 20:28 | * Corrected tests to better isolate tests in one file from influencing tests in other files... check-in: 9b3e82229d user: dgp tags: trunk | |
| 16:32 | reserved a stub slot for [TIP 56] check-in: 44d3e8500b user: msofer tags: trunk | |
|
2001-09-11
| ||
| 18:29 | * doc/OpenFileChnl.3: Added documentation for Tcl_WriteRaw and Tcl_ReadRaw [#414929]. * doc/C... check-in: 014b9b3339 user: andreas_kupries tags: trunk | |
| 18:26 | reworked stack-2.1 to be impervious to interp state check-in: 79f6c28369 user: hobbs tags: trunk | |
| 18:03 | Restored to original state from test restrictions ... check-in: a93834e6b9 user: andreas_kupries tags: trunk | |
| 17:30 | * The changes below are a fix for [219253]. * tests/socket.test: Removed _most_ instances of har... check-in: ae3d71b80f user: andreas_kupries tags: trunk | |
| 03:52 | Tried to add Lcc-Win32, but their make is clunking. This will have to see an xml file for auto gene... check-in: ea2f02eacb user: davygrvy tags: daves-mk-branch | |
| 03:01 | Creating branch daves-chop-branch Closed-Leaf check-in: 2c2ee68e8b user: cvs tags: daves-chop-branch | |
| 03:01 | * Updated to reflect 2001-08-23 file system changes. check-in: 54b8921458 user: dgp tags: trunk | |
| 02:46 | added mingw anyways, just for the fun of it. now it's getting real contorted. check-in: 4dbf0ea1f3 user: davygrvy tags: daves-mk-branch | |
| 01:31 | * generic/tclEvent.c (TclInExit): Corrected handling of tsd in late stages of finalization. [Bug ... check-in: 9af33e089e user: hobbs tags: trunk | |
| 00:46 | * tests/stack.test: * generic/tclInterp.c (AliasObjCmd): Check the numLevels to ensure that we ar... check-in: 09e3192250 user: hobbs tags: trunk | |
|
2001-09-10
| ||
| 23:33 | Typo. check-in: 07f7fc2330 user: andreas_kupries tags: trunk | |
| 23:30 | Changed the phrasing of some blocks making them easier to understand. Thanks to Christopher Nelson ... check-in: e5a1486646 user: andreas_kupries tags: trunk | |
| 22:51 | Fix ChangeLog entry, the item in question was a patch and not a bug. check-in: ee29017412 user: mdejong tags: trunk | |
| 22:51 | noted 8.4 version upgrade in lsearch man page check-in: 30320b3850 user: hobbs tags: trunk | |
| 22:43 | * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't include . characters in the Tcl ... check-in: d58e5f803b user: mdejong tags: trunk | |
| 21:49 | * doc/tclsh.1: * doc/Tcl_Main.3: * doc/CrtChannel.3: * doc/OpenFileChnl.3: * doc/GetStdChan.3:... check-in: 70fe9d7da9 user: andreas_kupries tags: trunk | |
| 21:18 | * Added #include of tclInt.h; access to Tcl internals, notably TclpUnloadFile(), is require... check-in: fcf9e4d7c2 user: dgp tags: trunk | |
| 21:06 | * Removed vestiges of Tcl's old initialization from registry variables. [Bug 455645... check-in: 972b600b83 user: dgp tags: trunk | |
| 17:17 | * generic/tclInt.decls: Also added 'TclWinFlushDirtyChannels' to the internal platform specific... check-in: 0f367d5570 user: andreas_kupries tags: trunk | |
| 17:08 | made [proc] bytecompile a no-op for procs defined with _args_ as single argument and an empty body. ... check-in: 8377abd1ac user: msofer tags: trunk | |
| 17:04 | Bytecompiling noops [FQ #451441] check-in: 7cd15dc856 user: msofer tags: trunk | |
| 00:33 | * unix/Makefile.in: * win/Makefile.in: Use () around variable name instead of {}. Use TCLTEST var... check-in: 69392e3d95 user: mdejong tags: trunk | |
|
2001-09-09
| ||
| 22:46 | no message check-in: 15ba655d10 user: davygrvy tags: trunk | |
| 22:45 | * generic/tcl.h: * generic/tclPlatDecls.h: Reminder from David Cuthbert <dacut@kanga.org> that I... check-in: 866b2163df user: davygrvy tags: trunk | |
| 22:25 | * generic/tcl.h: reminder from David Cuthbert <dacut@kanga.org> that I hadn't finished the Borland... check-in: 69bdc398d1 user: davygrvy tags: daves-mk-branch | |
| 17:32 | * tests/cmdAH.test: Modify cmdAH-20.5 and cmdAH-24.8 to display the file atime or mtime results if... check-in: e425e9e440 user: mdejong tags: trunk | |
| 04:20 | first round of edits... Rome wasn't built in a day check-in: 67afb722bc user: davygrvy tags: daves-mk-branch | |
| 00:47 | initial try of forming an all tool Win32 makefile system for VC++, BCC, and Watcom using the native ... check-in: 785c8678c7 user: davygrvy tags: daves-mk-branch | |
|
2001-09-08
| ||
| 23:53 | no message check-in: 3ec4bf3c6e user: davygrvy tags: trunk | |
| 23:52 | * win/mkd.bat: * win/rmd.bat: made these text files, text files again. [Patch: 451333] check-in: 7cfd23e72f user: davygrvy tags: trunk | |
| 22:30 | * win/mkd.bat: * win/rmd.bat: Apply binary property (cvs admin -kb) to files and convert to CRLF... check-in: 8edc367e2e user: mdejong tags: trunk | |
| 14:05 | channel-copy-fix check-in: 1f2c7bb4fd user: vincentdarley tags: trunk | |
| 00:02 | no message check-in: af493149e9 user: davygrvy tags: trunk | |
| 00:00 | * win/tcl.m4: Added -link50compat option so a VC6 linker makes a VC5 (pre sp3) compatible import l... check-in: dc2afbd963 user: davygrvy tags: trunk | |
|
2001-09-07
| ||
| 18:57 | * win/tclWinThrd.c (TclpThreadExit): Cast status argument to _endthreadex to unsigned instead of D... check-in: 3c678e5d93 user: mdejong tags: trunk | |
| 17:08 | * All the changes below serve to fix bug [219148] which reports a 80x performance hit for file ... check-in: fe985089ac user: andreas_kupries tags: trunk | |
| 02:43 | * Updated http package to version 2.4, reflecting the new features just added. check-in: 6b6e834d7c user: dgp tags: trunk | |
| 00:55 | see changes check-in: ef1196cc49 user: hobbs tags: trunk | |
| 00:03 | * doc/http.n: noted -binary, charset and coding state keys. * tests/http.test: * library/http/pkg... check-in: a868c013fb user: hobbs tags: trunk | |
|
2001-09-06
| ||
| 23:04 | * tests/ioUtil.test: changed to make better use of constraints and remove knownBug constraints tha... check-in: d67c697662 user: hobbs tags: trunk | |
| 21:05 | * Updated test to support newer HP-UX releases that properly report euc-jp as the system ... check-in: 21486b76d7 user: dgp tags: trunk | |
| 17:51 | fs check-in: 794a35916c user: vincentdarley tags: trunk | |
| 11:50 | no message check-in: 8ac28b5967 user: davygrvy tags: trunk | |
| 11:48 | * win/tclWinTime.c: More Borland compatibility fixes. [Patch: 436116] check-in: be64ee41b5 user: davygrvy tags: trunk | |
| 10:17 | no message check-in: 2bf30c53a7 user: davygrvy tags: trunk | |
| 10:16 | * generic/tclAlloc.c: Small Borland compatibility fix. check-in: e1fd7ed9f6 user: davygrvy tags: trunk | |
| 09:35 | Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedter check-in: 252b889fc2 user: dkf tags: trunk | |
| 05:27 | no message check-in: adbe3470d3 user: davygrvy tags: trunk | |
| 05:26 | Borland lives once more! rejoice.. check-in: fc5ac8c0a7 user: davygrvy tags: trunk | |
| 03:40 | no message check-in: 9120ffad2a user: davygrvy tags: trunk | |
| 03:38 | changed EDQUOT #define from 49 to 69. Borland had a clash as it was already using this number. Upo... check-in: c6603d7da4 user: davygrvy tags: trunk | |
| 03:30 | no message check-in: 5afa6455ff user: davygrvy tags: trunk | |
| 03:29 | * win/tclWinPort.c: More Borland compatibility fixes. [Patch: 436116] check-in: e43e772d3d user: davygrvy tags: trunk | |
| 03:06 | no message check-in: 855db607fc user: davygrvy tags: trunk | |
| 03:05 | * win/.cvsignore: A few more glob patterns added. check-in: fddf9b0aaa user: davygrvy tags: trunk | |
| 01:39 | no message check-in: 8bce750fc9 user: davygrvy tags: trunk | |
| 01:38 | * win/tclWinPipe.c: More Borland compatibility fixes. [Patch: 436116] check-in: 68252b9dcf user: davygrvy tags: trunk | |
| 00:43 | no message check-in: 2676c861f9 user: davygrvy tags: trunk | |
| 00:41 | * generic/tclPlatDecls.h: Another small trim finalizing Borland support. check-in: 2f75808daf user: davygrvy tags: trunk | |
| 00:39 | * generic/tclPlatDecls.h: Another small trim finalizing Borland support. check-in: 2ef5de7eff user: davygrvy tags: trunk | |
|
2001-09-05
| ||
| 08:21 | winFCmd.test fix check-in: b5cfb28077 user: vincentdarley tags: trunk | |
| 04:32 | no message check-in: e30fca52c2 user: davygrvy tags: trunk | |
| 04:32 | * generic/tcl.h: Removed a small mistake from before. Changes to the EXTERN macro for proper Bor... check-in: 4e3480bcb0 user: davygrvy tags: trunk | |
| 03:34 | no message check-in: 9fc60e3e1c user: davygrvy tags: trunk | |
| 03:34 | * generic/tcl.h: * generic/tclPlatDecls.h: Borland compatibility change so ClientData was proper... check-in: 9a750bbc5c user: davygrvy tags: trunk | |
| 03:15 | no message check-in: 29eac96128 user: davygrvy tags: trunk | |
| 03:12 | * generic/tcl.h: Borland compatibility change so ClientData was properly typed as a void* check-in: bbb89e219c user: davygrvy tags: trunk | |
| 00:34 | no message check-in: 74dd04b2c9 user: davygrvy tags: trunk | |
| 00:32 | * tclWinThrd.c: Revisited _beginthreadex() stuff. Instead of assuming a c-runtime implimentation... check-in: 0eca61869a user: davygrvy tags: trunk | |
|
2001-09-04
| ||
| 23:16 | * Fixed failure to handle expressions like 3eq2 and failure to set errno on overflow. [Bug... check-in: 156fa15818 user: dgp tags: trunk | |
| 22:55 | correction to last Changelog entry: forgot to mention the test. check-in: 942f550687 user: msofer tags: trunk | |
| 22:45 | made [proc] check that formal args have simple names [Bug: 458548] check-in: 1f598f4670 user: msofer tags: trunk | |
| 18:06 | minor fs, vfs fixes check-in: e50cc64ecb user: vincentdarley tags: trunk | |