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 2046e2b8dc Update Earth weather map download to HTTPS
Link at https://www.clearskyinstitute.com/xephem/contrib/contrib.html
dates this patch 2018 September.
2021-09-13 11:42:56 -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