summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***stanton1999-08-121-0/+10
| | | FossilOrigin-Name: 23b62d7131854fe4c6856f786e06bfe5828c4f6f
* * win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make itstanton1999-08-123-14/+37
| | | | | | | | | | | 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
* tclConfig.sh is now installed for windowswart1999-08-121-1/+2
| | | FossilOrigin-Name: 27bfd7223c9b74788ebd70a8d05778930fd75688
* Applied patch to remove compiler warning.redman1999-08-122-47/+53
| | | FossilOrigin-Name: 032a118e12580c47434a8bbac184e4d9c60c0b5c
* Added definition for STLIB_LDwart1999-08-112-0/+2
| | | FossilOrigin-Name: 824e2ec9b8b9d3736342cdd7100960151d39cca5
* Added substitution for STLIB_LD, the static linker.wart1999-08-111-1/+2
| | | FossilOrigin-Name: c0840b5c4d9aaede8f247f645e0103e9ca3a8275
* Include the unix/aclocal.m4 file in the distribution.redman1999-08-111-1/+2
| | | FossilOrigin-Name: a5cfb8482357278acc3f49d420390e84d315b197
* Change version numbers to 8.2.0redman1999-08-106-17/+17
| | | FossilOrigin-Name: 1a6937fbfc2d1b49e5ddc58d677447ad4f80aa92
* Rolled back changes to change the prototype ofredman1999-08-105-15/+36
| | | | | | Tcl_ListObjGetElements() FossilOrigin-Name: ac48eb33412c0092536ef1512be418dec909884c
* * generic/tclListObj.c:core-8-2-b3-baseredman1999-08-109-82/+91
| | | | | | | | | | | | | | | | | | * 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
* Fixed level of indirection in Tcl_GetAllocMutexwelch1999-08-101-1/+2
| | | FossilOrigin-Name: 493612de836ab32db1adeea0f63330b3f5eafe7e
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-103-5/+22
| | | | | | | | * 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
* Move Mark Roseman's fix for slow connections from Tcl 8.0 to Tcl 8.2.jingham1999-08-101-2/+30
| | | FossilOrigin-Name: 5bf564a528d45b9fe11e6e2a66237cbe6bec7af6
* Trivial cleanup - Windows -> Macintosh in comments.jingham1999-08-101-3/+3
| | | FossilOrigin-Name: c0e8a29fd9002b8dea3894ce011d3705d7f73961
* Convert the directory name from Utf to External before passing it to the ↵jingham1999-08-101-4/+7
| | | | | Toolbox. FossilOrigin-Name: 4c13132580e5d6eb34de1850a7e775d42d603ffc
* Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.cwelch1999-08-103-50/+75
| | | FossilOrigin-Name: a5ed5c1af78a4d06c9a8ae4b4cfd8227a89c1b08
* 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so theywelch1999-08-1010-56/+225
| | | | | | | | | | 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
* Updated change log for my aolserver-related changeswelch1999-08-101-1/+17
| | | FossilOrigin-Name: 22cd3dfa32c4c582f211b5ef79286037279a9824
* removed unreferenced variable from regcomp.credman1999-08-101-1/+0
| | | FossilOrigin-Name: be29d94a7c99a5d38e5230a13e6fa0a50a791b3e
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-8/+10
| | | | | | | * 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
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-096-18/+21
| | | | | | | | | | | * 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
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-2/+13
| | | | | | | | | | | | | * 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
* 1999-08-05 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-053-6/+9
| | | | | | | * 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
* 1999-08-05 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-051-3/+6
| | | | | | | * generic/tclLiteral.c: fixed reference to bytes that might not be null terminated (using objPtr->bytes, which is) [Bug: 2496] FossilOrigin-Name: c575126b693049a676480cb22cd879ba7417d9fc
* 1999-08-05 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-051-13/+13
| | | | | | | * doc/tclvars.n: Made it clear that tcl_pkgPath was not set for Windows (already mentioned in init.tcl) [Bug: 2455] FossilOrigin-Name: da5846e1563c2fc1215a10884e7a3abf928bf3d2
* 1999-08-05 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-051-0/+9
| | | | | | | | | | | * 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
* Declare the tclStubs table so we can use it to swap out Tcl_SetTimer and ↵jingham1999-08-051-1/+8
| | | | | Tcl_WaitForEvent in this file. FossilOrigin-Name: 2f6f68605b56c7110a2371349c80b4b0ac45946c
* *** empty log message ***stanton1999-08-051-0/+13
| | | FossilOrigin-Name: 4cf8f5a58847a7fac22fcc4058526bb2b16133d2
* * tests/reg.test: Added test for REG_EXPECT bug fixed by Henry'sstanton1999-08-051-1/+2
| | | | | | patch. FossilOrigin-Name: af33e52d36c86a3eb08e0e8ccf420785c5198055
* * generic/regc_nfa.c:stanton1999-08-055-72/+111
| | | | | | | | | | | * 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
* Released Tcl 8.2b2.scriptics-tclpro-1-3-b4core-8-2-b2redman1999-08-041-1/+79
| | | FossilOrigin-Name: c6f78af4091b79c5cf885b98ee9d7dc3877558a9
* Remove extern declaration for TclWinGetPlatform functions, they'reredman1999-08-041-6/+1
| | | | | | already in tclInt.decls. Only affects open source release. FossilOrigin-Name: 55f8cac9c0673fa46bc93a1e4e0413897bf5530e
* Move functions declarations out of win/tclWinInt.h that are now inredman1999-08-032-4/+6
| | | | | | generic/tclInt.decls FossilOrigin-Name: 257bae6dc4a6104dff623292684a42ecbb1ca68c
* * unix/configure.in:redman1999-08-023-4/+7
| | | | | | * win/configure.in: Change beta level to b2. FossilOrigin-Name: 934d16e5cf325e36e8c032c285e13c9570364d59
* removed extra declaration of Tcl_RegExpMatchObjredman1999-08-023-17/+3
| | | FossilOrigin-Name: 95c603bf2ee14d175fafef8115bd81109f098fbc
* * generic/tcl.h:redman1999-08-029-37/+53
| | | | | | | | | | | | | | | * 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
* * win/tclWinSock.c: Added comment block to SocketThread()redman1999-08-012-8/+34
| | | | | | | | 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
* * generic/tclInt.decls: added declaractions necessary for thehobbs1999-08-015-4/+108
| | | | | | Tcl test code to work wth stubs [Bug: 2445] FossilOrigin-Name: 6f03b1d1edf5bfb2af12ef1768a04b71f8509587
* * unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5.redman1999-07-313-8/+18
| | | | | | | | | Patch from James Dennett. [Bug: 2450] * tests/info.test: Enable test for tclParse.c change (info complete). FossilOrigin-Name: 59e2b0685d1922a1729770f2f401fb7031de119b
* * win/tclWinPipe.c:redman1999-07-314-7/+28
| | | | | | | | | | | | * 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
* Added definitions for some symbols in tclConfig.sh that never gotwart1999-07-303-1/+15
| | | | | | values in Windows. FossilOrigin-Name: cf3031f4dfdd60e8a56b6f324949364480845aa5
* Parameterized the static library linkers (ar cr and lib -nologo) to assistwart1999-07-302-2/+4
| | | | | | in merging the Makefile.in files later. FossilOrigin-Name: ef28f0d52d704b7cacfbe44d2a5f8fd2506ce678
* * tclParse.c: fixed bug in info complete regarding nested squarehobbs1999-07-302-2/+10
| | | | | | brackets [Bug: 2382, 2466] FossilOrigin-Name: 02e78f811ba7b48eea97c809a1b3e40a53110d55
* updated trf patch to fix problems created when adapting Kupries'hobbs1999-07-301-51/+81
| | | | | | previous patch to our specs. FossilOrigin-Name: af62bca30357e3026ac23f57f030eba0247640e5
* Updated to match the new return values from tcltest.jenn1999-07-301-4/+4
| | | FossilOrigin-Name: 4300ae3dc98786a442fc3fef7a69573844174678
* * win/tclWinChan.c: Allow tcl to open CON and NUL, even for stdredman1999-07-302-15/+23
| | | | | | | | 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
* Exit with non-zero status if there were problems with the way the testjenn1999-07-302-14/+14
| | | | | | suite was started (e.g. wrong # arguments) FossilOrigin-Name: 4ab899a01525cf08c9c50789dc6621be257c3cce
* * unix/mkLinks.tcl: Applied patch to avoid linking pack.n toredman1999-07-293-8/+9
| | | | | | | | | 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
* win/tclWinSock.c: free Win32 Event handles when destroying socketredman1999-07-292-2/+12
| | | | | | helper threads. FossilOrigin-Name: 5d8a109496dd29a2ee9cac9e9258a87131c314a2
* Added lines so that extensions can set up static linker (ar vs. lib) andwart1999-07-292-3/+15
| | | | | | C compiler warning flags easily. FossilOrigin-Name: 8ccef65e92647c33a871988aa3d66f222a5dd507