Commit History

Author SHA1 Message Date
  Gary E. Miller 569d997057 Update some licenses to the SPDX style. No real change. 5 years ago
  Gary E. Miller 4774adf5bb lcdgps.c: Assume altMSL wanted. Fix some long lines. 5 years ago
  Sanjeev Gupta 0b95c8640c Align usage message with man page 5 years ago
  Gary E. Miller 83f28d3407 lcdgps.c: Reorder include order. Note netdb.h. 5 years ago
  Gary E. Miller 2d37b2d47d Move __DARWIN_C_LEVEL and __DARWIN_C_SOURCE into SConstruct. 5 years ago
  Fred Wright 46bf8df504 lcdgps: Fix typo in -V. 6 years ago
  Gary E. Miller f1be39110e deg_to_s() and calls to it: Allow negative degrees, use fabs(). 6 years ago
  Gary E. Miller 6027b102c7 LICENSE: Update licenses for consistency. No functional changes. 6 years ago
  Gary E. Miller 03e3bfc3d7 lcdgps: fix compiler warning about fall-through. 6 years ago
  Gary E. Miller d42a2a8f39 lcdgps: tweak usage(). 6 years ago
  Gary E. Miller 6bba8b329f gps_read(): fix some nasty buffer overruns and corruptions. 6 years ago
  Gary E. Miller 0ddb4723ce lcdgps: fix %u to the correct %d. 7 years ago
  Fred Wright 68372c3547 Fixes spelling of "daemonization". 8 years ago
  Fred Wright 6d649db513 Whitespace cleanups related to recent changes. 8 years ago
  Robert Norris e2695bd13a Explicit marking of ignoring fprintf() result 8 years ago
  Fred Wright 2cb17f9160 Centralizes daemon() calls. 8 years ago
  Gary E. Miller d01483e183 daemon() needs _DEFAULT_SOURCE 8 years ago
  Eric S. Raymond 133b508f1f Fix very minor bugs revealed by OWASP analysis. 9 years ago
  Eric S. Raymond 28bf37132d Retire splint from our set of static analyzers. 10 years ago
  Eric S. Raymond 5b4af8cc00 cppcheck and Coverity cleanup; all regression tests pass. 10 years ago
  Zbigniew Chyla 18d76d6bda Always use sizeof to get array size 10 years ago
  Eric S. Raymond 032607920d Full splint cleanup. Partial cppcheck cleanup. 11 years ago
  Eric S. Raymond 978b7afe86 splint/cppcheck cleanup. 11 years ago
  Eric S. Raymond 321c7710c3 Fix static-checker warnings. All regression tests pass. 12 years ago
  Eric S. Raymond d72e5707c0 Cosmetic fix. All regression tests and code audits pass. 12 years ago
  Eric S. Raymond 7b7806b850 Lose the assumption that socket_t is an integer. 12 years ago
  Eric S. Raymond 620f7445dc Nuke trailing whitespace in C source. 12 years ago
  Eric S. Raymond 2e0f4f8194 Replace exit(2) with exit(EXIT_FAILURE). None of these were documented. 12 years ago
  Eric S. Raymond 2240d9ca9f Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE}) 12 years ago
  Eric S. Raymond afbc7a60f1 Magic-number elimination. 13 years ago