1. 28 Apr, 2002 3 commits
  2. 27 Apr, 2002 4 commits
  3. 26 Apr, 2002 10 commits
  4. 25 Apr, 2002 7 commits
  5. 24 Apr, 2002 4 commits
  6. 23 Apr, 2002 8 commits
  7. 22 Apr, 2002 1 commit
  8. 21 Apr, 2002 3 commits
    • Gildas Bazin's avatar
      · 82337d0c
      Gildas Bazin authored
      * Fixed the warning_level handling: "-v" and "--warning" are now working as
        they should and they also are cumulative (using -vv --warning=3 you end up
        with i_warning_level=5)
      82337d0c
    • Sam Hocevar's avatar
      · 497e82b1
      Sam Hocevar authored
        * ./src/misc/configuration.c: support for short options. -V, -A, -I
          are back, and we also have -4 and -6 for IPv4/IPv6.
      497e82b1
    • Gildas Bazin's avatar
      · ce25f1e8
      Gildas Bazin authored
      * added config_GetFloatVariable() and config_PutFloatVariable() to the config
        module.
      * added a --zoom <float> config option.
      * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
        FPU is still available after a call to InitIDCT().
      * deactivate stream buffering when logging to a file.
      ce25f1e8