Skip to content
Snippets Groups Projects
  1. Sep 04, 2021
  2. May 20, 2021
  3. Apr 23, 2021
  4. Oct 31, 2019
  5. Oct 17, 2019
  6. Feb 06, 2019
  7. Feb 04, 2019
  8. Dec 25, 2018
  9. Jul 27, 2018
  10. May 27, 2018
  11. May 13, 2018
    • Eli Schwartz's avatar
      Remove all modelines from the project · 860e4c49
      Eli Schwartz authored and Allan McRae's avatar Allan McRae committed
      
      Many of these are pointless (e.g. there is no need to explicitly turn on
      spellchecking and language dictionaries for the manpages by default).
      
      The only useful modelines are the ones enforcing the project coding
      standards for indentation style (and "maybe" filetype/syntax, but
      everything except the asciidoc manpages and makepkg.conf is already
      autodetected), and indent style can be applied more easily with
      .editorconfig
      
      Signed-off-by: default avatarEli Schwartz <eschwartz@archlinux.org>
      Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
      860e4c49
  12. Feb 26, 2016
  13. Jan 04, 2016
  14. Feb 14, 2015
  15. Jan 02, 2015
    • Allan McRae's avatar
      Integrate testdb into pacman · e8a3e3d8
      Allan McRae authored
      
      The functionality of testdb is now available in pacman. pacman -Dk will
      check the local database for consistency, and pacman -Dkk will check the
      sync databases.
      
      Note that unlike testdb, you can not specify individual sync databases to
      check as sync databases act as a whole and not individually. A single database
      can be checked using an alternative pacman.conf file.
      
      Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
      e8a3e3d8
  16. Dec 19, 2014
  17. Jan 28, 2014
  18. Jun 18, 2013
  19. May 29, 2013
  20. May 19, 2013
  21. May 07, 2013
  22. Apr 18, 2013
  23. Mar 29, 2013
  24. Feb 09, 2013
  25. Apr 07, 2012
  26. Feb 11, 2012
  27. Nov 21, 2011
  28. Nov 14, 2011
  29. Oct 13, 2011
  30. Oct 12, 2011
    • Dan McGee's avatar
      VerbosePkgLists: format table lines in i18n-compatible way · 61c6ae01
      Dan McGee authored
      
      This had the unfortunate implementation detail that depended on the
      strings having 1 byte == 1 column hold true. As we know, this is not at
      all the case once you move past the base ASCII character set.
      
      Reimplement this whole thing so it doesn't depend on format strings at
      all. Instead, simply calculate the max column widths, and then when
      displaying each row add the correct amount of padding using UTF-8 safe
      string length functions.
      
      Before:
      
      名字        旧版本新版本  净变化 下载大小
      
      libgee                0.6.2.1-1  0.60 MiB    0.10 MiB
      libsocialweb          0.25.19-2  1.92 MiB    0.23 MiB
      folks                 0.6.3.2-1  1.38 MiB    0.25 MiB
      
      After:
      
      名字          旧版本  新版本     净变化    下载大小
      
      libgee                0.6.2.1-1  0.60 MiB  0.10 MiB
      libsocialweb          0.25.19-2  1.92 MiB  0.23 MiB
      folks                 0.6.3.2-1  1.38 MiB  0.25 MiB
      
      Signed-off-by: default avatarDan McGee <dan@archlinux.org>
      61c6ae01
    • Dan McGee's avatar
      Bump version to 4.0.0 · d3d3b861
      Dan McGee authored
      
      Signed-off-by: default avatarDan McGee <dan@archlinux.org>
      v4.0.0
      d3d3b861
  31. Oct 06, 2011
  32. Aug 17, 2011
  33. Aug 10, 2011
  34. Jun 07, 2011
  35. Jun 02, 2011
  36. Apr 18, 2011
Loading