Skip to content
Snippets Groups Projects
  1. Apr 01, 2011
  2. Mar 31, 2011
  3. Mar 23, 2011
    • Lasse Collin's avatar
      Scripts: Better fix for xzgrep. · df87249b
      Lasse Collin authored
      Now it uses "grep -q".
      
      Thanks to Gregory Margo.
      df87249b
    • Lasse Collin's avatar
      Updated THANKS. · 68c453e1
      Lasse Collin authored
      68c453e1
    • Lasse Collin's avatar
      Scripts: Fix xzgrep -l. · b441d398
      Lasse Collin authored
      It didn't work at all. It tried to use the -q option
      for grep, but it appended it after "--". This works
      around it by redirecting to /dev/null. The downside
      is that this can be slower with big files compared
      to proper use of "grep -q".
      
      Thanks to Gregory Margo.
      b441d398
  4. Feb 04, 2011
  5. Feb 02, 2011
  6. Jan 28, 2011
  7. Jan 26, 2011
  8. Jan 18, 2011
  9. Dec 13, 2010
  10. Dec 12, 2010
  11. Dec 07, 2010
  12. Nov 15, 2010
  13. Nov 13, 2010
    • Jonathan Nieder's avatar
      Simplify paths in generated API docs · 2964d8d6
      Jonathan Nieder authored
      Currently the file list generated by Doxygen has src/ at the
      beginning of each path.  Paths like common/sysdefs.h and
      liblzma/api/lzma.h are easier to read without such a prefix.
      
      Builds from a separate build directory with
      
      	mkdir build
      	cd build
      	../configure
      	doxygen Doxyfile
      
      include an even longer prefix /home/someone/src/xz/src; this
      patch has the nice side-effect of eliminating that prefix, too.
      
      Fixes: http://bugs.debian.org/572273
      2964d8d6
  14. Oct 26, 2010
  15. Oct 23, 2010
  16. Oct 21, 2010
  17. Oct 19, 2010
  18. Oct 12, 2010
Loading