summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-233-2/+6
| | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build.
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-0/+37
|\
| * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+38
| |
* | xjan.nijtmans2012-03-152-1/+40
| |
* | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-071-2/+2
|\ \ | |/ | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
| * Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ↵guest2012-03-041-25/+30
| | | | | | | | to have sane fileevents on x86_64 unices at last.
* | Patch from the cygwin folksjan.nijtmans2012-03-042-0/+6
|\ \ | |/
| * Patch from the cygwin folksjan.nijtmans2012-03-042-350/+356
| |
* | [Bug 2233954] AIX: compile errorjan.nijtmans2012-02-161-1/+3
| |
* | Bump to version 2.7.8dgp2012-01-171-2/+2
|\ \ | |/
* | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-2/+2
|\ \ | |/ | | | | setargv() function on mingw.
* | Use the same shebang comment everywherejan.nijtmans2011-11-301-1/+1
|\ \ | |/ | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3
| * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-062-526/+573
| |
| * Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵jan.nijtmans2011-08-302-519/+535
| | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
| * A few more compiler warningsjan.nijtmans2011-08-181-3/+3
| |
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-152-497/+559
| |
* | Release candidate branch for Tcl 8.5.11.dgp2011-10-203-3/+3
| |
* | Update changes toward 8.5.11 release. Bump to http 2.7.7.dgp2011-10-201-2/+2
| |
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-1/+6
| |
* | Fix TCL_STACK_GROWS_UP for gcc 4.6max2011-06-302-4/+8
| |
* | merge to RCcore_8_5_10core_8_5_10_rcdgp2011-06-231-2/+2
|\ \
| * \ Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵andreask2011-06-221-2/+2
| |\ \ | | |/ | | | | | | the DEB_HOST_MULTIARCH location change for libc.
* | | merge to RCdgp2011-06-211-2/+2
|\ \ \ | |/ /
| * | Backport tcltest 2.3.3 for release with Tcl 8.5.*dgp2011-06-211-2/+2
| | |
* | | Release candidate branch for Tcl 8.5.10.dgp2011-05-263-3/+3
|/ /
* | Bump to msgcat 1.4.4.dgp2011-05-251-2/+2
| |
* | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs.patthoyts2011-05-121-2/+2
| | | | | | | | | | Package version incremented to 2.7.6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-4/+1
|\ \ | |/
| * fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-4/+1
| |
* | More isspace() callers.dgp2011-04-281-1/+1
| |
* | minor comment fixjan.nijtmans2011-04-281-1/+1
|\ \ | |/
| * minor comment fixjan.nijtmans2011-04-281-1/+1
| |
* | 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
* | [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
| |
* | 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.
* | 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-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.
* | [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
| |
* | 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
| |
* | 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.