Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | unix/configure: regenerated. | jenglish | 2013-03-03 | 1 | -557/+395 | |
| | | | | | | | ||||||
| * | | | | | | Unix terminal and serial port I/O: retire obsolete termio and sgtty code, | joe | 2013-03-03 | 5 | -458/+107 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | general cleanup. See SF [Bug 3606258] for details. | |||||
| | * | | | | | | ... which means struct TtyState can be replaced with struct FileState.jenglish_termios_cleanup | joe | 2013-03-02 | 1 | -51/+25 | |
| | | | | | | | | ||||||
| | * | | | | | | Member TtyState.savedState set in TtyInit() but never subsequently used. | joe | 2013-03-02 | 1 | -19/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This can go away... | |||||
| | * | | | | | | TtyParseMode signature simplification: take single pointer to struct TtyAttrs | jenglish | 2013-03-02 | 1 | -19/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | instead of separate pointers to each member. | |||||
| | * | | | | | | More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined, | jenglish | 2013-03-02 | 1 | -6/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | dummy implementations return 0 if the requisite ioctls are not present. | |||||
| | * | | | | | | Do not use strncasecmp(). It is nonstandard and not portable. | jenglish | 2013-03-02 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Use Tcl_UtfNcasecmp() instead. | |||||
| | * | | | | | | unix/configure: regenerated. | jenglish | 2013-03-01 | 1 | -557/+395 | |
| | | | | | | | | ||||||
| | * | | | | | | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. | jenglish | 2013-03-01 | 5 | -149/+15 | |
| | | | | | | | | ||||||
| | * | | | | | | ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX, | jenglish | 2013-03-01 | 1 | -39/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so we can't assume they are present just because we HAVE_TERMIOS_H. Conversely, if they are present then the subsidiary flags TIOCM_{DTR|RTS} are almost certainly there as well, so that ifdeffery can be removed. And lastly, ifdefs for TIOCSBRK/TIOCCBRK are still needed. (Those are logically separate functions even though TIP#35 lumped them together with DTR and RTS in -ttycontrol. POSIX provides tcsendbreak() for this purpose, but that interface doesn't fit with the TIP#35 API.) KNOWN DEFECT: if a hypothetical Unix system is missing TIOCMCGET but has TIOCSBRK/TIOCCBRK, the latter function will nevertheless be unavailable. Accounting for this possibility does not strike me as being worth the ifdefs. | |||||
| | * | | | | | | TtyGetOptionProc: remove inoperative comment "The string returned by | jenglish | 2013-02-28 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this function is in static storage [...]"; this is not the case (and apparently never has been) | |||||
| | * | | | | | | TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedef | jenglish | 2013-02-27 | 1 | -16/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | instead of 'unsigned long'. | |||||
| | * | | | | | | Remove IOSTATE facade: it's always a struct termios. | jenglish | 2013-02-27 | 1 | -25/+18 | |
| | | | | | | | | ||||||
| | * | | | | | | ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO)) | jenglish | 2013-02-27 | 1 | -7/+4 | |
| | | | | | | | | ||||||
| | * | | | | | | ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined. | jenglish | 2013-02-27 | 1 | -21/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | For termios, we never want DIRECT_BAUD; always use the symbolic constants | jenglish | 2013-02-27 | 1 | -14/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | as prescribed by POSIX. | |||||
| | * | | | | | | termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sections | jenglish | 2013-02-27 | 1 | -100/+1 | |
| |/ / / / / / | | | | | | | | | | | | | | | (mechanical change, done with `unifdef`). | |||||
| * | | | | | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both ↵ | jan.nijtmans | 2013-02-17 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | UNIX and Win. | |||||
| * | | | | | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 3 | -3/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Bug [3598282]: Stop using installData.tcl to install the timezone files. | stwo | 2013-01-31 | 1 | -3/+32 | |
| | | | | | | | | | ||||||
| * | | | | | | | | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting | andreask | 2013-01-30 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11. | |||||
| * \ \ \ \ \ \ \ \ | [Bug 3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-26 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Another memory leak, and one Tcl_Free -> ckfree | jan.nijtmans | 2013-01-25 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "make test-packages" on cygwin | |||||
| * | | | | | | | | | | new version of cpuid, which doesn't use the edi register any more. Hopefully ↵ | jan.nijtmans | 2013-01-24 | 1 | -4/+3 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that works better on some Darwin. | |||||
| * \ \ \ \ \ \ \ \ \ \ | revert [8e83219e38]: it doesn't work on i386 | jan.nijtmans | 2013-01-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Bug [3601804]: platformCPUID segmentation fault on Darwin | jan.nijtmans | 2013-01-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. | jan.nijtmans | 2013-01-18 | 2 | -25/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (with an exception for OSX, for now) | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 4 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | [Bug 3598300]: unix: tcl.h does not include sys/stat.h | jan.nijtmans | 2013-01-15 | 2 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | REMOVED FROM TRUNK: buggy, breaks the build on linux. [Bug 3598300]: unix: ↵ | jan.nijtmans | 2013-01-15 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcl.h does not include sys/stat.h | |||||
| * | | | | | | | | | | | | | | | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵ | jan.nijtmans | 2013-01-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6. | |||||
| * | | | | | | | | | | | | | | | | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Inline compat Tcl_GetDefaultEncodingDir. | jan.nijtmans | 2012-12-21 | 1 | -28/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eliminate unnecessary static HasStubSupport() and isDigit() functions, just do the same inline. | |||||
| * | | | | | | | | | | | | | | | | | | | Prefer to extract package data from the *contents* not the directory name. | dgp | 2012-12-12 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Tag 8.6.0 for release | dgp | 2012-12-11 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Improve the generation of HTML documentation in 8.6, allowing for contributed | dkf | 2012-12-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages whose non-version name parts are prefixes of others. Also ensure that documentation builds are complete after distribution, and that we generate a better error message when using the wrong tclsh version to do the build. | |||||
| * | | | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2012-12-07 | 1 | -7/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | Source compat, rather than stubs compat demo. | dgp | 2012-12-07 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | add proper runtime-detection to pkgb.so | jan.nijtmans | 2012-12-07 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. | dgp | 2012-12-07 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 1 | -6/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | |||||
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-12-04 | 3 | -59/+72 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | merge trunk | dgp | 2012-11-16 | 1 | -7/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk: | dgp | 2012-11-15 | 2 | -17/+41 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-14 | 2 | -41/+56 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2012-11-13 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0 | dgp | 2012-11-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | |