summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Change version numbers to 8.2.0redman1999-08-106-17/+17
|
* Rolled back changes to change the prototype ofredman1999-08-105-15/+36
| | | | Tcl_ListObjGetElements()
* * 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).
* Fixed level of indirection in Tcl_GetAllocMutexwelch1999-08-101-1/+2
|
* 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)
* Move Mark Roseman's fix for slow connections from Tcl 8.0 to Tcl 8.2.jingham1999-08-101-2/+30
|
* Trivial cleanup - Windows -> Macintosh in comments.jingham1999-08-101-3/+3
|
* Convert the directory name from Utf to External before passing it to the ↵jingham1999-08-101-4/+7
| | | | Toolbox.
* Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.cwelch1999-08-103-50/+75
|
* 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
* Updated change log for my aolserver-related changeswelch1999-08-101-1/+17
|
* removed unreferenced variable from regcomp.credman1999-08-101-1/+0
|
* 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]
* 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]
* 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]
* 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]
* 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]
* 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]
* 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]
* 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.
* *** empty log message ***stanton1999-08-051-0/+13
|
* * tests/reg.test: Added test for REG_EXPECT bug fixed by Henry'sstanton1999-08-051-1/+2
| | | | patch.
* * 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]
* Released Tcl 8.2b2.scriptics_tclpro_1_3_b4core_8_2_b2redman1999-08-041-1/+79
|
* Remove extern declaration for TclWinGetPlatform functions, they'reredman1999-08-041-6/+1
| | | | already in tclInt.decls. Only affects open source release.
* Move functions declarations out of win/tclWinInt.h that are now inredman1999-08-032-4/+6
| | | | generic/tclInt.decls
* * unix/configure.in:redman1999-08-023-4/+7
| | | | * win/configure.in: Change beta level to b2.
* removed extra declaration of Tcl_RegExpMatchObjredman1999-08-023-17/+3
|
* * 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.
* * 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.
* * generic/tclInt.decls: added declaractions necessary for thehobbs1999-08-015-4/+108
| | | | Tcl test code to work wth stubs [Bug: 2445]
* * 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).
* * 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.
* Added definitions for some symbols in tclConfig.sh that never gotwart1999-07-303-1/+15
| | | | values in Windows.
* Parameterized the static library linkers (ar cr and lib -nologo) to assistwart1999-07-302-2/+4
| | | | in merging the Makefile.in files later.
* * tclParse.c: fixed bug in info complete regarding nested squarehobbs1999-07-302-2/+10
| | | | brackets [Bug: 2382, 2466]
* updated trf patch to fix problems created when adapting Kupries'hobbs1999-07-301-51/+81
| | | | previous patch to our specs.
* Updated to match the new return values from tcltest.jenn1999-07-301-4/+4
|
* * 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]
* 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)
* * 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]
* win/tclWinSock.c: free Win32 Event handles when destroying socketredman1999-07-292-2/+12
| | | | helper threads.
* Added lines so that extensions can set up static linker (ar vs. lib) andwart1999-07-292-3/+15
| | | | C compiler warning flags easily.
* Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions canwart1999-07-282-2/+10
| | | | get these values in the same way they get the debug and optimize CFLAGS.
* * tests/tcltest.test:jenn1999-07-284-31/+45
| | | | | | | | * library/tcltest1.0/tcltest.tcl: Fixed the condition under which ::tcltest::PrintError had an infinite loop problem and added a test case for it. Added an optional argument to ::tcltest::getMatchingFiles telling it where to search for test files.
* update Windows installer bitmap to read Tcl/Tk Version 8.2redman1999-07-272-1/+6
|
* Bug fixes for threaded Tcl on NT with single and dual CPUs. Still someredman1999-07-277-13/+52
| | | | open issues, this code is a little more stable though.
* * tests/tcltest.test:jenn1999-07-264-297/+424
| | | | | | * library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: Cleaned up code in ::tcltest::PrintError, revised documentation, and added tests for the tcltest package.
* Tests for the tcltest packagejenn1999-07-261-0/+296
|
* Change destination of dde package to dde1.1.redman1999-07-261-1/+1
|