summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* All uses of 'panic' (the macro) changeddavygrvy2003-12-2451-306/+309
| | | | | | | to 'Tcl_Panic' (the function). The #define of panic in tcl.h clearly states it is deprecated in the comments. [Patch 865264]
* prevent static buffer overflow (Doh!)davygrvy2003-12-231-4/+4
|
* fixed static buffer overflowdavygrvy2003-12-231-2/+2
|
* no messagedavygrvy2003-12-231-1/+13
|
* Removed note that makefile.vc needs to have a version number changed.davygrvy2003-12-231-2/+1
|
* VERSION macro now set by reading tcl.h for it.davygrvy2003-12-231-2/+13
|
* New feature for extensions that use rules.vc. Now reads header files fordavygrvy2003-12-232-12/+90
| | | | | version strings. No more hard coding TCL_VERSION = 8.5 and having to edit it when you swap cores.
* no messagedavygrvy2003-12-211-0/+10
|
* Structured Exception Handling added around Tcl_Finalize called fromdavygrvy2003-12-211-3/+14
| | | | | | | | DllMain's DLL_PROCESS_DETACH. We can't 100% assured that Tcl is being unloaded by the OS in a stable condition and we need to protect the exit handlers should the stack be in a hosed state. AT&T style assembly for SEH under MinGW has not been added yet. This is a first part change for [Patch 858493]
* * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bugdas2003-12-172-2/+9
| | | | when numeric scan-value cache contains NULL value.
* fix to file normalization with relative linksvincentdarley2003-12-177-47/+183
|
* fix to fs norm bug 860402vincentdarley2003-12-171-20/+30
|
* fix to fs norm bug 860402vincentdarley2003-12-173-4/+37
|
* Added trace for bugfixes #839519 and #861515vasiljevic2003-12-171-0/+9
|
* fixed Tcl_FSGetTranslatedPath to always return properly refcountedvasiljevic2003-12-171-9/+10
| | | | path object. This fixes Tcl Bug #861515.
* Fixed 2 memory (object) leaks; Tcl Bug #839519vasiljevic2003-12-171-2/+4
|
* improved documentation on memory managementvincentdarley2003-12-162-16/+26
|
* marked test as nonPortablevincentdarley2003-12-162-2/+8
|
* Made a variable file-local for safetydkf2003-12-162-2/+6
|
* * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-163-6/+35
| | | | | | | | | with Borland. * win/tclWinTime.c (TclpGetDate) : Borland's localtime() has a slight behavioral difference. From Helmut Giese <hgiese@ratiosoft.com> [Patch 758097].
* * win/tcl.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-2/+2
| | | | | support Borland's rc tool. From Helmut Giese <hgiese@ratiosoft.com>.
* * wintclsh.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-0/+6
| | | | | support Borland's rc tool. From Helmut Giese <hgiese@ratiosoft.com>.
* Slight modification to the STRINGIFY macro to support Borland's rc tool.davygrvy2003-12-161-2/+2
|
* * generic/tclInt.decls: commented-out entry fordavygrvy2003-12-154-17/+17
| | | | | | TclpCheckStackSpace, removing it from the Stubs table. It's already declared in tclInt.h and labeled as a function that is not to be exported. Regened tables.
* TIP#75 Implementationdkf2003-12-144-22/+305
|
* Stop warnings due to (annoying) C type promotion rules.dkf2003-12-141-6/+5
|
* rewrite of file normalizationvincentdarley2003-12-142-84/+226
|
* prefer Tcl_LongAsWide and Tcl_WideAsLong for casts.davygrvy2003-12-131-5/+5
|
* no messagedavygrvy2003-12-131-1/+8
|
* Win32's SetFilePointer() takes LONGs not DWORDs. Redid local varsdavygrvy2003-12-131-11/+11
| | | | to avoid all casting except where truly required.
* better filesystem tests with more informative resultsvincentdarley2003-12-121-8/+16
|
* various filesystem fixesvincentdarley2003-12-121-0/+21
|
* allow creation of relative linksvincentdarley2003-12-122-5/+26
|
* new filesystem testsvincentdarley2003-12-122-3/+124
|
* file normalize ~nobody fixvincentdarley2003-12-121-1/+4
|
* improved filesystem documentationvincentdarley2003-12-123-44/+55
|
* no messagedavygrvy2003-12-121-0/+7
|
* (SocketThreadExitHandler) : added a TerminateThread fallback just in casedavygrvy2003-12-121-2/+12
| | | | | the socket handler thread is really in a paused state. This can happen when Tcl is being unloaded by the OS from an exception handler.
* * unix/configure:hobbs2003-12-093-6/+81
| | | | | * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (cassoff)
* fixed tests and constraints and setup so works x-platformvincentdarley2003-12-091-20/+53
|
* #ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]dkf2003-12-093-2/+17
|
* NT file permissions fix and testsvincentdarley2003-12-094-10/+137
|
* Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-023-41/+87
|
* * doc/lset.n: fix typo [Bug 852224]Miguel Sofer2003-12-012-2/+6
|
* * generic/tclParse.c: Corrected faulty check for trailing whitedgp2003-11-243-3/+22
| | | | | space in {expand} parsing. Thanks Andreas Leitgeb. [Bug 848262]. * tests/parse.test: New tests for the bug.
* remove windows [cd] bugvincentdarley2003-11-242-5/+18
|
* * tests/winFCmd.test (winFCmd-16.10,11): Merged new tests fromdgp2003-11-212-5/+19
| | | | core-8-4-branch.
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-202-2/+11
| | | | LOOKUP_FOR_UPVAR and TCL_PARSE_PART1 (deprecated) [Bug 835020]
* * tests/compile.test (compile-16.22.0): Improved test for thedgp2003-11-202-5/+13
| | | | recent fix for Bug 845412.
* Fixed Bug 845412; long commands without expansion don't get tangled with thedkf2003-11-193-3/+17
| | | | expansion machinery now...