Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-19 | * Adding new Turkish mirror as posted on the forums. | Dan McGee | 2 | -43/+47 | |
* Updated Italian translation Giovanni Scafora <linuxmania@gmail.com> | |||||
2007-03-19 | James Rosten <seinfeld90@gmail.com> | Dan McGee | 1 | -0/+1 | |
* Add missing help line for --sync --list. | |||||
2007-03-19 | * Added quoting on several makepkg paths that were lacking it. | Dan McGee | 1 | -18/+18 | |
2007-03-15 | * makepkg.conf.in: Added /usr/share/gtk-doc back into default DOC_DIRS | Aaron Griffin | 1 | -1/+1 | |
2007-03-15 | * Missing a 'msg' in makepkg- pointed out by wain on Flyspray. Thanks! | Dan McGee | 1 | -1/+1 | |
2007-03-15 | * Updated Hungarian translation | Dan McGee | 1 | -442/+281 | |
Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | |||||
2007-03-14 | * Updated Russian translation | Dan McGee | 1 | -21/+19 | |
Владимир Байраковский <4rayven@gmail.com> | |||||
2007-03-14 | * Fixed up broken translation | Dan McGee | 1 | -1/+1 | |
2007-03-13 | * Small updates to my TODO file. | Dan McGee | 2 | -137/+130 | |
* Updated fr.po courtesy of solsTiCe d'Hiver <solstice.dhiver@laposte.net>. | |||||
2007-03-13 | * Resizing terminal while progress bars were displayed caused some weird | Dan McGee | 3 | -37/+45 | |
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. | |||||
2007-03-13 | * Sebastian Sareyko | Aaron Griffin | 1 | -1/+1 | |
Fix repo-add filename addition (use basename) | |||||
2007-03-13 | * Missed a path when requiring that all paths end with / - this caused -U not to | Aaron Griffin | 1 | -1/+1 | |
work (it was downloading files as .package-name) at all. | |||||
2007-03-12 | * Noted a misspelling for later (after we are not in string freeze).v3.0.0-rc2 | Dan McGee | 1 | -0/+2 | |
2007-03-12 | * Fix wrong filesize being recorded to local DB. Reported by Andreas Radke. | Dan McGee | 1 | -1/+2 | |
2007-03-12 | * Fixed an error with 'cascade' removal due to creation of a new pmpkg_t struct | Aaron Griffin | 1 | -2/+2 | |
(and thus not copying pertinent data w.r.t. reading package files) | |||||
2007-03-12 | * Fix an issue where the same dependency was recorded multiple times in the | Dan McGee | 2 | -20/+40 | |
'required by' field. | |||||
2007-03-12 | * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to be | Dan McGee | 6 | -46/+70 | |
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. | |||||
2007-03-12 | * Fixed -Qil regression, now both flags are honored. (FS #1355) | Dan McGee | 1 | -12/+11 | |
2007-03-12 | * Updates to Hungarian translation from Nagy, mostly cleanup stuff. | Dan McGee | 1 | -381/+28 | |
2007-03-11 | * Updated Hungarian translation, thanks! | Dan McGee | 1 | -202/+180 | |
(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> | |||||
2007-03-11 | * Fix group comparison issue and associated compilation warnings by using | Dan McGee | 8 | -14/+16 | |
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. | |||||
2007-03-11 | * Added Russian language translation. Thanks! | Dan McGee | 3 | -6/+1094 | |
Вам Зачем <4rayven@gmail.com> * Updated manpage to document --cachedir and --dbpath options. | |||||
2007-03-10 | * Updated Italian translation | Dan McGee | 2 | -20/+18 | |
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) | |||||
2007-03-10 | fixed string comparison callback (patch from Nagy Gabor) | Jürgen Hötzel | 1 | -2/+2 | |
2007-03-09 | * Two fixes when running under a new root (-r|--root) | Aaron Griffin | 3 | -20/+19 | |
- 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) | |||||
2007-03-09 | * Another slight update, getting rid of -rf flags and clarifying a message. | Dan McGee | 1 | -2/+3 | |
2007-03-09 | * Added confirmation step to makepkg -C operation to ensure user is deleting | Dan McGee | 1 | -6/+18 | |
exactly what they think they are. | |||||
2007-03-08 | * Updated Italian translation | Dan McGee | 2 | -5/+7 | |
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. | |||||
2007-03-07 | * Mark a function as static that is only used in deptest.c. | Dan McGee | 1 | -1/+1 | |
2007-03-07 | * Updated -V output to include the 2007 copyright date. | Aaron Griffin | 1 | -1/+1 | |
2007-03-07 | * Slight updates to NEWS file. | Dan McGee | 1 | -1/+2 | |
2007-03-07 | * Updated pot files for hopefully the last time before release. | Dan McGee | 13 | -2011/+2048 | |
* 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. | |||||
2007-03-07 | * Updated German translation | Dan McGee | 6 | -553/+3105 | |
Pierre Schmitz <pierre@archlinux.de> * Added en_GB translation, thanks! Keep it 'synchronised'! Sorry, awful joke. Jeff Bailes <thepizzaking@gmail.com> | |||||
2007-03-07 | * Bug fix for makepkg dependency testing. This requires that we | Aaron Griffin | 9 | -46/+52 | |
expose alpm_splitdep and alpm_depcmp as public symbols * Removed a duplicate strtrim for question responses | |||||
2007-03-07 | * Updated Brazilian Portuguese translation | Dan McGee | 2 | -220/+192 | |
Douglas Soares de Andrade <dsandrade@gmail.com> | |||||
2007-03-07 | * Added a readme file to the contrib/ directory. | Dan McGee | 2 | -1/+18 | |
2007-03-06 | * Updated Italian translation | Dan McGee | 1 | -181/+181 | |
Giovanni Scafora <linuxmania@gmail.com> | |||||
2007-03-06 | * Oops, that last commit had some debug stuff in it. Removed it and added | Dan McGee | 1 | -5/+0 | |
--help and --version command line flags to contrib/pacsearch. | |||||
2007-03-06 | * -Qs was returning an error if no package found, which is not the same ↵ | Dan McGee | 2 | -2/+20 | |
behavior as -Ss. | |||||
2007-03-06 | * Slight updates of Hungarian translation | Dan McGee | 1 | -8/+7 | |
Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | |||||
2007-03-06 | * Sorry tranlators, another string update. .pacorig was displayed twice in | Dan McGee | 1 | -1/+1 | |
the output of this message (simple fix- remove .pacorig from your translated message). | |||||
2007-03-06 | * Fix FS #6534- unclear IgnorePkg message. Sorry translators, had to update | Dan McGee | 1 | -1/+2 | |
a string! You messages may or may not have changed much. | |||||
2007-03-06 | * Updated Italian translation | Dan McGee | 1 | -308/+313 | |
Giovanni Scafora <linuxmania@gmail.com> | |||||
2007-03-06 | * Remove sha1 checksums for now from the INTEGRITY_CHECK array. | Dan McGee | 1 | -1/+1 | |
2007-03-06 | Trying to fix up this autotools stuff a bit more. | Dan McGee | 12 | -87/+18887 | |
* Greatly simplify and de-obfuscate the autogen and autoclean code. * Add a bunch of the autotools required files to the repository. This will give us consistency (a novel idea) across all builds, and allow for much more recent versions of config.guess and config.sub to be used. | |||||
2007-03-06 | * Fix the double package name URL when using XferCommand | Aaron Griffin | 3 | -10/+12 | |
* Fixed valgrind yelling about the sprintfs in md5/sha1 routines | |||||
2007-03-06 | * Added missing header include guards in md5.h and sha1.h. | Dan McGee | 19 | -20/+32 | |
* Some header cleanup on the pacman side of things - we had alpm.h instead alpm_list.h in a few headers. * removed an extra slash in path-building snprintf in server.c. | |||||
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 43 | -104/+219 | |
reordering and adding ones that were forgotten (noticed when trying to compile after reordering). * Updated the HACKING file to include information on #include usage. * print -> vprint in "making dir" function in pactest. | |||||
2007-03-05 | * Failure to #include config.h cost us here, we lost all NLS in alpm.c. | Dan McGee | 1 | -0/+1 | |
2007-03-05 | Added this test to check the XferCommand functionality | Aaron Griffin | 1 | -0/+20 | |