1. 24 Aug, 2018 7 commits
    • Jérémie Roquet's avatar
      Mention the "c" key (tag subtree) in the man · fda1475a
      Jérémie Roquet authored
      This was reported by @agguser.
      fda1475a
    • Explorer09's avatar
      Disable 'make dist' when pkg.m4 is unused in configure · ebf3cff1
      Explorer09 authored
      
      
      This would prevent a careless future package maintainer from creating a
      release tarball with a defective configure script. :)
      
      Also, add a warning in the autogen.sh phase if pkg.m4 is unused.
      Signed-off-by: default avatarKang-Che Sung <explorer09@gmail.com>
      ebf3cff1
    • Christian Hesse's avatar
      fix option string · 7bbb3600
      Christian Hesse authored
      This broke with commit db05ba61.
      7bbb3600
    • Hisham Muhammad's avatar
      Update ChangeLog · 4092c90b
      Hisham Muhammad authored
      4092c90b
    • Daniel Flanagan's avatar
      Add tree view flag to man page (#777) · 7742e17c
      Daniel Flanagan authored
      7742e17c
    • Hisham Muhammad's avatar
      Require pkg-config as an optional build dependency on Linux (#775) · 2dffee8d
      Hisham Muhammad authored
      With this commit:
      
      * if pkgconfig is installed, it will expand the code inside the shell if, adding the pkgconfig-based tests for the dependencies of Linux delay accounting.
      * if pkgconfig is not installed, it will add an error message inside the test of Linux delay accounting, telling the user to install pkgconfig and rebuild the configure script if they want to use Linux delay accounting.
      
      The end result is:
      
      * people running Linux
        * will not need pkgconfig when not using delay accounting
        * will need pkgconfig when using delay accounting
          * if they don't have it
            * they are told by configure they need to install it and re-run autogen.sh when running from Git
            * they are told by configure they need to install it and re-run configure when running from the tarball
      * people not running Linux
        * will never need pkgconfig
      
      ...and in none of the above scenarios the generated configure script produces unexpanded macros for users checking out the sources from Git.
      2dffee8d
    • volkov-am's avatar
      MakeHeader.py: Fix for non-utf8 environments (#770) · 791aae87
      volkov-am authored
      Header creation fails with non-utf8 locale and python3.
      Simply set LC_ALL="C" and use python3 to reproduce the issue.
      
      env LC_ALL="C" ./scripts/MakeHeader.py MetersPanel.c
      Traceback (most recent call last):
        File "./scripts/MakeHeader.py", line 32, in <module>
          for line in file.readlines():
        File "/usr/lib64/python3.5/encodings/ascii.py", line 26, in decode
          return codecs.ascii_decode(input, self.errors)[0]
      UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 956: ordinal not in range(128)
      
      This changes is python2 and python3 compatible
      
      cStringIO.StringIO module is removed because it is not able to accept unicode strings
      https://docs.python.org/2/library/stringio.html#cStringIO.StringIO
      791aae87
  2. 23 May, 2018 3 commits
  3. 10 Apr, 2018 2 commits
  4. 06 Apr, 2018 28 commits