summaryrefslogtreecommitdiffstats
path: root/Misc
ModeNameSize
-rw-r--r--ACKS2305logstatsplain
-rw-r--r--AIX-NOTES7847logstatsplain
-rw-r--r--BLURB1334logstatsplain
-rw-r--r--BLURB.LUTZ5750logstatsplain
-rw-r--r--COPYRIGHT1094logstatsplain
-rw-r--r--FAQ102634logstatsplain
-rwxr-xr-xFixcprt.py1659logstatsplain
-rw-r--r--HISTORY94647logstatsplain
-rw-r--r--HPUX-NOTES973logstatsplain
-rw-r--r--HYPE3208logstatsplain
-rw-r--r--Makefile242logstatsplain
-rw-r--r--NEWS2795logstatsplain
-rw-r--r--QuickRef-1.1.1.ps144397logstatsplain
-rw-r--r--README1486logstatsplain
-rw-r--r--RENAME11097logstatsplain
-rw-r--r--RFD3969logstatsplain
-rw-r--r--cheatsheet22301logstatsplain
-rwxr-xr-xdlMakefile1701logstatsplain
-rwxr-xr-xfaq2html.py5570logstatsplain
-rwxr-xr-xfixfuncptrs.sh2277logstatsplain
-rw-r--r--indent.pro66logstatsplain
-rwxr-xr-xpyimenu.el11856logstatsplain
-rw-r--r--python-mode-old.el78396logstatsplain
-rw-r--r--python-mode.el91237logstatsplain
-rw-r--r--python.gif7380logstatsplain
-rw-r--r--python.man6893logstatsplain
-rwxr-xr-xrenumber.py2671logstatsplain
-rw-r--r--setuid-prog.c5326logstatsplain
tailcall_errorinfo'>dgp_tailcall_errorinfo Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Silence a bunch of unimportant messages from cvsdkf2009-12-161-0/+2
| | | |
| * | | Plug testing memleak. [Bug 2895367]dkf2009-12-122-97/+125
| | | |
| * | | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updatedandreas_kupries2009-12-102-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comments to describe when the function can be entered for the same Tcl_Obj* multiple times. This is a continuation of the 2009-11-10 entry where a memory leak was plugged, but where not sure if that was just a band-aid to paper over some other error. It isn't, this is a legal situation.
| * | | * library/safe.tcl: Backport of the streamlined safe base fromandreas_kupries2009-12-093-891/+859
| | | | | | | | | | | | | | | | | | | | * tests/safe.test: head to the 8.5 branch (See head changelog entries 2009-11-05, 2009-11-06, 2009-12-03).
| * | | * generic/tclStrToD.c: Correct conditional compile directives todgp2009-12-072-6/+13
| | | | | | | | | | | | | | | | | | | | better detect the toolchain that needs extra work for proper underflow treatment instead of merely detecting the mips platform. [Bug 2902010].
| * | | Add support for win32 CALLBACK functions in genStubs.tclnijtmans2009-12-022-3/+11
| | | | | | | | | | | | | | | | (needed for Tk bugfix)
| * | | [Bug 2901433]: Improved description of {*} syntax.dkf2009-11-302-7/+13
| | | |
| * | | [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-2715-43/+54
| | | |
| * | | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-256-285/+19
| | | | | | | | | | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
| * | | Fix [Bug 2891556] and improve test to detect similar manifestations in the ↵ferrieux2009-11-163-7/+29
| | | | | | | | | | | | | | | | future.
| * | | retagcore_8_5_8dgp2009-11-121-7/+7
| | | |
| * | | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-122-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | which used the number of _written_ bytes or character to update the counters for the read bytes/characters. See last entry for the test case.
| * | | * changes: Update for 8.5.8 release.dgp2009-11-122-4/+14
| | | |
| * | | * generic/tclClock.c (TclClockInit): Do not create [clock] supportdgp2009-11-122-1/+13
| | | | | | | | | | | | | | | | commands in safe interps.
| * | | * tests/io.test: New test io-53.11 to test for [Bug 2895565].dgp2009-11-122-1/+36
| | | |
| * | | Fixed a number of test issues for Vista and Win7.patthoyts2009-11-114-265/+337
| | | | | | | | | | | | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
| * | | * library/http/http.tcl: Update the URL syntax check todgp2009-11-115-14/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RFC 3986 compliance on the subject of non-encoded question mark characters. [Bug 2891171]. * library/http/pkgIndex.tcl: Bump to http 2.7.5 to avoid any * unix/Makefile.in: confusion with snapshot "releases" * win/Makefile.in: that might be in ActiveTcl, etc.
| * | | Backported fix for [Bug 2888099] (close discards ENOSPC error) byferrieux2009-11-112-2/+22
| | | | | | | | | | | | | | | | | | | | saving the errno from the first of two FlushChannel()s. Uneasy to test; might need specific channel drivers. Four-hands with aku.
| * | | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECTdgp2009-11-102-10/+13
| | | | | | | | | | | | | | | | evaluation.
| * | | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().dgp2009-11-102-1/+17
| | | | | | | | | | | | | | | | [Bug 2895323]
| * | | Removed outdated Msys + Mingw info, fix for [Bug 2459744].stwo2009-11-092-10/+5
| | | |
| * | | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak indgp2009-11-093-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | TCL_EVAL_DIRECT evaluation. * tests/info.test: Resolve ambiguous resolution of variable "res".
| * | | 2009-11-03 Andreas Kupries <andreask@activestate.com>dgp2009-11-043-18/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/safe.tcl (::safe::InterpSetConfig): [Bug 2854929]. Added code to recursively find deeper paths which may contain modules. Required to handle modules with names like 'platform::shell', which translate into 'platform/shell-X.tm', i.e arbitrarily deep subdirectories.
| * | | * library/tzdata/Asia/Novokuznetsk: New tzdata locale forKevin B Kenny2009-11-044-95/+355
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kemerovo oblast', which now keeps Novosibirsk time and not Kranoyarsk time. * library/tzdata/Asia/Damascus: Syrian DST changes. * library/tzdata/Asia/Hong_Kong: Hong Kong historic DST corrections. Olson tzdata2009q.
| * | | Backported permissions fix for Windows 7 to cleanup test directory.patthoyts2009-11-032-1/+6
| | | |
| * | | *** 8.5.8 TAGGED FOR RELEASE ***dgp2009-11-031-0/+2
| | | |
| * | | * generic/tcl.h: Bump to 8.5.8 for release.dgp2009-11-03