Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-09-20 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-21 | 2 | -7/+6 |
| | | | | | | | | * tests/env.test: * unix/Makefile.in: added support for AIX LIBPATH env var [Bug: 2793] removed second definition of INCLUDE_INSTALL_DIR (the one that referenced @includedir@) [Bug: 2805] * unix/dltest/Makefile.in: added -lc to LIBS [Bug: 2794] | ||||
* | * unix/Makefile.in: fixed gendate target - this never worked | hobbs | 1999-09-21 | 3 | -6/+7 |
| | | | | | | | | since RCS was intro'd. * unix/tcl.m4: * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix for IRIX SHLIB_LB_LIBS. [Bug: 2610] | ||||
* | 1999-09-01 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-02 | 2 | -3/+3 |
| | | | | | | * unix/aclocal.m4: * unix/tcl.m4: adjusted fix from 8-21 to add -bnoentry to the AIX-* case and readjusted the range | ||||
* | Subst 2 more values into tclConfig.sh | wart | 1999-09-01 | 1 | -1/+3 |
| | |||||
* | 1999-08-21 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-21 | 1 | -1/+1 |
| | | | | | * unix/aclocal.m4: Changed AIX-4.[2-9] check to AIX-4.[1-9] [Bug: 1909] | ||||
* | 1999-08-18 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-19 | 1 | -5/+5 |
| | | | | | | * unix/Makefile.in: changed the dependency structure so that install-* is dependent on * (ie - install-binaries is dependent on binaries). | ||||
* | Added definition for STLIB_LD | wart | 1999-08-11 | 2 | -0/+2 |
| | |||||
* | Added substitution for STLIB_LD, the static linker. | wart | 1999-08-11 | 1 | -1/+2 |
| | |||||
* | Include the unix/aclocal.m4 file in the distribution. | redman | 1999-08-11 | 1 | -1/+2 |
| | |||||
* | Change version numbers to 8.2.0 | 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 |
| | | | | * win/configure.in: Change beta level to b2. | ||||
* | * unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5. | redman | 1999-07-31 | 1 | -1/+3 |
| | | | | | | | Patch from James Dennett. [Bug: 2450] * tests/info.test: Enable test for tclParse.c change (info complete). | ||||
* | Parameterized the static library linkers (ar cr and lib -nologo) to assist | wart | 1999-07-30 | 1 | -1/+2 |
| | | | | in merging the Makefile.in files later. | ||||
* | * unix/mkLinks.tcl: Applied patch to avoid linking pack.n to | redman | 1999-07-29 | 1 | -1/+1 |
| | | | | | | | 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] | ||||
* | Added lines so that extensions can set up static linker (ar vs. lib) and | wart | 1999-07-29 | 1 | -2/+8 |
| | | | | C compiler warning flags easily. | ||||
* | Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions can | wart | 1999-07-28 | 1 | -1/+5 |
| | | | | get these values in the same way they get the debug and optimize CFLAGS. | ||||
* | * Changed version to 8.2b2. | redman | 1999-07-22 | 3 | -11/+13 |
| | | | | | | | | | | | | | | | | | | * 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] | ||||
* | 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 |
| | | | | | | | | | | | | | * 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). | ||||
* | * unix/Makefile.in: Added the Windows configure script to the | redman | 1999-07-22 | 1 | -1/+2 |
| | | | | | distribution file list, already shipping configure.in and the .m4 files, but needed the configure script itself. | ||||
* | * generic/tclInitScript.h: | hershey | 1999-07-21 | 1 | -6/+6 |
| | | | | | | | | | * 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. | ||||
* | 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 |
| | | | | | | | | * 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. | ||||
* | 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 |
| | | | | Updated Xt tests to use new Tcl_SetNotifier | ||||
* | 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 |
| | | | | | | | | | | | | | * 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. | ||||
* | 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 |
| | | | | thread attributes were not being released. [Bug: 2254] | ||||
* | 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 |
| | | | | tcl.m4 macros | ||||
* | 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 |
| | | | | spec for TEA. | ||||
* | 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 |
| | | | | | | | | | the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated. | ||||
* | 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 |
| |