1. 26 Mar, 2014 6 commits
  2. 21 Mar, 2014 31 commits
  3. 02 Mar, 2014 3 commits
    • Pietro Fezzardi's avatar
      new inline function to get ppi from ppg · 85e1aa6a
      Pietro Fezzardi authored
      85e1aa6a
    • Pietro Fezzardi's avatar
      config: fixed some error detection and printouts · 0e2f8cb2
      Pietro Fezzardi authored
      previously one could use config options without arguments, or
      config options with wrong names, and the program did not complain.
      now you have to use correct names for config options and only
      options with type ARG_NONE can be without arguments.
      hardcoded default config file and config string are supposed
      always correct so there's still no error check on their parsing.
      however for any config options passed from command line with -f or
      -C all the checks are enabled. if there are some syntax errors or
      options without value the process exits with errors, printing
      informations on all the found configuration errors.
      0e2f8cb2
    • Pietro Fezzardi's avatar
      wrs-time.c: changed exit(-1) to exit(1) · e6748f4c
      Pietro Fezzardi authored
      e6748f4c