summaryrefslogtreecommitdiffstats
path: root/win/tclWinError.c
Commit message (Collapse)AuthorAgeFilesLines
* move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-5/+0
|
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-13/+19
| | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
* add TclGetAndDetachPids and TclpCloseFile to cygwin portjan.nijtmans2012-03-231-17/+26
|
* add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-10/+17
|
* 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.
* Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.)dkf2002-05-271-2/+2
|
* * win/tclWinLoad.c (TclpLoadFile): added special message forhobbs2000-09-061-2/+2
| | | | | | | ERROR_PROC_NOT_FOUND exception in loading a dll. * win/tclWinError.c: changed ERROR_PROC_NOT_FOUND to map from ESRCH (POSIX: no such process) to EINVAL because there is no good mapping for "procedure not found".
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+2
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+393