Skip to content

Tags: MarcvdSluys/libSUFR

Tags

v0.7.8

angles: improve some variable names and comments.

v0.7.7

date_and_time/jd2ymdhms(): use floor() iso int().

v0.7.6

getopt / getopt_get_command_argument(): arg: retval -> param in Doxygen.

v0.7.5

Few more copyright updates.

v0.7.4

constants/set_SUFR_constants_environment(): use tmpStr*(999)

* constants/set_SUFR_constants_environment(): use tmpStr*(999):
  * iso tmpStr*(99)
  * to match environment-variable strings

v0.7.3

Add SUFR_getopt: command-parameter parsing similar to GlibC's getopt

* Add SUFR_getopt: command-parameter parsing similar to GlibC's getopt:
  * function getopt(): parse short command-line options (e.g. -f file.txt)
  * function getopt_long(): parse short or long command-line options (e.g. --file file.txt)
  * subroutine getopt_help(): print available short options for getopt()
  * subroutine getopt_long_help(): print available short and/or long options for getopt_long()

v0.7.2

Updated copyright to 2016

v0.7.1

CMake: install man/ in (/usr)/share/man/, since man pages are now in …

…man/man3/ and man/man3f/

v0.7.0

print_commandline_options_values(): added Doxygen descriptions

v0.6.5

Trivial update