summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* TtyGetOptionProc: remove inoperative comment "The string returned by jenglish2013-02-281-6/+2
* TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedefjenglish2013-02-271-16/+8
* Remove IOSTATE facade: it's always a struct termios.jenglish2013-02-271-25/+18
* ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO))jenglish2013-02-271-7/+4
* ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined.jenglish2013-02-271-21/+1
* For termios, we never want DIRECT_BAUD; always use the symbolic constantsjenglish2013-02-271-14/+0
* termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sectionsjenglish2013-02-271-100/+1
* Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both U...jan.nijtmans2013-02-171-3/+5
* [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-141-2/+2
|\
| * Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, inclusiv...jan.nijtmans2013-02-141-2/+2
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-103-3/+0
|\ \ | |/
| * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-103-3/+0
| * Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-5/+32
* | Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-3/+32
* | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
|\ \ | |/
| * (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
| |\
* | \ [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
|\ \ \ | |/ /
| * | [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
| |\ \ | | |/
| | * [Bug 3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-261-0/+8
* | | Another memory leak, and one Tcl_Free -> ckfreejan.nijtmans2013-01-251-1/+1
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-252-6/+6
* | | new version of cpuid, which doesn't use the edi register any more. Hopefully ...jan.nijtmans2013-01-241-4/+3
|\ \ \ | |/ /
| * | new version of cpuid, which doesn't use the edi register any more. Hopefully ...jan.nijtmans2013-01-241-4/+3
| |\ \ | | |/
| | * new version of cpuid, which doesn't use the edi register any more. Hopefully ...jan.nijtmans2013-01-241-4/+3
* | | revert [8e83219e38]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
|\ \ \ | |/ /
| * | revert [f3509c3d35]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
| |\ \ | | |/
| | * revert [273bbe926d]: it doesn't work on i386jan.nijtmans2013-01-241-1/+1
* | | Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
|\ \ \ | |/ /
| * | Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
| |\ \ | | |/
| | * Bug [3601804]: platformCPUID segmentation fault on Darwinjan.nijtmans2013-01-221-1/+1
* | | fix Bug 3598300 on MacOSX toojan.nijtmans2013-01-192-2/+2
|\ \ \ | |/ /
| * | Proposed solution for Bug 3598300 on MacOSXbug_3598300jan.nijtmans2013-01-182-2/+2
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.h.jan.nijtmans2013-01-182-25/+23
|\ \ \ | |/ /
| * | ... and fix cygwin buildjan.nijtmans2013-01-182-21/+19
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-174-3/+4
|\ \ \ | |/ /
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-174-3/+4
* | | [Bug 3598300]: unix: tcl.h does not include sys/stat.hjan.nijtmans2013-01-152-6/+6
|\ \ \
| * \ \ REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: tc...jan.nijtmans2013-01-151-1/+1
| |\ \ \ |/ / / / | | _ / | | /
| * | merge trunk jan.nijtmans2013-01-143-6/+11
| |\ \
| | * | [Bug 3599395]: http assumes status line is a proper tcl list. jan.nijtmans2013-01-091-2/+2
* | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrela...jan.nijtmans2013-01-061-2/+2
* | | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-0/+7
|\ \ \ \ | | |/ / | |/| |
| * | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-0/+7
| |\ \ \ | | |/ / | |/| / | | |/
| | * test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as welljan.nijtmans2013-01-021-0/+7
* | | Inline compat Tcl_GetDefaultEncodingDir. jan.nijtmans2012-12-211-28/+13
|\ \ \ | |/ /
| * | Make pkgb.so loadable in Tcl 8.4 as well. jan.nijtmans2012-12-211-6/+12
| |\ \ | | |/
| | * Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l...jan.nijtmans2012-12-211-35/+41
* | | Prefer to extract package data from the *contents* not the directory name.dgp2012-12-121-2/+1
* | | Tag 8.6.0 for releasedgp2012-12-111-1/+2
|\ \ \
| * | | Improve the generation of HTML documentation in 8.6, allowing for contributeddkf2012-12-101-1/+2