summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-121-7/+5
|\
| * minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-121-7/+5
| |
| * restore exec perms on unix/ldAix, accidentally clearedmig2011-04-071-0/+0
| |
| * * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics ↵mig2011-04-071-0/+0
| | | | | | | | not needed
* | revert 6b6ef4e0b1, removing the temporary tests againjan.nijtmans2011-04-123-36/+2
|\ \
* | | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9)jan.nijtmans2011-04-112-3/+9
| | |
* | | Add some (temporary) test cases showing the problem with --export-dynamicjan.nijtmans2011-04-073-2/+36
|/ /
* | Don't use -fvisibility=hidden with static libraries (--disable-shared)jan.nijtmans2011-04-062-7/+2
| |
* | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no ↵jan.nijtmans2011-04-061-1/+4
| | | | | | | | reason for exporting them.
* | More generation of error codes (most platform-specific parts not already usingdkf2011-04-062-0/+26
| | | | | | Tcl_PosixError).
* | [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-041-5/+0
|\ \ | |/
| * [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-041-5/+0
| |\
| | * Updated README files, repairing broken URLs and other rot.dgp2011-04-041-5/+0
| | |
* | | Replaced another couple of 'double' declarations with 'volatile Kevin B Kenny2011-04-021-1/+1
|\ \ \ | |/ / | | | | | | double' to work around misrounding issues in mingw-gcc 3.4.5.
| * | Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and ↵andreask2011-03-301-1/+1
| | | | | | | | | | | | trunk are ok, so a merge is not required.
* | | set default MODULE_SCOPE=extern, in case no other value is determinedjan.nijtmans2011-03-282-1/+30
| | |
* | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-20/+0
|\ \ \ | |/ /
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-24/+4
| |\ \ | | |/ | | | | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some more void -> VOID transitions
| | * Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directlyjan.nijtmans2011-03-251-145/+136
| | | | | | | | | Some void -> VOID transitions
| | * SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.jan.nijtmans2011-03-162-47/+50
| | | | | | | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. Backported from Tcl 8.5
* | | [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-222-9/+21
|\ \ \ | |/ /
| * | [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-222-9/+21
| |\ \
| | * | bug-3216070bug_3216070jan.nijtmans2011-03-164-27/+27
| |/ /
* | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-162-66/+8
|\ \ \ | |/ / | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
| * | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-162-66/+8
| | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
| * | [Bug 3205320]: stack space detection defeated by inliningjan.nijtmans2011-03-102-6/+10
| | |
| * | Fix [Bug 3166410]: "out of stack space" on AIXjan.nijtmans2011-03-071-0/+10
| | |
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-1213-69/+64
| | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless.
* | | fix broken builddgp2011-03-101-1/+1
| | |
* | | Make tests in child interpreters report their summary info in the master.dkf2011-03-101-2/+2
| | | | | | | | | Bumped tcltest version to 2.3.3
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-104-260/+371
| | | | | | | | | the Engineering Manual.
* | | Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-072-28/+0
|\ \ \ | |/ /
| * | Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-072-12/+0
| |\ \ | | |/
| | * Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-072-8/+0
| | |
* | | <verbatim>Kevin B Kenny2011-03-051-1/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclAssembly.c (new file): * generic/tclBasic.c (Tcl_CreateInterp): * generic/tclInt.h: * tests/assemble.test (new file): * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: Merged dogeen-assembler-branch into HEAD. Since all functional changes are in the tcl::unsupported namespace, there's no reason to sequester this code on a separate branch. </verbatim>
| * \ \ merge trunkdogeen_assembler_branchKevin B Kenny2011-03-0539-77/+1
| |\ \ \ | |/ / / |/| | |
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-0239-77/+1
|\ \ \ \ | | |/ / | |/| | cause more harm than good. Purged them (except in zlib files).
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0237-74/+1
| |\ \ \ | | | |/ | | |/| more harm than good. Purged them.
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0139-77/+0
| | | | | | | | | | | | more harm than good. Purged them.
| | * | .cvsignorenijtmans2010-10-232-0/+8
| | | |
| | * | backport darwin vfork fixdas2010-05-191-1/+7
| | | |
| | * | [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 whenferrieux2010-03-011-5/+24
| | | | | | | | | | | | | | | | | | | | calling [fconfigure -sockname] on an universally-bound (default) server socket.
| | * | * library/platform/pkgIndex.tcl: Backported the platform packagesandreas_kupries2009-10-231-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in:
| | * | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug indas2009-10-051-5/+6
| | | | | | | | | | | | | | | | * unix/tclUnixInit.c: Mac OS X 10.4 & earlier. [Bug 2569449]
| | * | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-282-357/+359
| | | | | | | | | | | | | | | | to add _r to CC on AIX with threads.
| | * | Regen unix/configurestwo2009-04-141-1/+1
| | | |
| | * | Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
| | | |
| | * | autoconf-2.13das2008-08-131-1/+5
| | | |
| | * | * unix/Makefile.in: ensure Makefile shell is /bin/bash fordas2008-08-132-3/+6
| | | | | | | | | | | | | | | | | | | | * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584]
| | * | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
| | | | | | | | | | | | | | | | libX11.so et al.