summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* 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. FossilOrigin-Name: 0d5ddcfb912766c5815cda3c634f06b355b3acde
* * 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. FossilOrigin-Name: a956513b642afa1d81f0b7bd56aed38d1f007fca
* update Windows installer bitmap to read Tcl/Tk Version 8.2redman1999-07-272-1/+6
| | | FossilOrigin-Name: 04538cac97d35dd55e58e46746c4cbce50dfde22
* 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. FossilOrigin-Name: f4fa2a7ba1bdb443e65019bd05fcdd45b1518fd6
* * 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. FossilOrigin-Name: 857902b876db7b626b600e2e6d3593f037e76ac2
* Tests for the tcltest packagejenn1999-07-261-0/+296
| | | FossilOrigin-Name: c9f00c0092848befc76a7dcd56677f8392a241d3
* Change destination of dde package to dde1.1.redman1999-07-261-1/+1
| | | FossilOrigin-Name: 9ffe120a2d53f5c119d92e38898c89dc9cddbd6d
* Removed patch for bug 2382, for info complete.redman1999-07-233-7/+13
| | | FossilOrigin-Name: 840e9c95ce3610971857271cbf8384c157ede2dc
* * win/tclWinSock.c: Fixed hang with threads enabled, fixedredman1999-07-221-0/+8
| | | | | | | | | | | semaphores with threads disabled. * win/safe.test: Fixed safe-6.3 with threads enabled. * win/Makefile.in: Fixed calling of tcltest to fix safe.test failures due to path TCL_LIBRARY path. FossilOrigin-Name: 30432d73f216cb96ebde81e7a3c96073ed6a284a
* Fix hange with socket code (win32) with threads enabled, fixedredman1999-07-224-20/+38
| | | | | | | the semaphores for threads disabled. Fixed calling of tcltest in Makefile.in (win32) and fixed safe-6.3 for threads enabled. FossilOrigin-Name: a5863b3a819ede0682256e786549373ccf350798
* * Changed version to 8.2b2.redman1999-07-2220-82/+139
| | | | | | | | | | | | | | | | | | | | * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427] FossilOrigin-Name: 589cb7ba77c5ab4acc9acaf8db1a747055dec61b
* Applied patch for info complete. [Bug: 2382]redman1999-07-223-4/+15
| | | FossilOrigin-Name: 9a47ff649a52f5e83014494fbe5445930162dc67
* revert changes to TclpStrftime, not needed for internal functions.redman1999-07-225-20/+16
| | | FossilOrigin-Name: a4cee78edc3a5c4654cbf4fb76845626b0849c0e
* * doc/Utf.3:redman1999-07-229-31/+44
| | | | | | | | | | | | | | | * generic/tcl.decls: * generic/tclInt.decls: * generic/tclDecls.h: * generic/tclIntDecls.h: * generic/tclUtf.c: * compat/strftime.c: * unix/tclUnixTime.c: Changed function declarations in non-platform-specific APIs to use "unsigned long" instead of "size_t", which may not be defined on certain compilers (rather than include sys/types.h, which may not exist). FossilOrigin-Name: 22b143003b180eaed3b7f8c9bad28df440ef6071
* * unix/Makefile.in: Added the Windows configure script to theredman1999-07-222-1/+6
| | | | | | | distribution file list, already shipping configure.in and the .m4 files, but needed the configure script itself. FossilOrigin-Name: 677ba646fbf3b89a38674f3bc9342498b28508b7
* * win/makefile.vc: Changed version number of DDE package in VC++redman1999-07-222-4/+7
| | | | | | makefile to use 1.1 instead of 1.0. FossilOrigin-Name: 6633a54dd50f7bb8f66b6b9daf8ebc9c44c4d6ba
* * doc/open.n: Added documentation of \\.\comX notation for openingredman1999-07-224-97/+178
| | | | | | | | | | | | | serial ports on Windows (alternative to comX:). * tests/ioCmd.test: * doc/open.n: * win/tclWinSerial.c: Applied patch from Rolf Schroedter to add -pollinterval option to fconfigure to modify the maxblocktime used in the fileevent polling. Added documentation and fixed the test case as well. FossilOrigin-Name: 10b63080bd1049094d6170d5bb6b69e894001e82
* added a line to initialize the tclDefaultLibrary tcl global var to "", ashershey1999-07-211-2/+9
| | | | | | was done in Tcl8.0.5. FossilOrigin-Name: b16021515ebcf2d97a3a586066431aec57d053d6
* Previous version was a mistake, roll it back.redman1999-07-211-3/+1
| | | FossilOrigin-Name: 2d8b4e85a68a7e925c61ee01e38ad8ccae6d8b54
* * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socketredman1999-07-213-2280/+2434
| | | | | | | | | | | driver to move the handling of the socket event window in a separate thread. It also turned out that Win95 & Win98 were, in some cases, getting multiple FD_ACCEPTs but only handling one. Added a count for the FD_ACCEPT to take care of this. Tested on NT4 SP3, NT4 SP4, Win95, and Win98. [Bug: 2178 2256 2259 2329 2323 2355] FossilOrigin-Name: 74cee245ff2e963c09302194fea699fc620eb1dc
* added missing '\' at the end of one line (only irix complained about this)hershey1999-07-211-2/+2
| | | FossilOrigin-Name: 323fd26f82774249586ae086a4b1b49992d184e5
* Small tweaks to the top-level README to fix typos and wording.jpeek1999-07-212-6/+10
| | | FossilOrigin-Name: 384e1d2bd9f390eea94311878d947b71f24f38aa
* * generic/tclInitScript.h:hershey1999-07-214-26/+62
| | | | | | | | | | | * unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermediate global tcl var "tclDefaultLibrary" to keep the "tcl_library" var from being set by the default value in the Makefile. Also fixed a bug in which caused the value of TCL_LIBRARY env var to be ignored. * unix/tclWinInit.c: just updated some comments. FossilOrigin-Name: 0d9e2ba09f2c97ca092a6cc055bebc33e8dbced7
* changed http package version from 2.0 to 2.1hershey1999-07-2011-2616/+2622
| | | FossilOrigin-Name: fda7557642412010ee7cce13858a8498b662b5f7
* changed http dir from 2.0 to 2.1hershey1999-07-192-538/+0
| | | FossilOrigin-Name: 124ac761ed4a78e9c54c344b5ef1590acd9869c1
* Add Tcl_SetNotifier to stubs table. [Bug: 2354]redman1999-07-164-3/+20
| | | FossilOrigin-Name: 0fdd9484f551f253b240662a17d511f8ccaf5587
* * unix/aclocal.m4:redman1999-07-164-14/+21
| | | | | | | | | | * unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE floating flag to the compiler, should be -mieee. Patch from Don Porter. * tools/tcl.hpj.in: Change version number of .cnt file referenced in .HPJ file. FossilOrigin-Name: 72240a3a0aec40deab7a91c0a51e9e0750d89dd6
* Fix minor version number.redman1999-07-161-2/+2
| | | FossilOrigin-Name: f5eb99468e55e2b72a437cbb445de9c02db03166
* Install files with 82 instead of 81 suffixredman1999-07-151-5/+5
| | | FossilOrigin-Name: 55cb269e12515e56edcbd7127460994b4ad83a6b
* Change version numberredman1999-07-151-0/+0
| | | FossilOrigin-Name: 38e7639e65b187db34e87e52005cb389596c221c
* Deleted sentence as suggested by Scott Stantonjpeek1999-07-141-5/+1
| | | FossilOrigin-Name: b4d75c8e7d37b176ee40ffcefa6c1b12c530317e
* doc/re_syntax.n: Deleted sentence suggested by Scott S.jpeek1999-07-141-0/+4
| | | FossilOrigin-Name: d7e9fff01e087c2870e33c0bdfcb0ab0d88e6188
* Makefile.in: fixed cat32.exe buildredman1999-07-132-7/+6
| | | | | | makefile.vc: fixed calling tcltest.exe FossilOrigin-Name: 580b6853c561ac63642d7f50c5ccb44ca37673dc
* Add .m4 files and Windows configure.in and Makefile.inredman1999-07-131-1/+8
| | | FossilOrigin-Name: 830c41e50eefa1f1c6ec39c352e13b4aefdf83ef
* Change dde package to 1.1redman1999-07-131-2/+2
| | | FossilOrigin-Name: 9bd199dc6c5d45cb685e1c7387a8c7d6e0b83065