summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* documented macosx-only configure options.das2005-12-031-1/+6
* update README filesdgp2005-12-021-2/+3
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-012-245/+243
* add #include <libkern/OSByteOrder.h> for OSX 10.2das2005-11-271-1/+2
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-279-1155/+1319
* * README: Bump version number to 8.4.12dgp2005-11-163-5/+5
* * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130hobbs2005-11-091-3/+3
* * unix/tcl.m4: Added code to enable [load] on LynxOS. Thanks todgp2005-11-042-281/+305
* * generic/tclUnixInit.c (TclpSetInitialEncodings): Modified sodgp2005-11-031-2/+3
* * generic/tclBasic.c:Miguel Sofer2005-10-231-1/+3
* * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tohobbs2005-10-071-44/+61
* * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on secondhobbs2005-10-051-6/+5
* autoconf-2.13dgp2005-09-151-229/+278
* Added yet another corner-case hack, this time for RHEL3. [Bug 1287638]dkf2005-09-151-0/+3
* Solaris mis-names the cp1251 encoding.dkf2005-08-051-1/+2
* * unix/configure, unix/tcl.m4: revert 2005-07-28 change.das2005-07-303-523/+587
* * unix/configure, unix/tcl.m4: defined TCL_LOAD_FROM_MEMORY onhobbs2005-07-282-256/+260
* Backport of fix for [Bug 1245953]dkf2005-07-281-2/+2
* * unix/configure: Regen.mdejong2005-07-262-1/+15
* * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):mdejong2005-07-251-0/+73
* * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removinghobbs2005-07-084-578/+366
* Protect against spurious wake-ups while waiting on the condition variablevasiljevic2005-07-011-6/+8
* * unix/Makefile.in (install-private-headers): rewrite tclPort.h whendas2005-06-231-2/+5
* bug 1225727Kevin B Kenny2005-06-221-1/+22
* *** 8.4.11 TAGGED FOR RELEASE ***das2005-06-182-2/+2
* * README: Bump version number to 8.4.11dgp2005-06-183-5/+5
* Backport unix threading fixdkf2005-06-071-3/+3
* * unix/tclLoadDyld.c: fixed header confilict when building this filecore_8_4_10das2005-06-041-1/+2
* * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional varhobbs2005-06-021-3/+3
* Cosmetic change (fixed identation in Tcl_FinalizeNotifier)vasiljevic2005-05-311-4/+4
* Notifier thread is created as joinable. Attempt to solve thevasiljevic2005-05-311-3/+8
* * README: Bumped patchlevel to 8.4.10hobbs2005-05-273-5/+5
* * macosx/Makefile: moved & corrected EMBEDDED_BUILD check.das2005-05-262-7/+7
* * unix/configure, unix/configure.in: ensure false Tcl.framework ishobbs2005-05-252-15/+15
* * macosx/Makefile:das2005-05-245-503/+662
* * generic/tclIOUtil.c (TclLoadFile):das2005-05-241-41/+281
* * macosx/tclMacOSXBundle.c:das2005-05-147-411/+640
* * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check andhobbs2005-05-072-257/+273
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-265-356/+460
* * unix/tcl.m4 (Darwin): added -single_module linker flag todas2005-04-092-4/+4
* Fixed TclpFreeAllocCache() to recognize when being calledvasiljevic2005-04-071-7/+10
* replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-151-2/+2
* Make it all work on OpenBSD. Imported patch from ports tree.patthoyts2005-03-152-281/+329
* * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlinedhobbs2005-02-103-383/+308
* correct autoconf generation for sol64-gcc supporthobbs2005-01-292-8/+8
* * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support.hobbs2005-01-282-255/+293
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-272-78/+57
* * unix/tcl.m4 (Darwin): fixed bug with static build linking todas2005-01-252-6/+6
* Convert u_int to unsigned to make clashes with types in standard C headers lessdkf2005-01-101-3/+3
* Add more locale mapping info for Chinese. [1084595]dkf2005-01-051-1/+6