| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
FossilOrigin-Name: 23b62d7131854fe4c6856f786e06bfe5828c4f6f
|
|
|
|
|
|
|
|
|
|
|
| |
easier to turn on compiler tracing.
* tests/parse.test:
* generic/tclParse.c: Fixed bug in Tcl_EvalEx where the termOffset
was not being updated in cases where the evaluation returned a non
TCL_OK error code. [Bug: 2535]
FossilOrigin-Name: ce8026cea8c676dfd5b6c07892241003d6efe241
|
|
|
| |
FossilOrigin-Name: 27bfd7223c9b74788ebd70a8d05778930fd75688
|
|
|
| |
FossilOrigin-Name: 032a118e12580c47434a8bbac184e4d9c60c0b5c
|
|
|
| |
FossilOrigin-Name: 824e2ec9b8b9d3736342cdd7100960151d39cca5
|
|
|
| |
FossilOrigin-Name: c0840b5c4d9aaede8f247f645e0103e9ca3a8275
|
|
|
| |
FossilOrigin-Name: a5cfb8482357278acc3f49d420390e84d315b197
|
|
|
| |
FossilOrigin-Name: 1a6937fbfc2d1b49e5ddc58d677447ad4f80aa92
|
|
|
|
|
|
| |
Tcl_ListObjGetElements()
FossilOrigin-Name: ac48eb33412c0092536ef1512be418dec909884c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tcl.decls:
* generic/tclDecls.h: Applied patch from Jim Ingham to change the
prototype of Tcl_ListObjGetElements to have the last argument have
a CONST so that you can feed it the objv that you get from the
standard TclObj command proc.
* generic/tclAlloc.c:
* generic/tclCmdIL.c:
* generic/tclIO.c:
* generic/tclThread.c:
* win/tclWinThrd.c:
* unix/tclUnixThrd.c: Fixed Brent's changes so that they work on
Windows (and he fixed the bug in the Unix thread implementation).
FossilOrigin-Name: cfb9ace67b1a6f28603349a246c29834927fcf0c
|
|
|
| |
FossilOrigin-Name: 493612de836ab32db1adeea0f63330b3f5eafe7e
|
|
|
|
|
|
|
|
| |
* tests/string.test: added largest_int proc to adapt for >32 bit
machines and int overflow testing.
* tests/tcltest.test: fixed minor error in 8.2 result (from dgp)
FossilOrigin-Name: ebcd327a4fa4491aea6378897b17ff272a4e3811
|
|
|
| |
FossilOrigin-Name: 5bf564a528d45b9fe11e6e2a66237cbe6bec7af6
|
|
|
| |
FossilOrigin-Name: c0e8a29fd9002b8dea3894ce011d3705d7f73961
|
|
|
|
|
| |
Toolbox.
FossilOrigin-Name: 4c13132580e5d6eb34de1850a7e775d42d603ffc
|
|
|
| |
FossilOrigin-Name: a5ed5c1af78a4d06c9a8ae4b4cfd8227a89c1b08
|
|
|
|
|
|
|
|
|
|
| |
can be linked against alternate thread packages.
2 Added Tcl_GetChannelNames to tclIO.c
3 Added TclVarTraceExists hook so "info exists" triggers read traces
exactly like it did in Tcl 7.6
4 Stubs table changes to reflect new internal and external APIs
FossilOrigin-Name: 0a115beef88e678447b85060766fe9d7b6d1e811
|
|
|
| |
FossilOrigin-Name: 22cd3dfa32c4c582f211b5ef79286037279a9824
|
|
|
| |
FossilOrigin-Name: be29d94a7c99a5d38e5230a13e6fa0a50a791b3e
|
|
|
|
|
|
|
| |
* library/init.tcl: fixed path handling in auto_execok (it could
miss including the normal path on some Windows machines) [Bug: 1276]
FossilOrigin-Name: ea30d74c319970e07a842e1b1947d414421c97fc
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/Object.3: clarified Tcl_DecrRefCount docs [Bug: 1952]
* doc/array.n: clarified array pattern docs [Bug: 1330]
* doc/clock.n: fixed clock docs [Bug: 693]
* doc/lindex.n: clarified to account for new end-int behavior.
* doc/string.n: fixed formatting errors [Bug: 2188 2189]
* doc/tclvars.n: fixed doc error [Bug: 2042]
FossilOrigin-Name: 253cc387827825da08ee3ad4e82a1f53e9658f6f
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/Object.3: clarified Tcl_DecrRefCount docs [Bug: 1952]
* doc/array.n: clarified array pattern docs [Bug: 1330]
* doc/clock.n: fixed clock docs [Bug: 693]
* doc/lindex.n: clarified to account for new end-int behavior.
* doc/string.n: fixed formatting errors [Bug: 2188 2189]
* doc/tclvars.n: fixed doc error [Bug: 2042]
* library/init.tcl: fixed path handling in auto_execok (it could
miss including the normal path on some Windows machines) [Bug: 1276]
FossilOrigin-Name: fa5ab43f53d781a0a0e731405bd8c9e76f7a9d79
|
|
|
|
|
|
|
| |
* library/http2.1/http.tcl: Made use of "i" in init section not
use global var and start at 0 (was 1). [Bug: 2502]
FossilOrigin-Name: 05b0bafac39f7cc201f6f8ddb0097b903e37fc8c
|
|
|
|
|
|
|
| |
* generic/tclLiteral.c: fixed reference to bytes that might
not be null terminated (using objPtr->bytes, which is) [Bug: 2496]
FossilOrigin-Name: c575126b693049a676480cb22cd879ba7417d9fc
|
|
|
|
|
|
|
| |
* doc/tclvars.n: Made it clear that tcl_pkgPath was not set
for Windows (already mentioned in init.tcl) [Bug: 2455]
FossilOrigin-Name: da5846e1563c2fc1215a10884e7a3abf928bf3d2
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/tclvars.n: Made it clear that tcl_pkgPath was not set
for Windows (already mentioned in init.tcl) [Bug: 2455]
* generic/tclLiteral.c: fixed reference to bytes that might
not be null terminated (using objPtr->bytes, which is) [Bug: 2496]
* library/http2.1/http.tcl: Made use of "i" in init section not
use global var. [Bug: 2502]
FossilOrigin-Name: 1965e87ab6c0f9db2d85ad22086050ace416673f
|
|
|
|
|
| |
Tcl_WaitForEvent in this file.
FossilOrigin-Name: 2f6f68605b56c7110a2371349c80b4b0ac45946c
|
|
|
| |
FossilOrigin-Name: 4cf8f5a58847a7fac22fcc4058526bb2b16133d2
|
|
|
|
|
|
| |
patch.
FossilOrigin-Name: af33e52d36c86a3eb08e0e8ccf420785c5198055
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/regcomp.c:
* generic/rege_dfa.c:
* generic/regexec.c:
* generic/regguts.h: Applied patches supplied by Henry Spencer to
greatly enhance the performance of certain classes of regular
expressions. [Bug: 2440, 2447]
FossilOrigin-Name: c161cf02898f99f1fadbd1d0811d87aea37fbbc4
|
|
|
| |
FossilOrigin-Name: c6f78af4091b79c5cf885b98ee9d7dc3877558a9
|
|
|
|
|
|
| |
already in tclInt.decls. Only affects open source release.
FossilOrigin-Name: 55f8cac9c0673fa46bc93a1e4e0413897bf5530e
|
|
|
|
|
|
| |
generic/tclInt.decls
FossilOrigin-Name: 257bae6dc4a6104dff623292684a42ecbb1ca68c
|
|
|
|
|
|
| |
* win/configure.in: Change beta level to b2.
FossilOrigin-Name: 934d16e5cf325e36e8c032c285e13c9570364d59
|
|
|
| |
FossilOrigin-Name: 95c603bf2ee14d175fafef8115bd81109f098fbc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tcl.decls:
* generic/tclDecls.h:
* generic/tclInt.h:
* generic/tclInt.decls:
* generic/tclIntDecls.h:
* generic/tclRegexp.h:
* generic/tclStubInit.c: Move some exported public and internal
functions to the stub tables. Removed functions that are in the
stub tables (from this and previous changes) from the original
header files.
FossilOrigin-Name: 08e3282fc0b0e348d719864127a6d1e06904ec87
|
|
|
|
|
|
|
|
| |
function. Added code to avoid calling TerminateThread(), but
instead to send a message to the socket event window to tell it to
terminate its thread.
FossilOrigin-Name: 77a8b86a7a25007923787b18cf7705a6fcb00ac0
|
|
|
|
|
|
| |
Tcl test code to work wth stubs [Bug: 2445]
FossilOrigin-Name: 6f03b1d1edf5bfb2af12ef1768a04b71f8509587
|
|
|
|
|
|
|
|
|
| |
Patch from James Dennett. [Bug: 2450]
* tests/info.test: Enable test for tclParse.c change (info
complete).
FossilOrigin-Name: 59e2b0685d1922a1729770f2f401fb7031de119b
|
|
|
|
|
|
|
|
|
|
|
|
| |
* win/Makefile.in: Fixing launching of 16-bit apps on Win9x from
wish. The command line was primed with tclpip82.dll, but it was
ignored. Fixed that, then fixed the gmake makefile to build
tclpip82.dll as an executable.
* win/tclWinSock.c: Applied small patch to get thread-specific
data after initializing the socket driver.
FossilOrigin-Name: 0e573cddc1b1509c3e3443ec81d07c8ca0ea9f38
|
|
|
|
|
|
| |
values in Windows.
FossilOrigin-Name: cf3031f4dfdd60e8a56b6f324949364480845aa5
|
|
|
|
|
|
| |
in merging the Makefile.in files later.
FossilOrigin-Name: ef28f0d52d704b7cacfbe44d2a5f8fd2506ce678
|
|
|
|
|
|
| |
brackets [Bug: 2382, 2466]
FossilOrigin-Name: 02e78f811ba7b48eea97c809a1b3e40a53110d55
|
|
|
|
|
|
| |
previous patch to our specs.
FossilOrigin-Name: af62bca30357e3026ac23f57f030eba0247640e5
|
|
|
| |
FossilOrigin-Name: 4300ae3dc98786a442fc3fef7a69573844174678
|
|
|
|
|
|
|
|
| |
channels. Checking for bad/unusable std channels was moved to Tk
since its only purpose was to check whether to use the Tk Console
Window for the std channels. [Bug: 2393 2392 2209 2458]
FossilOrigin-Name: 204ad522090d96fed9ee5de60c2a38f9dc90faa3
|
|
|
|
|
|
| |
suite was started (e.g. wrong # arguments)
FossilOrigin-Name: 4ab899a01525cf08c9c50789dc6621be257c3cce
|
|
|
|
|
|
|
|
|
| |
pack-old.n. Patch from Don Porter. [Bug: 2469]
* doc/Encoding.n: Applied patch to fix typo in .SH NAME line.
Patch from Don Porter. [Bug: 2451]
FossilOrigin-Name: 11860a3bdfe560b2514f8fa7751c142a86099b70
|
|
|
|
|
|
| |
helper threads.
FossilOrigin-Name: 5d8a109496dd29a2ee9cac9e9258a87131c314a2
|
|
|
|
|
|
| |
C compiler warning flags easily.
FossilOrigin-Name: 8ccef65e92647c33a871988aa3d66f222a5dd507
|