summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-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_LDwart1999-08-112-0/+2
|
* Added substitution for STLIB_LD, the static linker.wart1999-08-111-1/+2
|
* Include the unix/aclocal.m4 file in the distribution.redman1999-08-111-1/+2
|
* Change version numbers to 8.2.0redman1999-08-101-2/+2
|
* Fixed level of indirection in Tcl_GetAllocMutexwelch1999-08-101-1/+2
|
* Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.cwelch1999-08-101-25/+24
|
* * unix/configure.in:redman1999-08-021-2/+2
| | | | * win/configure.in: Change beta level to b2.
* * unix/tclUnixThrd.c: Applied patch to fix threads on Irix 6.5.redman1999-07-311-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 assistwart1999-07-301-1/+2
| | | | in merging the Makefile.in files later.
* * unix/mkLinks.tcl: Applied patch to avoid linking pack.n toredman1999-07-291-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) andwart1999-07-291-2/+8
| | | | C compiler warning flags easily.
* Added entries for LDFLAGS_DEBUG and LDFLAGS_OPTIMIZE so that extensions canwart1999-07-281-1/+5
| | | | get these values in the same way they get the debug and optimize CFLAGS.
* * Changed version to 8.2b2.redman1999-07-223-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.redman1999-07-221-3/+3
|
* * doc/Utf.3:redman1999-07-221-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 theredman1999-07-221-1/+2
| | | | | distribution file list, already shipping configure.in and the .m4 files, but needed the configure script itself.
* * generic/tclInitScript.h:hershey1999-07-211-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.1hershey1999-07-201-4/+4
|
* * unix/aclocal.m4:redman1999-07-162-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.inredman1999-07-131-1/+8
|
* install-man target renamed to "install-doc" to be consistent with TEA spec.wart1999-07-091-3/+3
|
* Added hook points to the notifierwelch1999-07-023-18/+57
| | | | Updated Xt tests to use new Tcl_SetNotifier
* Removed call to obsolete AC_C_CROSS macro.wart1999-06-301-2/+1
|
* updated dde version from 1.0 to 1.1hershey1999-06-301-4/+3
|
* Added package tcltest to the list of packages to install.jenn1999-06-261-4/+4
|
* Changed to Tcl 8.2b1welch1999-06-251-5/+4
|
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-241-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 problemwart1999-06-221-3/+4
|
* TCL_LIBRARY is now set in the Makefilewart1999-06-221-1/+3
|
* * unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak wherestanton1999-06-211-3/+7
| | | | thread attributes were not being released. [Bug: 2254]
* Reflects recent changes in tcl.m4 (compiler warnings)wart1999-06-191-2/+2
|
* Fixed compiler optimization flags for Linux to remove a plethora of warnings.wart1999-06-172-0/+14
|
* Reflects changes to tcl.m4wart1999-06-161-800/+802
|
* Added changes to make the macros bahave in the same manner as the Windowswart1999-06-161-126/+126
| | | | tcl.m4 macros
* merged unix and windows stylessurles1999-06-163-36/+30
|
* Reorganized the order of the macros (cosmetic change)wart1999-06-161-676/+678
|
* More TEA changes. Should play well with TclX now.wart1999-06-163-29/+43
|
* Tcl configure / Makefile sequence now complies with the most basicwart1999-06-152-365/+79
| | | | spec for TEA.
* Includes changes to tcl.m4wart1999-06-151-148/+710
|
* Modified some macros based on how some of the extensions work.wart1999-06-151-148/+710
|
* Merged String and Unicode object types. Added new functions tohershey1999-06-151-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 scriptssurles1999-06-111-21/+20
|
* Macros that autoconf will be looking for (tcl.m4)wart1999-06-101-0/+1127
|
* Modified to use the tcl.m4 macroswart1999-06-101-588/+10
|
* First pass at Tcl autoconf macroswart1999-06-101-0/+1114
|
* * generic/regexec.c:stanton1999-06-101-4/+3
| | | | * unix/tclUnixNotfy.c: lint
* * tests/string.test:hershey1999-06-081-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 pagessurles1999-06-021-1/+2
|
* fixed typostanton1999-06-021-2/+2
|