0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libalpm -> libpacman transition #1: renamed necessary files More... over 18 years ago
lib/libalpm/remove.c: update Copyright date to be pulled by Andrew Fyfe <[email protected]> ^^ More... over 18 years ago
NEWS: two important fixes More... over 18 years ago
src/pacman-g2: no longer use the pacman_* namespace More... over 18 years ago
autogen.sh: create aclocal.m4 before libtoolize More... over 18 years ago
HACKING: added fakeroot NOTE :) * Added a fakeroot install note to make check part. :) More... over 18 years ago
bug: fix requiredby field and provides write in add.c * Fixed a 'bug' (figured out by Gabor Nagy alias ngaba) in add.c * BUG desc.: if you install some package with -S and it got some provides field, then those package which depends on provide string does not goes into REQUIREDBY field at local DB. - Example: pacman -R postfix && pacman -S postfix && pacman -S darcs then do a pacman -Qi postfix and you see that Needed by: none with the old way With the new was Needed by: darcs is there. More... over 18 years ago
fix for distclean error * Added distclean: target to Makefile.am in doc/hu/ * This will fix make distclean halt after doc/hu/ because there was no such target like distclean. Now all our pacman-g2 dir will be "cleaned" on distclean usage More... over 18 years ago
fixed a small typo in HACKING * pacman-t2 -> pacman-g2 replace :)) More... over 18 years ago
makepkg: fix env vars for options=('nofakeroot') More... over 18 years ago
autogen.sh: call the po import on --dist, too More... over 18 years ago
TAG 3.5.0 More... over 18 years ago
updates for 3.5.0 More... over 18 years ago
autogen.sh: typo fix More... over 18 years ago
autoclean.sh: remove pots and pos More... over 18 years ago
autogen.sh: copy the po files from the translations repo and generate the pot files More... over 18 years ago
removed po files we now use the ones from the translation repo More... over 18 years ago
remove the LINGUAS files they'll be autogenerated More... over 18 years ago
autogen.sh: handle the case when we are called not from the current dir More... over 18 years ago
autogen.sh: fix for newer intltool More... over 18 years ago
autogen.sh: new switch: --pot-only More... over 18 years ago
remove autogenerated pot files More... over 18 years ago
don't touch the progressbar after running the post_remove scriptlet More... over 18 years ago
libalpm/remove.c: whitespace cosmetics More... over 18 years ago
whitespace cosmetics in _alpm_sortbydeps() More... over 18 years ago
fix handling provides fields during a dependency cycle closes #1836 More... over 18 years ago
libalpm: don't ignore the value of archive_read_next_header() in case it's not ARCHIVE_OK closes #1798 More... over 18 years ago
TAG 3.4.9 More... over 18 years ago
updates for 3.4.9 More... over 18 years ago
bindings: removed longp class, added void_to_PM_DEPMISS() function longp was not used by anyone handling alpm_trans_prepare() error messages are not possible without void_to_PM_DEPMISS() More... over 18 years ago