Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -2/+2 |
| | |||||
* | Patch from Christian Neukirchen <chneukirchen at gmail dot com>: | Ingo Schwarze | 2015-03-20 | 1 | -2/+6 |
| | | | | | He reports that on some platforms, it is not possible to use the same va_list twice. So use va_copy(3) for additional safety. | ||||
* | Compat glue needed for Solaris 9 and 10. | Ingo Schwarze | 2015-03-19 | 1 | -0/+52 |
Thanks to Sevan Janiyan <venture37 at geeklan dot co dot uk> for reporting the Solaris 10 issues, to Jan Holzhueter <jh at opencsw dot org> for some additional insight, and to OpenCSW in general for providing me with a Solaris 9/10/11 testing environment. |