summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * NEWS: add quick line about backup files.Dan McGee2007-03-20
| | | | * pacman.8: add documentation for -Se option.
* * Fix pacman -Se which installs depends only, as it was brokenAaron Griffin2007-03-20
| | | | (Is this useful to anyone?)
* * makepkg: a few more changes to get dependencies working correctly. If aDan McGee2007-03-20
| | | | user does not install all required dependencies, makepkg will now bail.
* * makepkg: Fix behavior of -Ssr: deps were not being correctly removed before.Dan McGee2007-03-20
|
* * makepkg: fix installation of dependencies with version comparitors.Dan McGee2007-03-19
|
* * TODO list updates.Dan McGee2007-03-19
|
* Nagy Gabor <ngaba@petra.hos.u-szeged.hu>Aaron Griffin2007-03-19
| | | | * correct _alpm_rmrf usage with regard to symlinks and directories
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-03-19
| | | | | | * Two new pactest test cases * Fix some "required by" / "requires" output by unifying all "dependency types" to a single value (PM_DEP_TYPE_DEPEND)
* * Updated Italian translationDan McGee2007-03-19
| | | | | | | | Giovanni Scafora <linuxmania@gmail.com> * Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>. - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description
* * Adding new Turkish mirror as posted on the forums.Dan McGee2007-03-19
| | | | | * Updated Italian translation Giovanni Scafora <linuxmania@gmail.com>
* James Rosten <seinfeld90@gmail.com>Dan McGee2007-03-18
| | | | * Add missing help line for --sync --list.
* * Added quoting on several makepkg paths that were lacking it.Dan McGee2007-03-18
|
* * makepkg.conf.in: Added /usr/share/gtk-doc back into default DOC_DIRSAaron Griffin2007-03-15
|
* * Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks!Dan McGee2007-03-14
|
* * Updated Hungarian translationDan McGee2007-03-14
| | | | Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
* * Updated Russian translationDan McGee2007-03-14
| | | | Владимир Байраковский <4rayven@gmail.com>
* * Fixed up broken translationDan McGee2007-03-14
|
* * Small updates to my TODO file.Dan McGee2007-03-13
| | | | * Updated fr.po courtesy of solsTiCe d'Hiver <solstice.dhiver@laposte.net>.
* * Resizing terminal while progress bars were displayed caused some weirdDan McGee2007-03-13
| | | | | | issues, this should fix it. Progress bars now go from displaying, to showing percent only, to not displaying at all. Changed unsigned -> signed to prevent wraparound errors in integer comparison.
* * Sebastian SareykoAaron Griffin2007-03-13
| | | | Fix repo-add filename addition (use basename)
* * Missed a path when requiring that all paths end with / - this caused -U not toAaron Griffin2007-03-12
| | | | work (it was downloading files as .package-name) at all.
* * Noted a misspelling for later (after we are not in string freeze).Dan McGee2007-03-12
|
* * Fix wrong filesize being recorded to local DB. Reported by Andreas Radke.Dan McGee2007-03-12
|
* * Fixed an error with 'cascade' removal due to creation of a new pmpkg_t structAaron Griffin2007-03-12
| | | | (and thus not copying pertinent data w.r.t. reading package files)
* * Fix an issue where the same dependency was recorded multiple times in theDan McGee2007-03-12
| | | | 'required by' field.
* * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee2007-03-12
| | | | | | | | duplicated. * Updated the util Makefile.am to link with the proper libalpm.la. * Fixed bitmasking issues in be_files.c and db.h. * Rankmirrors updates from James Rosten (with some cleaning up of my own). KeyboardInterrupts are now handled gracefully.
* * Fixed -Qil regression, now both flags are honored. (FS #1355)Dan McGee2007-03-12
|
* * Updates to Hungarian translation from Nagy, mostly cleanup stuff.Dan McGee2007-03-12
|
* * Updated Hungarian translation, thanks!Dan McGee2007-03-11
| | | | | | (Because we are in a string freeze, I did not add "to the transaction" to the original string but kept it in your translation) Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
| | | | | | | the alpm strcmp operation which takes void* references. * We had this great visibility patch, but never actually took advantage of it. Added the right compile flag to make it work and added some more SYMEXPORTs where necessary to have a successful compile.
* * Added Russian language translation. Thanks!Dan McGee2007-03-11
| | | | | Вам Зачем <4rayven@gmail.com> * Updated manpage to document --cachedir and --dbpath options.
* * Updated Italian translationDan McGee2007-03-10
| | | | | | Giovanni Scafora <linuxmania@gmail.com> * long -> float conversion for package size output (which still may be the wrong size, this needs to be looked at)
* fixed string comparison callback (patch from Nagy Gabor)Jürgen Hötzel2007-03-09
|
* * Two fixes when running under a new root (-r|--root)Aaron Griffin2007-03-09
| | | | | | | | | - Check EACCES in can_remove_file, to verify - we're only checking for a read-only FS here... if write permissions fail, we can still remove it - Switched the message when creating DB directories from an error to a debug message * Fix the dep tests once and for all (it wasn't working for provides=() packages)
* * Another slight update, getting rid of -rf flags and clarifying a message.Dan McGee2007-03-09
|
* * Added confirmation step to makepkg -C operation to ensure user is deletingDan McGee2007-03-09
| | | | exactly what they think they are.
* * Updated Italian translationDan McGee2007-03-08
| | | | | | | | | | Giovanni Scafora <linuxmania@gmail.com> * Changed default SRCDEST in makepkg.conf. Two reasons: 1) consistency with PKGDEST in /home/packages 2) building packages as root is NOT recommended, so no reason to ever encourage this use by caching source in a dir with root permissions Yes, we may all do this differently and build our packages in other directories. But that is why they are variables and can be set anyway.
* * Mark a function as static that is only used in deptest.c.Dan McGee2007-03-07
|
* * Updated -V output to include the 2007 copyright date.Aaron Griffin2007-03-07
|
* * Slight updates to NEWS file.Dan McGee2007-03-07
|
* * Updated pot files for hopefully the last time before release.Dan McGee2007-03-07
| | | | | | * po files update themselves when a pot file update occurs, so you see that here as well. * Added a few more small notes to translation-help.
* * Updated German translationDan McGee2007-03-07
| | | | | | Pierre Schmitz <pierre@archlinux.de> * Added en_GB translation, thanks! Keep it 'synchronised'! Sorry, awful joke. Jeff Bailes <thepizzaking@gmail.com>
* * Bug fix for makepkg dependency testing. This requires that weAaron Griffin2007-03-07
| | | | | expose alpm_splitdep and alpm_depcmp as public symbols * Removed a duplicate strtrim for question responses
* * Updated Brazilian Portuguese translationDan McGee2007-03-07
| | | | Douglas Soares de Andrade <dsandrade@gmail.com>
* * Added a readme file to the contrib/ directory.Dan McGee2007-03-07
|
* * Updated Italian translationDan McGee2007-03-06
| | | | Giovanni Scafora <linuxmania@gmail.com>
* * Oops, that last commit had some debug stuff in it. Removed it and addedDan McGee2007-03-06
| | | | --help and --version command line flags to contrib/pacsearch.
* * -Qs was returning an error if no package found, which is not the same ↵Dan McGee2007-03-06
| | | | behavior as -Ss.
* * Slight updates of Hungarian translationDan McGee2007-03-06
| | | | Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
* * Sorry tranlators, another string update. .pacorig was displayed twice inDan McGee2007-03-06
| | | | | the output of this message (simple fix- remove .pacorig from your translated message).