summaryrefslogtreecommitdiffstats
path: root/compat/opendir.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove compat/dirent*.h and some other compat/*.c files: Modern C-compilers ↵jan.nijtmans2023-06-271-110/+0
| | | | all have those now
* Merge 8.6jan.nijtmans2023-05-151-1/+1
|\
| * ckalloc -> attemptckalloc (since return-value is checked). Fix bug in ↵jan.nijtmans2023-05-151-1/+1
| | | | | | | | unix/dltest/pkgooa.c, where last NULL-argument was missing
| * Merge 8.5jan.nijtmans2020-06-251-7/+7
| |\
| | * Clean-up compat functions, not using "register" any more, and fix some ↵jan.nijtmans2020-06-251-11/+11
| | | | | | | | | | | | signatures (constify) matching nowadays standards. All backported from core-8-branch with modifications.
* | | Remove "register" keyword in various places. Also add some type-casts to ↵jan.nijtmans2019-08-141-6/+6
| | | | | | | | | | | | help C++ compatibility.
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of ↵jan.nijtmans2016-11-161-1/+1
|/ / | | | | | | type-casts which are not necessary any more.
* | Remove unnecessary end-of-line spacing in compat/*.cjan.nijtmans2015-07-021-1/+1
| |
* | 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-3/+0
| | | | | | | | | more harm than good. Purged them.
* | | Minor whitespace cleanup... nothing to see heredkf2009-12-101-4/+4
|/ /
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-57/+62
| |
* | 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):
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+108