summaryrefslogtreecommitdiffstats
path: root/generic/tclPosixStr.c
Commit message (Collapse)AuthorAgeFilesLines
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-3/+3
| | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* Clean up a lot of small whitespace issues dkf2024-05-131-3/+3
| | | This is the dullest commit ever. Sorry.
* Fix [fa128568a5]: EOVERFLOW does not necessarily mean "file too big". ↵jan.nijtmans2023-03-281-45/+63
|\ | | | | | | Synchronize many error-messages with what Linux gives nowadays.
| * More text fixesjan.nijtmans2023-03-271-4/+16
| |
| * Merge 8.7. Go back to lowercase for POSIX err-messagesjan.nijtmans2023-03-271-161/+182
| |\
| * \ Merge 8.7jan.nijtmans2023-03-261-2/+2
| |\ \ | | |/
| * | Sync all error-messages with modern Linuxjan.nijtmans2023-03-261-52/+48
| | |
| * | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ↵jan.nijtmans2023-03-251-136/+140
| |/ | | | | | | | | too big" Let's synchronize the POSIX error-messages with what Linux gives nowadays.
* | Merge 8.6. POSIX errors update and minizip fixapnadkarni2023-03-281-19/+64
|\ \ | |/ |/|
| * Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ↵jan.nijtmans2023-03-271-19/+64
| | | | | | | | ERESTART, ENOSHARE, ENOMEDIUM, ENMFILE, EMEDIUMTYPE, EFTYPE, ECASECLASH)
* | Merge 8.6jan.nijtmans2021-05-061-0/+6
|\ \ | |/
| * Handle POSIX error EILSEQ: "invalid byte sequence"jan.nijtmans2021-05-061-0/+6
| |
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-2/+2
|/ | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-2/+2
|\
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-2/+2
| |\
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-2/+2
| | |
* | | Fix build on systems where ECANCELED == ELIBMAXdgp2011-08-031-2/+2
| | |
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-281-13/+13
| | |
| | * Fix [Bug 2882561].dkf2009-10-211-3/+3
| | |
| * | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-281-4/+4
| | |
| * | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-241-11/+11
| | |
| * | Fix [Bug 2882561].dkf2009-10-211-3/+3
| | |
| * | Added support for SIGINFO. [Patch 1513655]dkf2009-03-151-1/+7
| | |
* | | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-281-10/+34
| | |
* | | Fix [Bug 2882561].dkf2009-10-211-3/+3
| | |
* | | Added support for SIGINFO. [Patch 1513655]dkf2009-03-151-1/+7
| | |
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵dkf2009-01-091-6/+6
| | | | | | | | | | | | etc.)
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-5/+5
|/ /
* | ANSIfydkf2005-11-071-9/+9
| |
* | Getting more systematic about styledkf2005-07-191-377/+381
| |
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
|/ | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.h: Reworked the Tcl header files into a clean * unix/tclUnixPort.h: hierarchy where tcl.h < tclPort.h < tclInt.h * win/tclWinInt.h: and every C source file should #include * win/tclWinPort.h: at most one of those files to satisfy its declaration needs. tclWinInt.h and tclWinPort.h also better organized so that tclWinPort.h includes the Windows implementation of cross-platform declarations, while tclWinInt.h makes declarations that are available on Windows only. * generic/tclBinary.c (TCL_NO_MATH): Deleted the generic/tclMath.h * generic/tclMath.h (removed): header file. The internal Tcl * macosx/Makefile (PRIVATE_HEADERS): header, tclInt.h, has a * win/tcl.dsp: #include <math.h> directly, and file external to Tcl needing libm should do the same. * win/Makefile.in (WIN_OBJS): Deleted the win/tclWinMtherr.c file. * win/makefile.bc (TCLOBJS): It's a vestige from matherr() days * win/makefile.vc (TCLOBJS): gone by. * win/tcl.dsp: * win/tclWinMtherr.c (removed):
* Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.)dkf2002-05-271-3/+3
|
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-151-1/+7
|
* * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.cdgp2002-01-151-5/+5
| | | | according to the guidelines of TIP 27. Updated callers. [Patch 499196]
* * generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines forhobbs2000-05-111-3/+3
| | | | Linux on Sparc to compile correctly. [Bug: 5364]
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-2/+2
| | | | * generic/tclPosixStr.c: fixed typo [Bug: 2592]
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+3
|
* * generic/tclPosixStr.c (Tcl_ErrnoId, Tcl_ErrnoMsg): When usingstanton1999-02-021-3/+3
| | | | | egcs, ENOTSUP and EOPNOTSUPP are the same, so now we handle that case. [Bug: 1137]
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+1174