summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/tcltest1.0/tcltest.tcl: Modified tcltest so thatjenn1999-08-273-92/+216
| | | | | | | variables are only initialized to their default values if they did not previously exist. FossilOrigin-Name: 1574427937f3b701e78b9c76fcedbc7bf64e107d
* * tests/tcltest.test:jenn1999-08-276-30/+89
| | | | | | | | * library/tcltest1.0/tcltest.tcl: Added a -args flag that sets a variable named ::tcltest::parameters based on whatever's being sent in as the argument to the -args flag. FossilOrigin-Name: 03b5b8d2c0bd23c086719191cab1bb3afb5a7c7c
* * tests/tcltest.test: Added additional tests for -tmpdir, markedjenn1999-08-237-57/+122
| | | | | | | | | | | | | | | | all tests that use exec as unixOrPc. * tests/encoding.test: * tests/interp.test: * tests/macFCmd.test: * tests/parseOld.test: * tests/regexp.test: Applied patches from Jim Ingham to add encoding to a Mac only interp test, change an error message in macFCmd.tet, put a comment in parseOld.test, fix tests using the testencoding path command, and put unixOrPc constraints on tests that use exec. FossilOrigin-Name: 13304f0d0d02e8e4244e1e51ab5e3e8479f962f2
* *** empty log message ***hobbs1999-08-211-4/+4
| | | FossilOrigin-Name: a09342dc94f42a5d94e6b14e01ebfbc18ef5f9d5
* 1999-08-21 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-1/+1
| | | | | | | * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9] [Bug: 1909] FossilOrigin-Name: 92192bdcaaa5163c12b4aac21f858e47eb9ccdfa
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-2/+2
| | | | | | * generic/tclPosixStr.c: fixed typo [Bug: 2592] FossilOrigin-Name: bd454873887eb7d724b770e2ff241c6e2bd17429
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-2117-74/+74
| | | | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588] FossilOrigin-Name: 9772601e1f9ebb9cd5b8613e21170f240af3c795
* 1999-08-21 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-2/+22
| | | | | | | | | | | | | | | | | * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9] [Bug: 1909] 1999-08-20 Jeff Hobbs <hobbs@scriptics.com> * generic/tclPosixStr.c: fixed typo [Bug: 2592] * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588] 1999-08-19 Jeff Hobbs <hobbs@scriptics.com> * win/README.binary: fixed version info and some typos [Bug: 2561] FossilOrigin-Name: fce88c177e988f24af78281509924235b85589f7
* 1999-08-19 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-192-3/+12
| | | | | | | * generic/tclIO.c: changed Tcl_GetChannelNames* to use K&R style headers (style guide, also pleases HP cc) FossilOrigin-Name: 769c31641d37c43815af475054b2bdbfeb6805a8
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-5/+5
| | | | | | | | * unix/Makefile.in: changed the dependency structure so that install-* is dependent on * (ie - install-binaries is dependent on binaries). FossilOrigin-Name: d2761cadc2b7fa2d197bfb91226d398b0dce4a09
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-192-10/+37
| | | | | | added tests for bug fixes FossilOrigin-Name: 5151e2b2b1475df42911434538b01508a67b2e82
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-1911-472/+436
| | | | | | | | | | | | | | | * library/auto.tcl: * library/init.tcl: * library/ldAout.tcl: * library/package.tcl: * library/safe.tcl: * library/word.tcl: * library/http2.1/http.tcl: * library/msgcat1.0/msgcat.tcl: updated libraries to better Tcl style guide (no more string comparisons with == or !=, spacing changes). FossilOrigin-Name: e3a02d20c46d61cc25ed989999e3cdf41c625258
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-1911-33/+81
| | | | | | | | | | | | | | | | * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests. * generic/tclCompile.c: add TCL_TOKEN_VARIABLE to the part types that cause differed compilation for exprs, to correct the expr double-evaluation problem for vars. Added test cases. FossilOrigin-Name: fb64d24b32ff3d05e496d1eab420ef8b4f46b30b
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-193-12/+37
| | | | | | | | | | | | | | * doc/Eval.3: fixed doc on input args [Bug: 2114] * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests. FossilOrigin-Name: 7751b2712ef34b0a1d258adb2e80b247aa52be24
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Eval.3: fixed doc on input args [Bug: 2114] * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests. * tests/expr.test: * generic/tclCompile.c: add TCL_TOKEN_VARIABLE to the part types that cause differed compilation for exprs, to correct the expr double-evaluation problem for vars. Added test cases. * unix/Makefile.in: changed the dependency structure so that install-* is dependent on * (ie - install-binaries is dependent on binaries). * library/auto.tcl: * library/init.tcl: * library/ldAout.tcl: * library/package.tcl: * library/safe.tcl: * library/word.tcl: * library/http2.1/http.tcl: * library/msgcat1.0/msgcat.tcl: updated libraries to better Tcl style guide (no more string comparisons with == or !=, spacing changes). FossilOrigin-Name: e50e0a11be38cb2197ec87413abb64f76611c651
* typojenn1999-08-171-2/+2
| | | FossilOrigin-Name: dcf9edc93d5e8cb710c9af75d6ff867b0b7597c2
* Update copyrights and add my name to Ray's in the credits (blush).jingham1999-08-162-3/+4
| | | FossilOrigin-Name: 1b154b6e795ac7a7525b72157a75ca6ebb69172f
* Update the copyrights.jingham1999-08-161-3/+3
| | | FossilOrigin-Name: ac892775767f88f5d813d14add2409a4ada5971a
* Update copyrights and add my name to Ray's in the credits (blush).jingham1999-08-161-4/+4
| | | FossilOrigin-Name: 84ae3d0d348a8ad486dabbaf95152d7074c0e267
* If you are running the testsuite, set the Stack size to 768K so you can pass ↵jingham1999-08-161-3/+16
| | | | | the regexp tests. For most sane regexps, however 512K is fine. FossilOrigin-Name: f8e83859fc77f54787856f1d17b53216fd9312e6
* Update copyrights and add my name to Ray's in the credits (blush).jingham1999-08-161-4/+4
| | | FossilOrigin-Name: d854c74a23a3a067e536e985fd940d99ae418257
* Change the permissions for opening resource files to Shared. Suprisingly ↵jingham1999-08-151-3/+3
| | | | | enough, this is the only way to get notification if you have opened the file twice... FossilOrigin-Name: ba2d9e8c517dfd852cf715c692597306b65cc3b3
* Note Stack space increase needed for complex patterns with many ↵jingham1999-08-151-1/+6
| | | | | subexpressions in Tcl8.2 regexp package. FossilOrigin-Name: 7ce80f7793446c02947f0eea1da5d4aa3bc1e1c6
* Require Tcl 8.2jingham1999-08-151-2/+2
| | | FossilOrigin-Name: 9ab652d8fca191c50bfcded63b9f5dcb444e67ca
* Typo in commentjingham1999-08-151-2/+2
| | | FossilOrigin-Name: 5af29d3264276604e04b0f0d6ba944b4cb2b35ab
* Minor tweaks to get these pages through the HTML converterscriptics-tclpro-1-3-0core-8-2-0welch1999-08-133-13/+9
| | | FossilOrigin-Name: 955414971dddf0f991453bbf086b4fd7d4e00f92
* Updated to handle more special backslash sequences foundwelch1999-08-131-1/+2
| | | | | | in re_syntax.n FossilOrigin-Name: 7bc8c1e80d0571219767d202c58b25e3a862dd88
* Release 8.2.0.redman1999-08-131-1/+10
| | | FossilOrigin-Name: dd882ac96d292f4911e360470504df1acc118725
* Fixed bad function definition, should use void instead of VOID forredman1999-08-131-2/+2
| | | | | | return type (does not return "void *"). FossilOrigin-Name: e312151bcd399a544ea6884e77d13085f9109dc6
* Fixed type, USE_TCL_ALLOC should be USE_TCLALLOCredman1999-08-131-2/+2
| | | FossilOrigin-Name: 3bc29fd3487b4c045110fcb53f69d4f6b0728d55
* Update to move the build directory out of the source tree.jingham1999-08-131-1/+1
| | | FossilOrigin-Name: 179db97ef4637b8307c5252fb8add3a065724429
* *** empty log message ***jingham1999-08-131-0/+5
| | | FossilOrigin-Name: 1e10d11974605da3d9aca9122de18ad10fba4606
* *** 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