Age | Commit message (Expand) | Author | Files | Lines |
2012-11-27 | makepkg: add option to include debugging compiler flags | Allan McRae | 4 | -3/+28 |
2012-11-27 | makepkg: always run tidy_install on repackaging | Allan McRae | 1 | -8/+3 |
2012-11-27 | pactree: unindent first limb | Andrew Gregory | 1 | -1/+1 |
2012-11-27 | pactree: unify output between utf8 and ascii | Dave Reisner | 1 | -16/+20 |
2012-11-27 | pactree: fix style violations | Dave Reisner | 1 | -2/+3 |
2012-11-27 | pactree: autodetect and use unicode line drawing characters | Dave Reisner | 3 | -5/+40 |
2012-11-27 | pactree: style last branch node differently | Andrew Gregory | 1 | -13/+17 |
2012-11-27 | pactree: fix --sync getopt value | Andrew Gregory | 1 | -1/+1 |
2012-11-27 | Add --needed option to makepkg | wgiokas | 2 | -1/+7 |
2012-11-27 | Use sentence case in makepkg | Jason St. John | 1 | -4/+4 |
2012-11-27 | makepkg: save path to PACMAN and test availability | Allan McRae | 1 | -5/+13 |
2012-11-27 | Remove last traces of handling command arguments in $PACMAN | Martin Panter | 1 | -2/+2 |
2012-11-27 | makepkg: fix signing built package | Christian Hesse | 1 | -0/+1 |
2012-11-27 | makepkg: deprecate PKGBUILDs without a package() function | Allan McRae | 1 | -0/+4 |
2012-11-27 | makepkg: print "SKIP" for signature checksums | Allan McRae | 1 | -4/+8 |
2012-11-27 | makepkg: use last match in BUILDENV/OPTIONS array | Allan McRae | 2 | -4/+7 |
2012-11-27 | pacman: add -n/--native filter to -Q | Simon Gomizelj | 4 | -0/+12 |
2012-11-27 | doc: PKGBUILD.5 - fix output of bzr command | Allan McRae | 1 | -1/+1 |
2012-11-27 | fixed erroneous memory access to newurl in alpm_db_remove_server | Paul Barbu Gheorghe | 1 | -3/+6 |
2012-11-27 | repo-add: quote filename for consistent output style | Allan McRae | 1 | -1/+1 |
2012-11-27 | etc/Makefile: simplify build rule for conf files | Dave Reisner | 1 | -10/+7 |
2012-11-27 | buildsys: eschew use of DEFS, prefer AM_CPPFLAGS | Dave Reisner | 4 | -22/+16 |
2012-11-27 | configure.ac: cleanup duplication in --enable-git-version | Dave Reisner | 1 | -5/+1 |
2012-11-27 | m4/po.m4: Remove use of deprecated macro | Allan McRae | 1 | -1/+1 |
2012-11-27 | Fix thinko in configure.ac CFLAGS empty checking | Dan McGee | 2 | -2/+2 |
2012-11-27 | Fix typo in acinclude.m4 fs_old_*flags | Dan McGee | 1 | -3/+3 |
2012-09-18 | makepkg: fix incorrect bracket usage | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: Add Bazaar VCS support | Gary van der Merwe | 2 | -4/+76 |
2012-09-18 | makepkg: fix order of --help output | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: allow fragment to contain a "#" character | Allan McRae | 1 | -3/+3 |
2012-09-18 | makepkg: always check makepkg.conf for match to download protocol | Allan McRae | 1 | -7/+2 |
2012-09-18 | makepkg: do not embed timestamps in compressed manpages | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: check if hg and svn directories are non-empty before updating | Allan McRae | 1 | -2/+2 |
2012-09-18 | makepkg: do not create hg working directory on checkout | Allan McRae | 1 | -2/+2 |
2012-09-18 | makepkg: Improvements to get_filename: | Gary van der Merwe | 1 | -6/+6 |
2012-09-18 | makepkg: check if $dir is a local clone of the right git repo | Mohammad Alsaleh | 1 | -1/+7 |
2012-09-18 | makepkg: git clone instead of git fetch if $dir exists but empty | Mohammad Alsaleh | 1 | -1/+1 |
2012-09-18 | Avoid interger overflow when calculating remaining line length | Allan McRae | 1 | -1/+1 |
2012-09-18 | Fix typo in documentation | Allan McRae | 1 | -1/+1 |
2012-09-18 | makepkg: fix warnings with --noextract | Allan McRae | 1 | -9/+1 |
2012-09-18 | makepkg: implement dir_is_empty for dir content checks | Dave Reisner | 1 | -2/+10 |
2012-09-18 | Merge branch 'maint' | Dan McGee | 4 | -4/+13 |
2012-09-18 | pacman.8: remove redundant section | Allan McRae | 1 | -3/+0 |
2012-09-18 | signing.c: warn if time went backwards | Florian Pritz | 1 | -0/+5 |
2012-09-18 | pkgdelta: pass correct args to create_delta | Dave Reisner | 1 | -1/+1 |
2012-09-18 | Fix documentation typo | Allan McRae | 1 | -1/+1 |
2012-09-18 | Remove incorrect documentation for unlink_file | Allan McRae | 1 | -4/+0 |
2012-09-18 | query_fileowner, mdirname: add error checks | Andrew Gregory | 2 | -15/+18 |
2012-09-18 | query_fileowner: remove assumption that root is "/" | Andrew Gregory | 2 | -25/+11 |
2012-09-18 | query_fileowner: remove trailing '/' from targets | Andrew Gregory | 1 | -1/+8 |