Age | Commit message (Expand) | Author | Files | Lines |
2008-07-25 | Update NEWS file for 3.2.0 release | Allan McRae | 1 | -0/+70 |
2008-07-25 | Implement AND based package searching. | Xavier Chantry | 1 | -1/+8 |
2008-07-25 | Show number of packages to be installed / removed. | Xavier Chantry | 1 | -2/+6 |
2008-07-25 | src/pacman : rework the display_targets function. | Xavier Chantry | 5 | -58/+64 |
2008-07-25 | Remove unused strverscmp substitute | Dan McGee | 3 | -106/+1 |
2008-07-25 | pacsearch: quote args passed to pacman | Dan McGee | 1 | -2/+2 |
2008-07-25 | libalpm/package.c : fix infolevel bug in pkg_dup | Xavier Chantry | 1 | -11/+10 |
2008-07-25 | contrib: add pactree script | Carlo Bersani | 3 | -0/+305 |
2008-07-25 | makepkg: add packages to pkgdeps list only after successful install | Allan McRae | 1 | -2/+2 |
2008-07-25 | Fix vercmp and add additional tests | Dan McGee | 3 | -16/+48 |
2008-07-23 | -Sqg and -Qqg | Nagy Gabor | 2 | -3/+12 |
2008-07-23 | Update pactest README | Nagy Gabor | 1 | -1/+3 |
2008-07-23 | Re-enable --debug with -Sw and -Sp | Nagy Gabor | 1 | -1/+1 |
2008-07-23 | New fileconflict004.py pactest | Nagy Gabor | 1 | -0/+19 |
2008-07-23 | Update Portuguese (Brazil) translation | Hugo Doria | 3 | -651/+476 |
2008-07-23 | Update Polish translation | Mateusz Herych | 2 | -603/+412 |
2008-07-23 | Update Russian translation | Sergey Tereschenko | 2 | -753/+410 |
2008-07-23 | Update Czech translation | Vojtěch Gondžala | 2 | -552/+414 |
2008-07-23 | Update British English translation | Jeff Bailes | 2 | -578/+403 |
2008-07-23 | Update Turkish translation | Samed Beyribey | 3 | -697/+622 |
2008-07-23 | Update Chinese Simplified translation | 甘露(Lu.Gan) | 2 | -669/+536 |
2008-07-23 | Update Hungarian translation | Nagy Gabor | 2 | -505/+393 |
2008-07-23 | Update Spanish translation | Juan Pablo González Tognarelli | 2 | -161/+232 |
2008-07-23 | Update Italian translation | Giovanni Scafora | 2 | -629/+424 |
2008-07-23 | Update German translation | Matthias Gorissen | 2 | -566/+417 |
2008-07-23 | Update French translation | Xavier Chantry | 2 | -560/+410 |
2008-07-23 | Update pot files. | Xavier Chantry | 2 | -402/+285 |
2008-07-21 | Make strip paths configurable | Allan McRae | 3 | -3/+15 |
2008-07-19 | Rephrase some debug messages in alpm/sync.c | Nagy Gabor | 1 | -5/+6 |
2008-07-19 | Use NULL instead of "" as no causingpkg | Nagy Gabor | 1 | -1/+1 |
2008-07-19 | Strip *.a libraries in makepkg | Allan McRae | 1 | -1/+3 |
2008-07-19 | Use LC_ALL=C everywhere | Allan McRae | 1 | -2/+2 |
2008-07-18 | alpm_list_remove treat NULL needle as "nothing" | Nagy Gabor | 1 | -0/+4 |
2008-07-18 | Fix a possible segfault in alpm/remove.c | Nagy Gabor | 1 | -0/+3 |
2008-07-16 | _alpm_db_add_pkgincache rework | Nagy Gabor | 2 | -4/+21 |
2008-07-16 | Use "pacman -S $dep" in makepkg's dependency resolving | Nagy Gabor | 1 | -7/+2 |
2008-07-16 | Fix some memleaks in alpm/add.c | Nagy Gabor | 1 | -7/+13 |
2008-07-16 | Fix a wrong FREELIST usage in add.c | Nagy Gabor | 1 | -1/+2 |
2008-07-16 | makepkg: speed up svn revision check for large repositories | Dan McGee | 1 | -1/+1 |
2008-07-16 | Remove pacman.static build from build files | Dan McGee | 3 | -25/+0 |
2008-07-13 | src/pacman/sync.c : Display only errors with -Sp and -Sw operations. | Xavier Chantry | 1 | -0/+5 |
2008-07-13 | sync_addtarget rework | Nagy Gabor | 7 | -123/+34 |
2008-07-13 | remove_addtarget rework (in front-end) | Nagy Gabor | 1 | -46/+46 |
2008-07-13 | New remove060.py pactest | Nagy Gabor | 1 | -0/+19 |
2008-07-08 | Merge branch 'maint' | Dan McGee | 2 | -2/+2 |
2008-07-08 | Fix a bogus message in Hungarian translation | Nagy Gabor | 1 | -1/+1 |
2008-07-08 | Remove requiredby from pactests | Nagy Gabor | 35 | -183/+2 |
2008-07-08 | Resolvedeps rework | Nagy Gabor | 4 | -132/+92 |
2008-07-08 | Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback function | Nagy Gabor | 2 | -4/+4 |
2008-07-08 | New _alpm_find_dep_satisfier function | Nagy Gabor | 2 | -6/+20 |