summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-03Updated news file to be more relevant with previous release of pacman;Dan McGee1-202/+29
2007-02-01* fixed clean target: no error if repository files do not existJürgen Hötzel1-1/+1
2007-02-01* removal of swig generated bindingsJürgen Hötzel2-13/+0
2007-02-01* removal of swig generated bindingsJürgen Hötzel8-257/+0
2007-02-01* Tried to clean up newline display a bit in the frontend.Dan McGee5-41/+12
2007-02-01Added mirror in Finland to mirrorlistDan McGee1-1/+2
2007-02-01* Minor output fix (move colon so it's not part of the URL)Aaron Griffin2-1/+8
2007-02-01Loading package data from a file was ALWAYS generating the filelist, instead ofAaron Griffin1-17/+22
2007-02-01It appears I misunderstood what this bash-ism didAaron Griffin1-1/+1
2007-02-01Cleaned up some of the metadata controlAaron Griffin1-17/+9
2007-02-01-Ql needs the 'root' prepended to each fileAaron Griffin1-1/+2
2007-02-01This removes the warning about skipping dependency checking when the user isDan McGee1-1/+4
2007-02-01install scriptlet is _always_ .INSTALLAaron Griffin1-1/+1
2007-02-01Move filelist creation ABOVE the other metafiles to keep them out of the listAaron Griffin1-5/+5
2007-02-01* !strcmp reads funny (as "not string compare" - switch those to == 0, which hasAaron Griffin1-3/+6
2007-02-01removal of unnecessary '\' in integrity check generationDan McGee1-3/+1
2007-01-31Removed the extra newline based on general opinionAaron Griffin1-1/+1
2007-01-31* Forgot the int->enum header checkinAaron Griffin2-7/+1
2007-01-31* Make -Qo work on multiple files againAaron Griffin1-9/+7
2007-01-31Switched an int to an enumAaron Griffin1-1/+1
2007-01-31just an updateDan McGee1-3/+1
2007-01-31TODO changes 8)Aaron Griffin1-17/+1
2007-01-31Fix corrupt DB entry handling when loading package entries.Aaron Griffin2-55/+61
2007-01-31Debug logging changes:Aaron Griffin19-140/+127
2007-01-31More uninitialized stuff... I believe these were removed at some point. ShouldAaron Griffin2-2/+2
2007-01-31slight line spacing/indent updatesDan McGee3-3/+3
2007-01-31* Refactored some functions to clean up variable declaration.Dan McGee2-93/+104
2007-01-31* Updated repo-add script to remove same package, different version whenDan McGee1-22/+71
2007-01-30* doxygen check cleanupJürgen Hötzel1-9/+1
2007-01-30Fixing line spacings of download/install size messages.Dan McGee1-1/+1
2007-01-30Well that silly memory clobber was plain old "uninitialized data" - fixedAaron Griffin1-1/+1
2007-01-30TODO changesAaron Griffin1-0/+5
2007-01-30Turn debug off by defaultAaron Griffin1-1/+1
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin22-3/+302
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin19-246/+258
2007-01-30adding my personal TODO fileDan McGee1-0/+64
2007-01-30This is a silly script now that a fancy aurbuild is out in the wild (on the AUR,Aaron Griffin1-25/+0
2007-01-30* Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee6-21/+35
2007-01-30* Modified info query so it doesn't show more than available when querying aDan McGee1-7/+14
2007-01-30Discussed on IRC for a bit, this makes the following changes for clarity:Dan McGee14-33/+36
2007-01-29* fixed path to automake (removed hardcoded version)Jürgen Hötzel1-1/+1
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel8-27/+18
2007-01-26Missed that 8)Aaron Griffin1-1/+0
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin13-47/+42
2007-01-26Forgot this patch from Dan McGee as part of the bug #5409 fixesAaron Griffin1-0/+3
2007-01-26* copy and paste error, "resolving deps" -> "cleaning up"Aaron Griffin1-1/+1
2007-01-26* Fix FS #3107- Use ISO date styleAaron Griffin2-5/+8
2007-01-26James Rosten <seinfeld90 at gmail.com>Aaron Griffin1-1/+9
2007-01-24Cleanup 'neednl' usage - make it staticAaron Griffin3-17/+4
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin14-53/+710