Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 3 | -26/+10 |
| | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | merge 8.5 | dgp | 2013-06-03 | 2 | -4/+4 |
|\ | |||||
| * | merge 8.4 | dgp | 2013-06-03 | 2 | -4/+4 |
| |\ | |||||
| | * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 2 | -4/+4 |
| | | | |||||
| * | | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | jan.nijtmans | 2013-05-28 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
* | \ \ | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | oehhar | 2013-05-27 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
| * | | | Add install references and changes entry | oehhar | 2013-05-08 | 1 | -2/+2 |
| | | | | |||||
* | | | | [3613567]: Corrected sense of test on results of access() in temp file creation. | dkf | 2013-05-20 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -91/+6 |
|\ \ \ \ | | |/ / | |/| | | | | | | Pietro Cerutti | ||||
| * | | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -91/+6 |
| |\ \ \ | | | |/ | | |/| | | | | | Pietro Cerutti | ||||
| | * | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 2 | -501/+345 |
| | | | | | | | | | | | | | | | | Pietro Cerutti. | ||||
| | * | | Add missing "platform" package to the distribution as well. Reported by ↵ | jan.nijtmans | 2013-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Pietro Cerutti. | ||||
* | | | | Split tclCompCmds.c into two roughly-equal-sized pieces. | dkf | 2013-05-18 | 1 | -5/+9 |
| | | | | |||||
* | | | | Sigh. Fix version number of package "platform" in the Makefile.n files. ↵ | andreask | 2013-05-16 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | | | | | | | | Future: Write a small tcl script tool to extract the version information directly from the code. | ||||
| * | | | Sigh. Fix version number of package "platform" in the Makefile.n files. ↵ | andreask | 2013-05-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Future: Write a small tcl script tool to extract the version information directly from the code. | ||||
* | | | | make dist | dgp | 2013-05-14 | 1 | -0/+3 |
| |_|/ |/| | | |||||
* | | | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. | jan.nijtmans | 2013-05-07 | 3 | -18/+2 |
| | | | | | | | | | On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway. | ||||
* | | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
|\ \ \ | |/ / | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | ||||
| * | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 1 | -1/+3 |
| |\ \ | | |/ | | | | | | | Binary compatibility with win64 requires that all stub entries use 32-bit long's, therefore the need for various wrapper functions/macros. For Tcl 9 a better solution is needed, but that cannot be done without introducing binary incompatibility. | ||||
| | * | Update dde to version 1.3.3. | jan.nijtmans | 2013-04-25 | 3 | -11/+11 |
| | | | | | | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14) | ||||
* | | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵ | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). | ||||
| * | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵ | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). | ||||
| | * | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack ↵ | jan.nijtmans | 2013-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | | space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx(). | ||||
| | * | Regenerate configure with autoconf-2.13. Mostly repairs line numbers. | dgp | 2013-03-12 | 1 | -344/+363 |
| | | | |||||
| * | | Allow URLs that don't have a path, but a query, | max | 2013-04-04 | 1 | -2/+2 |
| | | | | | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12. | ||||
| * | | [Bug 3205320]: stack space detection defeated by inlining. Now fixed in the ↵ | jan.nijtmans | 2013-04-03 | 1 | -1/+4 |
| |\ \ | | | | | | | | | | | | | cross-compile case as well. | ||||
| | * | | Prevent inlining of StackGrowsDown(), in case of cross-compilingprevent_inline | jan.nijtmans | 2013-04-02 | 1 | -1/+4 |
| | | | | |||||
| * | | | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 3 | -3/+3 |
| |/ / | |||||
* | | | Bump http to 2.8.7 in the other dozen places as well. | max | 2013-04-04 | 1 | -2/+2 |
| | | | |||||
* | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 2 | -196/+328 |
|\ \ \ | |/ / | | | | | | | they have in Debian. | ||||
| * | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 2 | -29/+2 |
| |\ \ | | |/ | | | | | | | they have in Debian. | ||||
| | * | re-generate configure | jan.nijtmans | 2013-03-12 | 1 | -56/+1 |
| | | | |||||
| | * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-12 | 1 | -24/+1 |
| | | | | | | | | | | | | | | | they have in Debian. (regeneration of "configure" not done yet) | ||||
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -16/+16 |
| | | | |||||
* | | | 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. |