Commit Graph

4 Commits

Author SHA1 Message Date
robxnano b8c9897cf1
Replace C++ style comments for ANSI C compatibility
Allows successful compilation with -std=c89 -D_XOPEN_SOURCE=500
on Linux gcc.
2023-04-08 22:26:46 +01:00
Lutz Mändle 1abfa0c522 Add HTTPS support and fix Minor Planet Center URLs
From https://www.clearskyinstitute.com/xephem/contrib/contrib.html which
says it was contributed in January 2018.
2021-09-13 11:42:09 -04:00
Brandon Rhodes d77d297bfe Remove stale “RCS” comments from C code
perl -pi -0777 -e 's/\/\* For RCS .*?\*\/\n+//gs' **/*
perl -pi -0777 -e 's/static char \*rcsid.*?;\n//gs' **/*
2021-08-23 13:19:28 -04:00
Brandon Rhodes 752e82f594 Initial import from “xephem-4.0.0.tgz” archive
Downloaded from: http://www.clearskyinstitute.com/xephem/xephem-4.0.0.tgz
2021-02-08 15:05:21 -05:00