summaryrefslogtreecommitdiffstats
path: root/tools/tcl.wse.in
Commit message (Collapse)AuthorAgeFilesLines
* Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support.dkf2001-04-251-0/+5
|
* * generic/tcl.h:hobbs2001-04-021-1/+1
| | | | | | | | | * tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configure: * unix/configure.in (VER): * unix/tcl.spec: updated patchlevel information to 8.4a3
* * tools/tcl.wse.in: updated for unversioning of library dirshobbs2000-11-031-19/+14
| | | | | | | * unix/Makefile.in (install-libraries, dist): * win/makefile.vc (install-libraries): * win/Makefile.in (install-libraries): updated to install unversioned library directories into versioned directories.
* * tools/tcl.wse.in: added tclPlatDecls.h and tkPlatDecls.h to thehobbs2000-09-291-0/+10
| | | | Windows .exe install.
* * library/tcltest1.0/pkgIndex.tcl: Updated to load tcltest 2.0.jenn2000-09-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tcltest1.0/tcltest2.tcl: New version of tcltest. Cleanup of command line parsing: allows users to specify command line arguments through an environment variable named TCLTEST_OPTIONS [RFE: 3748], does not respond to incorrect arguments, and forces usage of entire flag name when using command line arguments. Defines accessor procs for all tcltest variables. Allows users to use 'return' in test scripts. Allow users to specify whether test files should be sourced or run in a separate process. 'all.tcl' code moved to tcltest package. 'test' proc modified to use attribute-value pairs. Allow users to specify what return codes, output, and errors can be compared and whether these values should be compared using regexp, glob, or exact matching. makeDirectory & removeDirectory now operate with respect to temporaryDirectory [Bug: 6001]. Test results from tests run in slave interpreters are now included in test totals [Bug: 1493]. Test files that return error values are now reported. * tests/all.tcl: Added code to check for the tcltest version loaded; modified to figure out which tests to run based on the tcltest version loaded. * tests/tcltest.test: Modified to explicitly load version 1.0 of tcltest. * tests/tcltest2.test: New test suite for tcltest; includes all of the old tests plus new ones reflecting changes made for version 2.0. * tests/cmdAH.test: Added singleTestInterp constraint to cmdAH-31.2; this test does not run if tests aren't sourced into a single interpreter. * tests/socket.test: Fixed two tests that were referencing variables outside of scope. * tools/tcl.wse.in: Added code to install tcltest2.tcl. * doc/tcltest2.n: New documentation for tcltest version 2.0. Removes documentation for tcltest namespace variables. Adds documentation for new tcltest procs. * unix/mkLinks: Added code to link to tcltest2.n. * generic/tcl.h: Added comment to modify tcltest2.tcl as well as tcltest.tcl for version changes.
* * README:hobbs2000-09-061-1/+1
| | | | | | | | | | | * generic/tcl.h: * library/tcltest1.0/tcltest.tcl: * tools/tcl.wse.in: * tools/tcltk-man2html.tcl: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: updated patchlevel to 8.4a2
* Added spinbox.tcl to list of files to install.ericm2000-06-061-0/+5
|
* * README:hobbs2000-05-031-38/+38
| | | | | | | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest1.0/tcltest.tcl: * mac/README: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/README: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.vc: * win/tcl.m4: updated patchlevel to 8.4a1
* * README:hobbs2000-04-261-1/+1
| | | | | | | | | * mac/README: * tools/tcl.wse.in: * unix/README: * unix/tcl.spec: * win/README: * win/README.binary: Updating URLs to reference dev.scriptics.com
* version cleanuphobbs2000-04-251-4/+4
|
* * README:hobbs2000-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * win/README.binary: bumped version to 8.3.1 * win/tcl.hpj.in: updated copyright date * generic/tclEnv.c: environment support for Mac OS/X * unix/tclUnixPort.h: environment support for Mac OS/X * unix/tclLoadDyld.c: new file for Mac OS/X dl functions * unix/Makefile.in: added install-strip target; bindir, libdir, mandir, includedir vars; tclLoadDyld.c target [Bug: 2527] * unix/tclUnixChan.c (CreateSocket): force a socket back into blocking mode (default state) after a -async connect succeeds. [Bug: 4388] * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to thread-local storage to prevent thread-related race condition. [Bug: 5033] * unix/tclAppInit.c (main): removed #ifdef TCL_TEST that sets the library path as it was unnecessary and conflicts with move of tclLibraryPath to thread-local storage.
* * README:hobbs2000-02-081-1/+1
| | | | | | | | | * tools/tcl.wse.in: * unix/configure.in: * win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel
* * README:core_8_3_b2hobbs2000-01-141-1/+1
| | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/README.binary: * win/configure.in: updated to patchlevel 8.3b2
* fixed 8.2 settinghobbs1999-12-221-1/+1
|
* updated fully for 8.3hobbs1999-12-221-35/+35
|
* renamed tcl8.1-tk8.1-man-html.tcl tcltk-man2html.tcl, and rewrotehobbs1999-12-211-1/+1
| | | | | | the internals to use 8.2+ string functions tcl.wse.in moved to 8.3b1
* * tools/tcl.wse.in: added tcltest1.0 library to distribution listhobbs1999-11-191-0/+10
|
* * tools/tcl.wse.in: updated to 8.3a1, fixed install of twind.tclhobbs1999-11-101-6/+6
| | | | and koi8-r.enc files
* Change version numbers to 8.2.0redman1999-08-101-1/+1
|
* Change destination of dde package to dde1.1.redman1999-07-261-1/+1
|
* * Changed version to 8.2b2.redman1999-07-221-1/+1
| | | | | | | | | | | | | | | | | | * 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]
* changed http package version from 2.0 to 2.1hershey1999-07-201-2346/+2346
|
* Install files with 82 instead of 81 suffixredman1999-07-151-5/+5
|
* Change dde package to 1.1redman1999-07-131-2/+2
|
* Updated versions to 8.2 and 8.2b1 where appropriate.wart1999-06-281-33/+33
|
* Merged changes from 1-3-b2 branch into mainline.stanton1999-05-261-1/+1
|
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-1/+1
|
* * Merged changes from 8.1.0 branchstanton1999-04-301-20/+36
|
* Don't rename the twind.tcl widget demo file...redman1999-04-291-1/+1
|
* fixed bug 1571: pkgIndex files fail for dde and registry packages:surles1999-04-191-2/+2
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+2330