Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 2016-06-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause. Everything else stays under GPLv3+. New Linking Exception exempts resulting executables from LGPLv3 section 4. Add CONTRIBUTORS file to keep track of licensing. Remove 'Copyright Red Hat Inc' comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | ||||
* | * include/err.h: Fix loss of semicolons in previous patch. | Corinna Vinschen | 2011-02-02 | 1 | -2/+2 |
| | |||||
* | * include/err.h (err): Add noreturn attribute. | Corinna Vinschen | 2011-02-02 | 1 | -7/+7 |
| | | | | | | (errx): Ditto. (verr): Ditto. (verrx): Ditto. | ||||
* | * bsdlib.cc (_vwarnx): New function. | Corinna Vinschen | 2003-11-06 | 1 | -0/+33 |
(vwarn): Ditto. (vwarnx): Ditto. (warn): Ditto. (warnx): Ditto. (verr): Ditto. (verrx): Ditto. (err): Ditto. (errx): Ditto. * cygwin.din: Export above functions. * include/err.h: New file. * include/cygwin/version.h: Bump API minor number. |