summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog entry for the resource command bug fix.jingham1998-11-101-1/+6
| | | FossilOrigin-Name: 002000a2dd6092f1e09a47799947c21ea9bf0add
* Fixed some tests which were failing on the Mac because of path differences. ↵jingham1998-11-104-24/+41
| | | | | Added a test to the resource tests to cover the but I fixed. Fixed the stat test commands - the mac files were getting a leading :, which the test commands did not expect FossilOrigin-Name: b66419d3df3fe52260d8cb71d5d83b3f77257b43
* Fixed a bug in the resource command when the file was opened twice. Fixed a ↵jingham1998-11-106-113/+65
| | | | | bug in the testWriteTextResource command - it wrote one too many bytes. Factored out the common code from the .pch files FspLocationFromPath - make path a CONST FossilOrigin-Name: 784962bdc874b00d3e1e5b2c6c732347a11b617f
* Fixed timeout-related HTTP testwelch1998-11-031-2/+10
| | | FossilOrigin-Name: 6fe3862eab727c4625e3556528010d792fd94774
* fixed test that got stale on Windowsstanton1998-11-031-2/+5
| | | FossilOrigin-Name: da9fa6e9ec69b1f3ca7695cc53daa2a4787d80a1
* cleaned up test suite so most of the tests pass on Windowsstanton1998-11-0211-42/+59
| | | FossilOrigin-Name: e3b726ecfd82a8528d888f544650da8fa92946e1
* fixed bug in pkg_mkIndex that is hit when TCL_LIBRARY is a relativestanton1998-11-021-1/+7
| | | | | | path (e.g. in the test suite) FossilOrigin-Name: 7a0a2a8595299a4a106283cb72df61dacd83f4ea
* Fixed declaration of errorInfo in tcl_findLibrarywelch1998-11-022-4/+5
| | | FossilOrigin-Name: dbd547732b6a86537d6c1b3279be0c6e628dd95d
* Made "install-libraries" target more silent when copying library files.suresh1998-11-021-21/+21
| | | FossilOrigin-Name: 236c189a56f6f92340896b851d6cac01c42e4475
* Overhaul of pkg_mkIndexwelch1998-10-305-417/+251
| | | FossilOrigin-Name: 89ed51a0e3d3f38297d136d7ce6066655f3ebf52
* Fixed the Tcl_NotifyChannel bug, plus added a test case for it.welch1998-10-303-14/+36
| | | | | | | | Simply replaced Tcl_RegisterChannel/UnregisterChannel with Tcl_Preserve/Tcl_Release was all it took. Chanels are already "eventually freed" FossilOrigin-Name: b31fdd817b4057d1a9e978490f5ea1ed41c2ab9e
* Added "-D_OLD_TERMIOS" when building on IRIX 6.3 to create backward compatiblesuresh1998-10-281-2/+10
| | | | | | binaries for IRIX 6.2. FossilOrigin-Name: ad3c55f16b5c669bd4f1cb4dfb5f6982a9198ae7
* Fixed a typo in tcl_findLibrary, and fixed the logic that ensureswelch1998-10-233-15/+38
| | | | | | | the parent directory of tcl_library is on the auto_path. Added a comment to init.tcl about how auto_path is initialized. FossilOrigin-Name: 888280c12ed9c09392ef56bb178559545e0d6007
* Changed config & Makefile to support n32 on IRIX.rjohnson1998-10-204-9/+25
| | | FossilOrigin-Name: d999c483da8a7ba810ccf5d68fec14f458daee06
* On Windows, Added the "debug" element of the tcl_platform array whichsuresh1998-10-202-2/+21
| | | | | | | | | indicates that the particular Tcl shell has been compiled with debug information Using "info exists tcl_platform(debug)" a Tcl script can direct the interpreter to load debug versions of DLLs with the load command. FossilOrigin-Name: 519628b6648f80711432c81862846a80e8859bfe
* Added the pkg_mkIndex test suiteescoffon1998-10-1715-0/+739
| | | FossilOrigin-Name: ace5d576b23330b3bb85f11c70513669c5c45b58
* Bumped the optimization to -O2 (optimize speed); test suite seems to haveescoffon1998-10-173-10/+12
| | | | | | worked (as much as test suites under windows work) FossilOrigin-Name: 0247552e6b38ae370ad343c44e5661469cb61536
* Added README and README.binary to the list of files to modifyescoffon1998-10-171-1/+3
| | | FossilOrigin-Name: 0835146a4cafbd935cefedd5fd3b2393c02372e9
* upgraded to the new interfaces: -direct, -nopkgrequireescoffon1998-10-171-7/+66
| | | FossilOrigin-Name: 994e28878c5d631fb903ebe5394dd9cd9493b567
* Fixed a number of buglets in pkg_mkIndex:escoffon1998-10-171-9/+69
| | | | | | | | | | - on windows, use case-insensitive comparison with the shared lib extension, so that both .DLL and .dll files are loaded (.DLL were sourced) - if the glob fails, make sure we go back to the old directory - make sure we can handle packages that spread over multiple files - set auto_path in the slave consistently with ours FossilOrigin-Name: 16bf786a4c94423e853f7d4038e130e4da9cbd10
* Added fix to list processing in tclNotify that could cause events to be dropped.rjohnson1998-10-142-4/+16
| | | | | | Added test to intetp test suite. FossilOrigin-Name: 38ee7119c7b9311c45d5dce6bd192a79c6af6a7c
* Made some the prototypes & function defs consistant in tclUnixTest.crjohnson1998-10-141-3/+4
| | | FossilOrigin-Name: dbb637ea7ef28646b07d0d04536d12588c3c0c31
* Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passedrjohnson1998-10-136-8/+18
| | | | | | | | in 0 elements. Despite what docs said. Also updated a few copyright notices. FossilOrigin-Name: 485b7d35e6ae018a44806b79953dc8bbcf700ab8
* Fixed bug in "lsort -dictionary" that caused problems when comparingrjohnson1998-10-133-15/+24
| | | | | | numbers that started with 0. FossilOrigin-Name: bdfc546373733aab3cedcbc85dff3f5d60f4fd74
* Bumped patch number to 8.0.4escoffon1998-10-133-11/+11
| | | FossilOrigin-Name: ee94132f9bbd9489c96a2c9a7d6a123fb6799e38
* Fixed bug in "info complete" - it did not handle NULLs correctly.rjohnson1998-10-133-8/+16
| | | FossilOrigin-Name: 5ae085bcc21de9de1f5e59b1e85bc8909c02ac60
* Fixed a bug that caused the Tcl DLL to be linked against msvcrt.lib forescoffon1998-10-071-5/+5
| | | | | | both debug and nodebug builds. FossilOrigin-Name: 39335e2e3dc0a33b433270095eeaa9f25a3fa2cf
* Minor changes in test file & C style.rjohnson1998-10-062-7/+8
| | | FossilOrigin-Name: ca39630118f8a85d646af03751d0da13bdcd54f4
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-0510-129/+881
| | | | | | | | | representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff. FossilOrigin-Name: 0aa459d72f6b4b36bc6ce6cbf2e6caa923b60acd
* added comment to clarify that it is not valid to modify argumentstanton1998-10-051-2/+7
| | | | | | strings in a string-based Tcl command FossilOrigin-Name: 975dbf936788141b05dfb0a36f1829b6cd8b83a5
* merged tcl8.0.4 changesstanton1998-09-301-1/+9
| | | FossilOrigin-Name: 705dc36abf945d4d51f2a3cbb5be9e1a7ffdb689
* merged tcl8.0.4 changes to fix Windows memory allocationstanton1998-09-301-6/+7
| | | FossilOrigin-Name: eec70dc1ffa34ba6bedad99258fc90de1da708f9
* Added tests/stack.test, to test recursion limits.escoffon1998-09-302-3/+26
| | | | | | Added SHLIB_PATH to the list of special macros to ignore. FossilOrigin-Name: c4a3d413ed77c20aaafd3381df58436f077580a5
* Added support for Win95.escoffon1998-09-302-40/+46
| | | FossilOrigin-Name: e22198e2583f7e57ca314bca26f1da9fe8bccb68
* Removed function declarations that were never used and not referencedrjohnson1998-09-293-22/+3
| | | | | | by any implementation. FossilOrigin-Name: 2510e314d33e88ec0fdcbb950c883a6d4bdc261e
* Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS.suresh1998-09-231-6/+3
| | | FossilOrigin-Name: ce25c23b8efa4c98976ce2f599d228f5974350cd
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-14471-479/+478
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* *** empty log message ***stanton1998-09-082-15/+17
| | | FossilOrigin-Name: 4cb47efa64c96f0f5f47d46d1cef467ccd53bbce
* Initial revisionstanton1998-08-311-0/+518
| | | FossilOrigin-Name: deb7dc0068acc13e96ba5a7b89ae96185e12b847
* removed version number from help filestanton1998-08-211-3/+4
| | | FossilOrigin-Name: 02becd234618124448dc469736cd49af079fe6b4
* Updates for Jimwelch1998-08-171-5/+23
| | | FossilOrigin-Name: 8f4a7201bdef5bbe946bc1392655048e8a43a1ce
* Restored attributionwelch1998-08-131-1/+6
| | | FossilOrigin-Name: 1542863a1176735d29c4778069f6068112ff19bc
* UnixWare patcheswelch1998-08-121-2/+2
| | | FossilOrigin-Name: 8c6a399b278899be15e36638625e01057fc7dd42
* Fixes for trimming . out of library nameswelch1998-08-121-17/+19
| | | FossilOrigin-Name: 7263649ca2e4e12282d8b3cbb3c1ca23aec728c9
* updated copyright info & sccs idsrjohnson1998-08-102-7/+4
| | | FossilOrigin-Name: bbaf63a188fdb358c1a621e629a2ecb83b96b753
* fixed a few code style issuesrjohnson1998-08-101-2/+7
| | | FossilOrigin-Name: 61ff31d3cfdd978cb735ca1916388aba32dc441a
* fixed style problemsrjohnson1998-08-101-13/+19
| | | FossilOrigin-Name: b6eae0328ada21f5dbabdf8c9b9363280c601f93
* import bug fixwelch1998-08-101-1/+7
| | | FossilOrigin-Name: 6a6ece25486d3ff0c2cf29a4dabb7db5eb07f224
* Added test for namespace import fixwelch1998-08-101-0/+17
| | | FossilOrigin-Name: 1f8732924704816b16b4cf05e75c1ad4c2a655c2
* Moved shared typedef herewelch1998-08-101-1/+16
| | | FossilOrigin-Name: 4fcaaf497fc3bbb06834a4beb5c7c205b02e61b1