Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -2/+1 |
| | | | | | | | | | | | | Because these work slightly differently on different systems, they are becoming a maintenance burden in the portable version, so delete them. Besides, one of the chief design goals of the mandoc toolbox is to make sure that nothing related to documentation requires C++. Consequently, linking mandoc against any kind of C++ program would defeat the purpose and is not supported. I don't understand why kristaps@ added them in the first place. | ||||
* | Remove clauses 3 and 4 from Christos Zoulas' BSD license. | Ingo Schwarze | 2015-05-20 | 1 | -5/+0 |
| | | | | | This is safe because Christos did that himself in NetBSD in 2008. No code change. | ||||
* | * remove FreeBSDisms | Ingo Schwarze | 2015-05-20 | 1 | -8/+2 |
| | | | | | | | * purge and sort headers * add build and compat glue * and LICENSE information for soelim(1) | ||||
* | Initial revision | Ingo Schwarze | 2015-05-20 | 1 | -0/+57 |