- 07 Jul, 2020 2 commits
-
-
Felix Yan authored
-
Evangelos Foutras authored
-
- 27 May, 2019 1 commit
-
-
Antonio Rojas authored
-
- 04 Jun, 2018 1 commit
-
-
Jelle van der Waa authored
-
- 15 Nov, 2017 1 commit
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- 30 Sep, 2013 1 commit
-
-
Bartłomiej Piotrowski authored
-
- 25 Oct, 2012 1 commit
-
-
Evangelos Foutras authored
-
- 24 Oct, 2012 1 commit
-
-
Alexander Rødseth authored
-
- 23 Mar, 2012 2 commits
-
-
Chris Brannon authored
Fix FS#28921. One of the internal helper functions that this package uses for formatted I/O was failing to interpret some format strings correctly. Fixed by adding a preprocessor definition. If you care, see this thread: http://lists.suckless.org/dev/1203/11286.html Now fixed in upstream's mercurial repository.
-
Chris Brannon authored
Fix FS#28921. One of the internal helper functions that this package uses for formatted I/O was failing to interpret some format strings correctly. Fixed by adding a preprocessor definition. If you care, see this thread: http://lists.suckless.org/dev/1203/11286.html Now fixed in upstream's mercurial repository.
-
- 21 Feb, 2012 1 commit
-
-
Chris Brannon authored
-
- 07 Dec, 2011 1 commit
-
-
Alexander Rødseth authored
-
- 19 Jun, 2010 1 commit
-
-
Chris Brannon authored
Previously, the programs in the 9base package were statically linked. Several of them no longer work when statically linked against glibc 2.12. I changed the package to use dynamic linking. See http://bugs.archlinux.org/task/19856 for more details.
-
- 11 Jun, 2010 1 commit
-
-
Chris Brannon authored
* Added a package() function to the PKGBUILD.
-
- 26 Apr, 2010 1 commit
-
-
Chris Brannon authored
-
- 16 Oct, 2009 1 commit
-
-
Chris Brannon authored
This commit fixes the troff segfault described in the aforementioned bug report.
-
- 23 Sep, 2009 1 commit
-
-
Chris Brannon authored
-
- 17 Jul, 2009 1 commit
-
-
Aaron Griffin authored
-
- 16 Jul, 2009 1 commit
-
-
Aaron Griffin authored
-