Commit Graph

4 Commits

Author SHA1 Message Date
Brandon Rhodes 30e14f685e Fix #73: resolve strptime() implicit declaration
This silences the compiler warning:
```
sunmenu.c: In function ‘readSOHOImage’:
sunmenu.c:926:3: warning: implicit declaration of function ‘strptime’; did you mean ‘strftime’? [-Wimplicit-function-declaration]
  926 |   strptime(buf+20, "%d %b %Y %H:%M:%S %Z", &tm);
```
2024-02-16 13:51:57 -05: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