summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-02-19 Add skalibs/posixishard.hLaurent Bercot
This will break things. It's a known issue. Patches to other packages will come later, to adapt them to the new API. To work around brokenness, there needs to be *two* different headers: 1. one to be used before including system headers, that maximizes visibility by enabling system-dependent feature test macros (that will be tested by system headers) 2. one to be used after including system headers, that performs preprocessor tests and defines. skalibs/nonposix.h is the first one. Previously, there was no second one, and the tests were scattered all over. There was a strnlen declaration in skalibs/posixplz.h (which serves a totally different function: declaring things that should be in POSIX, but *are not*, i.e. working around problems in the standard, instead of problems in systems failing to respect the standard), a build-time sysdep for error.h, #defines for MSG_NOSIGNAL, etc. etc. skalibs/posixishard.h now is the second one, and centralizes all the tests. As a result, the eproto sysdep is unnecessary and has been removed. skalibs/error.h is now a static header, it is not built anymore.
2017-11-27 Prepare for 2.6.2.0Laurent Bercot
2017-10-30 version: 2.6.1.0v2.6.1.0Laurent Bercot
2017-07-16 git unignore setgroups.h ...Laurent Bercot
2017-06-07Add the generated files to .gitignore7heo
The files generated by make should be ignored, in order to all users to clone the repository as a submodule.
2015-09-23 Update .gitignore for XYZZYv2.3.7.0Laurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot