summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Wide int support in [scan] via 'l' modifierdkf2001-10-041-22/+91
* Cleaning up a bit more.dkf2001-10-041-196/+151
* Tests and documentation for wide-int support in [binary] command.dkf2001-10-042-4/+82
* Support for Linux and simpler support for Solarisdkf2001-10-032-12/+11
* Move system #includes until after tcl.h or Bad Things Happen on Linux...dkf2001-10-033-7/+7
* Oops! Forgot to register the obj-type...dkf2001-10-031-1/+4
* Added conditionals to cope with case where 'long' is a 64-bit type.dkf2001-10-022-7/+40
* Basic 64-bit support in the [binary] command.dkf2001-10-021-4/+71
* Factoring out some more 64/32-bit OS interfacesdkf2001-09-288-24/+75
* Pulled changes needed to go to using 64-bit file offsets into one place.dkf2001-09-275-44/+45
* Backed out unwise changesdkf2001-09-276-106/+99
* Added CONST to file argument for AttemptDb*dkf2001-09-271-5/+5
* Backed out unwise changesdkf2001-09-274-199/+182
* Backed out unwise changes, and neatened up decls filedkf2001-09-272-98/+98
* Backed out unwise changesdkf2001-09-272-23/+20
* Backing out unwise changesdkf2001-09-271-4/+4
* Backed out unwise changesdkf2001-09-271-78/+63
* Backed out unwise changesdkf2001-09-273-65/+60
* Adjusted to use Tcl_WideInt for file offsetsdkf2001-09-271-24/+22
* Updated to use Tcl_StatBuf instead of 'struct stat'dkf2001-09-272-39/+36
* Backing out unwise changesdkf2001-09-2719-291/+267
* Backing out unwise changes.dkf2001-09-275-147/+108
* Backing out unwise changesdkf2001-09-274-40/+41
* Fixes so as to use wide ints for some stat fields, and to add some warningsdkf2001-09-277-72/+58
* Now builds on Solaris8/SPARC with both SunPro CC *and* GCC.dkf2001-09-2641-595/+632
* Woo hoo! Builds on one platform (Solaris8/SPARC with SunPro CC)dkf2001-09-2542-474/+948
* Lots more type changes. Added Tcl_AllocStatBuf()...dkf2001-09-2514-125/+190
* Introduced some new types... dkf2001-09-242-70/+88
* Fixed encoding definition for cp1252 (compiled version is OK)dkf2001-09-242-3/+6
* Rebuiltdkf2001-09-241-0/+2
* Doc update (add Tcl_OutputBuffered, remove old changebars)dkf2001-09-242-8/+19
* 'make mklinks' after addition of Tcl_EvalTokensStandarddgp2001-09-241-0/+2
* Another typodgp2001-09-241-2/+2
* corrected formatting error causing 'make mklinks' troubledgp2001-09-241-4/+2
* Corrected formatting error.dgp2001-09-241-2/+2
* * generic/tclExecute.c (TclExecuteByteCode): correctedhobbs2001-09-212-1/+41
* added extra processor definitions.hobbs2001-09-201-3/+18
* removed unnecessary winsock.h includehobbs2001-09-201-2/+1
* changed winsock.h include to winsock2.hhobbs2001-09-201-2/+2
* win/tclWinSock.c (SocketThread): corrected pointer cast for _WIN64.hobbs2001-09-201-2/+2
* removed dependence on socket.test being run from same dir as remote.tcl,dkf2001-09-202-2/+11
* * generic/tclCmdAH.c (Tcl_FormatObjCmd):hobbs2001-09-202-11/+25
* * unix/configure: regen'edhobbs2001-09-202-34/+118
* improved skip reporting of missing commandshobbs2001-09-202-66/+36
* * generic/tclTest.c (TestcmdtokenCmd): corrected pointerhobbs2001-09-201-6/+6
* simplified error check for winFCmd-7.9hobbs2001-09-201-17/+6
* added back deletion of "more" filehobbs2001-09-191-1/+2
* tests/winPipe.test: removed obsolete cat16 testshobbs2001-09-192-117/+5
* see changeshobbs2001-09-191-0/+20
* * generic/tclExecute.c (TclExecuteByteCode): fixed invalid usagehobbs2001-09-191-30/+39