Skip to content

Tags: haniibrahim/f90getopt

Tags

v1.1.0

Toggle v1.1.0's commit message
New utility function

v1.0.4

Toggle v1.0.4's commit message
Portable declaration of stdin/out/err fixed, minor refactorings, wiki…

… page, documentation extended

v1.0.3

Toggle v1.0.3's commit message
Some bugs in README.md fixed

v1.0.2

Toggle v1.0.2's commit message
Bug in README.md fixed and README removed

- Bug in command of compiling/linking w/ f90getopt lib fixed

v1.0.1

Toggle v1.0.1's commit message
Version 1.0.1

- Longopt bug fixed
  caused infinite error loop when unknown longopt has a equal sign or
  a unkwnow longopt follows a known one
- Minor refactoring (NO change in API)

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0

- Added support for equal sign (=) in long options, like --beta=2.0
- Error messages are displayed on stderr (not stdout)

v0.9.0

Toggle v0.9.0's commit message
Version 0.9.0

Almost finished. Equal sign recognition in longoption (logopt=arg) is missing for v1.0