Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 1 | -1/+0 |
| | | | (should work, but not yet tested on UNIX) | ||||
* | merge trunk | jan.nijtmans | 2012-04-24 | 4 | -349/+366 |
|\ | |||||
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 4 | -349/+366 |
| | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | ||||
* | | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 2 | -293/+298 |
|\ \ | |/ | |||||
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 2 | -293/+298 |
| | | |||||
* | | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 5 | -0/+0 |
| | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin | ||||
* | | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 2 | -6/+33 |
|/ | |||||
* | now ready for further field testsbug_3511806 | jan.nijtmans | 2012-03-29 | 3 | -314/+372 |
| | |||||
* | some better checks | jan.nijtmans | 2012-03-28 | 4 | -134/+137 |
| | |||||
* | extra checks whether we are really dealing with cygwin or not | jan.nijtmans | 2012-03-28 | 2 | -350/+397 |
| | |||||
* | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 3 | -357/+357 |
| | |||||
* | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 2 | -2/+50 |
| | | | (backported from Tcl 8.5) | ||||
* | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -1/+38 |
| | |||||
* | Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 ↵ | guest | 2012-03-04 | 1 | -25/+30 |
| | | | | to have sane fileevents on x86_64 unices at last. | ||||
* | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 2 | -350/+356 |
| | |||||
* | Add --disable-rpath option to configure script | jan.nijtmans | 2011-09-06 | 2 | -526/+573 |
| | |||||
* | Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform ↵ | jan.nijtmans | 2011-08-30 | 2 | -519/+535 |
| | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support. | ||||
* | A few more compiler warnings | jan.nijtmans | 2011-08-18 | 1 | -3/+3 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 2 | -497/+559 |
| | |||||
* | fix USE_TCLALLOC so that it can be enabled without editing the Makefile | mig | 2011-05-07 | 1 | -4/+1 |
| | |||||
* | minor comment fix | jan.nijtmans | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -5/+0 |
| | |||||
* | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 1 | -145/+136 |
| | | | Some void -> VOID transitions | ||||
* | SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | jan.nijtmans | 2011-03-16 | 2 | -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 | ||||
* | Now that we are no longer on CVS, the .cvsignore files serve no purpose | jan.nijtmans | 2011-03-07 | 2 | -8/+0 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 39 | -77/+0 |
| | | | more harm than good. Purged them. | ||||
* | .cvsignore | nijtmans | 2010-10-23 | 2 | -0/+8 |
| | |||||
* | backport darwin vfork fix | das | 2010-05-19 | 1 | -1/+7 |
| | |||||
* | [backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when | ferrieux | 2010-03-01 | 1 | -5/+24 |
| | | | | | calling [fconfigure -sockname] on an universally-bound (default) server socket. | ||||
* | * library/platform/pkgIndex.tcl: Backported the platform packages | andreas_kupries | 2009-10-23 | 1 | -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 in | das | 2009-10-05 | 1 | -5/+6 |
| | | | | * unix/tclUnixInit.c: Mac OS X 10.4 & earlier. [Bug 2569449] | ||||
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 2 | -357/+359 |
| | | | | to add _r to CC on AIX with threads. | ||||
* | Regen unix/configure | stwo | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | Removed -Wno-implicit-int from CFLAGS_WARNING. | stwo | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | autoconf-2.13 | das | 2008-08-13 | 1 | -1/+5 |
| | |||||
* | * unix/Makefile.in: ensure Makefile shell is /bin/bash for | das | 2008-08-13 | 2 | -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 to | das | 2008-08-13 | 1 | -1/+1 |
| | | | | libX11.so et al. | ||||
* | * unix/Makefile.in: add complete deps on tclDTrace.h. | das | 2008-06-12 | 1 | -4/+4 |
| | |||||
* | autoconf-2.13 | das | 2008-06-12 | 1 | -307/+308 |
| | |||||
* | duh, fix missing 'fi', thanks aku! | das | 2008-06-12 | 1 | -1/+2 |
| | |||||
* | * unix/Makefile.in: clean generated tclDTrace.h file. | das | 2008-06-12 | 1 | -2/+2 |
| | |||||
* | * unix/configure: autoconf-2.13 | das | 2008-06-12 | 1 | -348/+354 |
| | |||||
* | * unix/configure.in: fix static DTrace-enabled build on Solaris. | das | 2008-06-12 | 1 | -1/+10 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -14/+30 |
| | |||||
* | * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): Removed | Kevin B Kenny | 2008-04-14 | 1 | -5/+3 |
| | | | | | obsolete use of 'struct timezone' in the call to 'gettimeofday'. [Bug 1942197]. | ||||
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 3 | -14/+33 |
| | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. | ||||
* | * unix/configure: autoconf-2.13 | das | 2008-03-27 | 1 | -29/+10 |
| | |||||
* | * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD. | das | 2008-03-27 | 1 | -2/+5 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | Fix mark and space parity on Linux | rmax | 2008-03-03 | 1 | -1/+4 |
| |