Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-15 | Add some to-do items. | schmonz | 1 | -1/+12 | |
2005-07-18 | Configure conf-bg{incs,libs} files, if they exist. | schmonz | 1 | -1/+5 | |
2005-05-17 | Excise DJB_CONFIG_DIR. | schmonz | 1 | -3/+2 | |
2005-04-10 | Remove <errno.h> TODO item -- it's fine as is. Rationale: the | schmonz | 1 | -2/+1 | |
current subst.mk hack does not cause any change in behavior on any platform where the software already compiles and runs. Thanks rillig@ for suggesting this. | |||||
2005-03-23 | Replace inline definitions of errno with "#include <errno.h>" to | schmonz | 1 | -2/+14 | |
fix compilation on systems with glibc 2.3.1 or newer. | |||||
2005-03-23 | Add a Makefile fragment for packages with djb-style build machinery. | schmonz | 1 | -0/+64 | |
Common functions provided: * a boilerplate RESTRICTED clause * typical defaults for BUILD_TARGET and INSTALL_TARGET * typical values for conf-* files |