Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | First pass at Tcl autoconf macros | wart | 1999-06-10 | 1 | -0/+1114 |
| | |||||
* | * generic/regexec.c: | stanton | 1999-06-10 | 1 | -4/+3 |
| | | | | * unix/tclUnixNotfy.c: lint | ||||
* | * tests/string.test: | hershey | 1999-06-08 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tclVar.c (Tcl_SetVar2Ex): * generic/tclStringObj.c (Tcl_AppendObjToObj): * generic/tclCmdMZ.c (Tcl_StringObjCmd): optimized the string index, string length, string range, and append command in cases where the object's internal rep is a bytearray. Objects with other internal reps are converted to have the new unicode internal rep. * unix/Makefile.in: * win/Makefile.in: * win/Makefile.vc: * tests/unicode.test: * generic/tclInt.h: * generic/tclObj.c: * generic/tclUnicodeObj.c: added a new object type to store the unicode representation of a string. * generic/tclTestObj.c: added the objtype option to the testobj command. This option returns the name of the type of internal rep an object has. | ||||
* | 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 |
| | | | | submitted by Jan Nijtmans. [Bug: 2121] | ||||
* | 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 |
| | |||||
* | Added note about running autoconf if you are using the CVS source tree | welch | 1999-05-17 | 1 | -6/+16 |
| | | | | instead of a source distribution. | ||||
* | * unix/Makefile.in: | stanton | 1999-05-14 | 3 | -20/+100 |
| | | | | | | | | | | | | * unix/tclAppInit.c: Minor cleanup related to Xt notifier. * unix/tclUnixInit.c (TclpSetInitialEncodings): Tcl now looks for an encoding subfield in the LANG/LC_ALL variables in cases where the locale is not found in the locale table. Ensure that setlocale() is called at least once so X11 will initialize properly. Also, forces the LC_NUMERIC locale to be "C" so numeric processing in scripts is not affected by the current locale setting. [Bug: 1989] | ||||
* | * unix/configure.in: Added fix for OS/390. [Bug: 1976] | stanton | 1999-05-07 | 1 | -1/+5 |
| | |||||
* | * Changed version to 8.1.1. | stanton | 1999-04-30 | 1 | -2/+2 |
| | |||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 1 | -2/+2 |
| | |||||
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 2 | -3/+20 |
| | |||||
* | * win/tclWinInit.c: | stanton | 1999-04-21 | 1 | -4/+46 |
| | | | | | * unix/tclUnixInit.c: Changed initial search path to match that found used by tcl_findLibrary. | ||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 2 | -3/+3 |
| | |||||
* | modified the Tcl makefile to copy the new pkgIndex files for reg and dde. | surles | 1999-04-20 | 1 | -3/+2 |
| | |||||
* | added tests/httpd file to distribution--tests get skipped if this file is | hershey | 1999-04-19 | 1 | -3/+3 |
| | | | | missing (bug id 1769). |