about summary refs log tree commit diff
BranchCommit messageAuthorAge
masterUpdate to FreeBSD 15.0, Linux man-pages 6.16, macOS 26.1Štěpán Němec2 months
 
TagDownloadAuthorAge
2082.16exman-2082.16.tar.gz  exman-2082.16.zip  Štěpán Němec2 months
2081.35exman-2081.35.tar.gz  exman-2081.35.zip  Štěpán Němec6 months
2070.75exman-2070.75.tar.gz  exman-2070.75.zip  Štěpán Němec9 months
2066.54exman-2066.54.tar.gz  exman-2066.54.zip  Štěpán Němec10 months
2066.8exman-2066.8.tar.gz  exman-2066.8.zip  Štěpán Němec17 months
2066.5exman-2066.5.tar.gz  exman-2066.5.zip  Štěpán Němec23 months
2065.7exman-2065.7.tar.gz  exman-2065.7.zip  Štěpán Němec2 years
2065.06exman-2065.06.tar.gz  exman-2065.06.zip  Štěpán Němec2 years
2065.05exman-2065.05.tar.gz  exman-2065.05.zip  Štěpán Němec2 years
2064.25exman-2064.25.tar.gz  exman-2064.25.zip  Kusoneko3 years
[...]
 
AgeCommit messageAuthor
2022-11-01Update to Linux man-pages 6.01 2063.91Štěpán Němec
2022-10-21Update to OpenBSD 7.2 2063.9June McEnroe
2022-10-16NetBSD: include text.tar.xz man pages 2063.8Štěpán Němec
2022-10-16Update to Linux man-mages 6.00Štěpán Němec
2022-10-16Update to NetBSD 9.3Štěpán Němec
2022-09-18Make copyrights and AUTHORS consistentJune McEnroe
2022-07-27Update to FreeBSD 13.1 2062.83June McEnroe
2022-07-27openbsd: Include man pages from baseXX.tgzKeith Whitney
2022-05-08Update to OpenBSD 7.1 2062.73June McEnroe
2021-10-15Update to OpenBSD 7.0 2062.63June McEnroe
[...]
 
Clone
https://git.causal.agency/exman
ng <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer