Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -10/+10 |
| | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. | ||||
* | Add err_set_file() and err_set_exit() functions to make it possible for | wollman | 1995-04-13 | 1 | -0/+2 |
| | | | | | programs which use err(3) to work nicely in a wider range of environments (e.g., dialog). | ||||
* | Declare functions that don't return as having attribute __dead2. | bde | 1994-09-08 | 1 | -4/+4 |
| | |||||
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+60 |