| Commit message (Expand) | Author | Age | Files | Lines |
* | Update version numbers to 8.2b3 and update ChangeLog and changes | redman | 1999-08-10 | 1 | -2/+2 |
|
|
* | Fixed level of indirection in Tcl_GetAllocMutex | welch | 1999-08-10 | 1 | -1/+2 |
|
|
* | Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.c | welch | 1999-08-10 | 1 | -25/+24 |
|
|
* | * unix/configure.in: | redman | 1999-08-02 | 1 | -2/+2 |
|
|
* | * unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5. | redman | 1999-07-31 | 1 | -1/+3 |
|
|
* | Parameterized the static library linkers (ar cr and lib -nologo) to assist | wart | 1999-07-30 | 1 | -1/+2 |
|
|
* | * unix/mkLinks.tcl: Applied patch to avoid linking pack.n to | redman | 1999-07-29 | 1 | -1/+1 |
|
|
* | Added lines so that extensions can set up static linker (ar vs. lib) and | wart | 1999-07-29 | 1 | -2/+8 |
|
|
* | Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions can | wart | 1999-07-28 | 1 | -1/+5 |
|
|
* | * Changed version to 8.2b2. | redman | 1999-07-22 | 3 | -11/+13 |
|
|
* | revert changes to TclpStrftime, not needed for internal functions. | redman | 1999-07-22 | 1 | -3/+3 |
|
|
* | * doc/Utf.3: | redman | 1999-07-22 | 1 | -3/+3 |
|
|
* | * unix/Makefile.in: Added the Windows configure script to the | redman | 1999-07-22 | 1 | -1/+2 |
|
|
* | * generic/tclInitScript.h: | hershey | 1999-07-21 | 1 | -6/+6 |
|
|
* | changed http package version from 2.0 to 2.1 | hershey | 1999-07-20 | 1 | -4/+4 |
|
|
* | * unix/aclocal.m4: | redman | 1999-07-16 | 2 | -13/+6 |
|
|
* | Add .m4 files and Windows configure.in and Makefile.in | redman | 1999-07-13 | 1 | -1/+8 |
|
|
* | install-man target renamed to "install-doc" to be consistent with TEA spec. | wart | 1999-07-09 | 1 | -3/+3 |
|
|
* | Added hook points to the notifier | welch | 1999-07-02 | 3 | -18/+57 |
|
|
* | Removed call to obsolete AC_C_CROSS macro. | wart | 1999-06-30 | 1 | -2/+1 |
|
|
* | updated dde version from 1.0 to 1.1 | hershey | 1999-06-30 | 1 | -4/+3 |
|
|
* | Added package tcltest to the list of packages to install. | jenn | 1999-06-26 | 1 | -4/+4 |
|
|
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -5/+4 |
|
|
* | * unix/Makefile.in: Changed install-doc to install-man. | stanton | 1999-06-24 | 1 | -2/+2 |
|
|
* | One more try at fixing the TCL_LIBRARY problem | wart | 1999-06-22 | 1 | -3/+4 |
|
|
* | TCL_LIBRARY is now set in the Makefile | wart | 1999-06-22 | 1 | -1/+3 |
|
|
* | * unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak where | stanton | 1999-06-21 | 1 | -3/+7 |
|
|
* | Reflects recent changes in tcl.m4 (compiler warnings) | wart | 1999-06-19 | 1 | -2/+2 |
|
|
* | Fixed compiler optimization flags for Linux to remove a plethora of warnings. | wart | 1999-06-17 | 2 | -0/+14 |
|
|
* | Reflects changes to tcl.m4 | wart | 1999-06-16 | 1 | -800/+802 |
|
|
* | Added changes to make the macros bahave in the same manner as the Windows | wart | 1999-06-16 | 1 | -126/+126 |
|
|
* | merged unix and windows styles | surles | 1999-06-16 | 3 | -36/+30 |
|
|
* | Reorganized the order of the macros (cosmetic change) | wart | 1999-06-16 | 1 | -676/+678 |
|
|
* | More TEA changes. Should play well with TclX now. | wart | 1999-06-16 | 3 | -29/+43 |
|
|
* | Tcl configure / Makefile sequence now complies with the most basic | wart | 1999-06-15 | 2 | -365/+79 |
|
|
* | Includes changes to tcl.m4 | wart | 1999-06-15 | 1 | -148/+710 |
|
|
* | Modified some macros based on how some of the extensions work. | wart | 1999-06-15 | 1 | -148/+710 |
|
|
* | Merged String and Unicode object types. Added new functions to | hershey | 1999-06-15 | 1 | -7/+5 |
|
|
* | Continued work on configure and make scripts | surles | 1999-06-11 | 1 | -21/+20 |
|
|
* | Macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 1 | -0/+1127 |
|
|
* | Modified to use the tcl.m4 macros | wart | 1999-06-10 | 1 | -588/+10 |
|
|
* | First pass at Tcl autoconf macros | wart | 1999-06-10 | 1 | -0/+1114 |
|
|
* | * generic/regexec.c: | stanton | 1999-06-10 | 1 | -4/+3 |
|
|
* | * tests/string.test: | hershey | 1999-06-08 | 1 | -2/+7 |
|
|
* | fixed install target for man pages | surles | 1999-06-02 | 1 | -1/+2 |
|
|
* | fixed typo | stanton | 1999-06-02 | 1 | -2/+2 |
|
|
* | Added makefile targets and configure switches to be TEA compliant | surles | 1999-06-02 | 1 | -6/+11 |
|
|
* | * unix/configure.in: Fixed various small configure.in patches | stanton | 1999-06-02 | 1 | -4/+5 |
|
|
* | Merged changes from 1-3-b2 branch into mainline. | stanton | 1999-05-26 | 1 | -2/+3 |
|
|
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -0/+4 |
|
|