Skip to content

Releases: haniibrahim/f90getopt

v2.0.0

06 Jan 17:42

Choose a tag to compare

Optional features

  • Parse long-only options without short equivalents with and without arguments.
    Makes f90getopt closer to getopt() and getopt_long() of C. No need to have beside --arglong a short equivalent like -a.
  • Check optional for duplicate options
    Scan command line once and abort if duplicate options are found

v1.1.0

10 Apr 21:54

Choose a tag to compare

  • New Utility function isnum()for checking numbers in option's arguments
  • Wiki extended
    • Get started
    • Function overview table
    • Complete and documented sample program with all features

V1.0.4

01 Apr 01:24

Choose a tag to compare

v1.0.4

Portable declaration of stdin/out/err fixed, minor refactorings,  wik…