Skip to content
Snippets Groups Projects
  1. Jul 14, 2024
  2. May 31, 2024
  3. May 20, 2024
  4. Mar 04, 2024
  5. Sep 04, 2021
  6. May 20, 2021
  7. Apr 23, 2021
  8. Oct 31, 2019
  9. Oct 17, 2019
  10. Feb 06, 2019
  11. Feb 04, 2019
  12. Dec 25, 2018
  13. Jul 27, 2018
  14. May 27, 2018
  15. 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
  16. Feb 26, 2016
  17. Jan 04, 2016
  18. Feb 14, 2015
  19. 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
  20. Dec 19, 2014
  21. Jan 28, 2014
  22. Jun 18, 2013
  23. May 29, 2013
  24. May 19, 2013
  25. May 07, 2013
  26. Apr 18, 2013
  27. Mar 29, 2013
  28. Feb 09, 2013
  29. Apr 07, 2012
  30. Feb 11, 2012
  31. Nov 21, 2011
  32. Nov 14, 2011
  33. Oct 13, 2011
  34. 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
  35. Oct 06, 2011
  36. Aug 17, 2011
  37. Aug 10, 2011
Loading