summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* version cleanuphobbs2000-04-252-9/+12
|
* * library/dde1.1/pkgIndex.tcl:hobbs2000-04-201-20/+22
| | | | | | | | | | | * library/reg1.0/pkgIndex.tcl: * win/tclWinChan.c: * win/tclWinThrd.c: converted CRLF to LF the */tcl.hpj.in files were not converted, as it confuses hcw locally. [Bug: 5096] * win/Makefile.in: expanded cleanup or help files * doc/Thread.3: minor macro cleanup
* * 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.
* * tools/man2help2.tcl: fixed winhelp cross-linking error [Bug: 4156]hobbs2000-04-041-26/+32
| | | | improved translation to winhelp [Bug: 3679]
* * 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 backslashing of }core_8_3_b1hobbs1999-12-221-2/+2
|
* minor bug fix in man2help.tcl and updated configure.in to 8.3hobbs1999-12-222-4/+4
|
* splash screen for Wise for 8.3hobbs1999-12-221-0/+0
|
* 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-214-615/+626
| | | | | | the internals to use 8.2+ string functions tcl.wse.in moved to 8.3b1
* Added #define around include of <errno.h> so that systems with thewart1999-12-061-1/+4
| | | | header file (win NT) will pick it up.
* Changed version number from "82" to "83"wart1999-12-061-2/+2
|
* * 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
* * {win,mac,unix,tools,}/README:hobbs1999-10-051-2/+2
| | | | | | | | * win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0.
* Updated to handle more special backslash sequences foundwelch1999-08-131-1/+2
| | | | in re_syntax.n
* Change version numbers to 8.2.0redman1999-08-101-1/+1
|
* update Windows installer bitmap to read Tcl/Tk Version 8.2redman1999-07-271-0/+0
|
* Change destination of dde package to dde1.1.redman1999-07-261-1/+1
|
* * Changed version to 8.2b2.redman1999-07-223-6/+6
| | | | | | | | | | | | | | | | | | * 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-202-2593/+2593
|
* * unix/aclocal.m4:redman1999-07-161-1/+1
| | | | | | | | * 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.
* Install files with 82 instead of 81 suffixredman1999-07-151-5/+5
|
* Change version numberredman1999-07-151-0/+0
|
* Change dde package to 1.1redman1999-07-131-2/+2
|
* Updated versions to 8.2 and 8.2b1 where appropriate.wart1999-06-282-34/+34
|
* updated 8.1 to 8.2hershey1999-06-271-2/+2
|
* Changed to Tcl 8.2b1welch1999-06-251-2/+2
|
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-243-23/+107
| | | | | | | | | | | | | * tools/uniParse.tcl: * tools/uniClass.tcl: * tools/README: * tests/string.test: * generic/regc_locale.c: * generic/tclUniData.c: * generic/tclUtf.c: * doc/string.n: Updated Unicode character tables to reflect latest Unicode 2.1 data. Also rationalized "regexp" and "string is" definitions of character classes.
* * tools/genStubs.tcl: Changed to always write output in LF mode.stanton1999-06-101-1/+4
|
* Merged changes from 1-3-b2 branch into mainline.stanton1999-05-262-2/+8
|
* * tools/genStubs.tcl: Changed to allow a list of platforms insteadstanton1999-05-251-9/+14
| | | | of just one at a time.
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-222-4/+8
|
* * Merged changes from 8.1.0 branchstanton1999-04-307-32/+86
|
* Don't rename the twind.tcl widget demo file...redman1999-04-291-1/+1
|
* merged 8.1.0 changes into mainlinestanton1999-04-242-15/+31
|
* * library/encoding/koi8-r.enc:stanton1999-04-231-0/+268
| | | | | * tools/encoding/koi8-r.txt: Added support for the koi8-r Cyrillic encoding. [Bug: 1771]
* Resynced with mainline.rjohnson1999-04-211-1/+1
|
* fixed bug 1571: pkgIndex files fail for dde and registry packages:surles1999-04-191-2/+2
|
* fixed bugs 1785 and 1799: decl header files not installedsurles1999-04-171-3/+3
|
* modified the API checker scriptsurles1999-04-161-14/+68
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-1687-13/+150717
|
* * Merge 8.0.5 changes:stanton1999-04-151-3/+2
| | | | | | | | | - Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776]
* Merged stubs changes into mainline for 8.0stanton1999-03-101-104/+92
|
* * unix/Makefile.in:stanton1999-03-031-0/+891
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/configure.in: * unix/ldAix: Enhanced AIX shared library support. * win/tclWinSock.c: Removed a bunch of extraneous PASCAL FAR attributes from internal functions. * win/tclWinReg.c: Changed registry package to use stubs mechanism so it no longer depends on the specific version of Tcl. * doc/AddErrInfo.3: * doc/Eval.3: * doc/PkgRequire.3: * doc/SetResult.3: * doc/StringObj.3: * generic/tcl.h: * generic/tclBasic.c: * generic/tclPanic.c: * generic/tclStringObj.c: * generic/tclUtil.c: * unix/mkLinks: Added va_list versions of all VARARGS functions so they can be invoked from the stub functions. * doc/package.n: * doc/PkgRequire.3: * generic/tclPkg.c: Added Tcl_PkgProvideEx, Tcl_RequireEx, Tcl_PresentEx, and Tcl_PkgPresent. Added "package present" command. * generic/tclFileName.c: * mac/tclMacFile.c: * mac/tclMacShLib.exp: * unix/tclUnixFile.c: * win/tclWinFile.c: Changed so TclGetUserHome is defined on all platforms, even though it is currently a noop on mac and windows, and renamed it to TclpGetUserHome. * generic/tclCkalloc.c: Added stub versions of memory checking functions when compiling without TCL_MEM_DEBUG. * doc/ByteArrObj.3: * generic/tcl.h: * generic/tclBinary.c: * generic/tclObj.c: Ported the 8.1 ByteArray type back to 8.0. * generic/tcl.decls: * generic/tcl.h: * generic/tclBasic.c: * generic/tclDecls.h: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclIntPlatStubs.c: * generic/tclIntStubs.c: * generic/tclPlatDecls.h: * generic/tclPlatStubs.c: * generic/tclStubInit.c: * generic/tclStubLib.c: * generic/tclStubs.c: * tools/genStubs.tcl: * unix/configure.in: * unix/Makefile.in: * unix/tclConfig.sh.in: * win/makefile.vc: * win/tclWinPort.h: Added Tcl stubs implementation. There are now two new macros USE_TCL_STUBS and USE_TCL_STUB_PROCS that enable use of stubs and disable stub macros respectively. All of the public and private function declarations from tcl.h and tclInt.h have moved into the *.decls files and the *Stubs.c and *Decls.h files are generated using the genStubs.tcl script. * generic/tclPanic.c: * generic/panic.c: renamed panic to Tcl_Panic, added macro for backwards compatibility, renamed file to tclPanic.c
* renamed tcl.hpj to tcl.hpj.instanton1999-02-191-0/+0
|
* changed so helpfile generation can work from the build environmentstanton1999-02-193-20/+35
|
* updated man page generation for TclProstanton1999-02-052-6/+5
|