Commit Graph

562 Commits

Author SHA1 Message Date
Aaron Griffin 42aae4aa7b Applied changes from frugalware:
http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=pacman;a=commitdiff;h=20061009002226-e2957-93b82621b6b060312559ea0539699f659bd9cb97.gz
2006-10-15 23:31:21 +00:00
Aaron Griffin 3bed58f070 Added po files 2006-10-15 22:32:44 +00:00
Aaron Griffin 29fef7b97b Whoops, actually remove convertdb this time 2006-10-15 22:28:16 +00:00
Aaron Griffin 6f46645e77 Removed convertdb 2006-10-15 22:25:42 +00:00
Aaron Griffin 416d576ced Another forgotten file set 2006-10-15 22:21:58 +00:00
Aaron Griffin c4b8798f23 Added sha1 support (for now?) 2006-10-15 22:20:21 +00:00
Aaron Griffin 8f588727fa Added po files... not sure if this is the right approach 2006-10-15 22:11:52 +00:00
Aaron Griffin 9a82fe2398 *** empty log message *** 2006-10-15 22:08:57 +00:00
Aaron Griffin ceef991cbd Whoops forgot some .in files 2006-10-15 22:07:10 +00:00
Aaron Griffin 60d940ab1e *** empty log message *** 2006-10-15 21:31:15 +00:00
Aaron Griffin db769f667d Added alpm function docs along
pacman.c : Removed link to frugalware wiki
sync.c : do not display Uncompressed size if 0 (archlinux has no USIZE)
2006-10-15 21:06:08 +00:00
Aaron Griffin e037328e21 Corrected documentation compilation - succeeds now 2006-10-15 20:46:33 +00:00
Aaron Griffin 91f4500503 Fixed java includes - java bindings now compile 2006-10-15 20:45:37 +00:00
Aaron Griffin 505155d995 include changes so that this compiles 2006-10-15 20:02:05 +00:00
Aaron Griffin 9481022286 Final frugalware changes commit 2006-10-15 19:38:02 +00:00
Aaron Griffin 3f27542156 Merged frugalware changes. Added a few other minor things too, but there's alot
to list.  The diff should show you 8)
2006-10-15 19:34:52 +00:00
Aaron Griffin d37ad04873 Merged frugalware changes (too many to list). Also added some config file
handling changes (support [sections] to carry over to included files - this
helps with backwards compatibility with existing pacman config files)
2006-10-15 19:31:03 +00:00
Aaron Griffin 83381bd217 Frugalware changes - mainly architecture updates and signed/unsigned changes 2006-10-15 19:13:26 +00:00
Aaron Griffin 1dc8151493 Added pactest to repository, from Aurelien Foret:
http://aurelien.foret.free.fr/archlinux/pactest/
2006-10-15 19:04:27 +00:00
Aaron Griffin 9ccd91701c Merging Frugalware changes - these need to be checked for instances of "Frugal"
in the docs, but I'm lazy right now
2006-10-15 18:58:23 +00:00
Judd Vinet 431b0a953c small typo fix 2006-10-01 23:22:53 +00:00
Judd Vinet cf6da173f6 removed libtar support in favour of libarchive 2006-09-28 20:51:33 +00:00
Judd Vinet 54008798ef Patch from FW: Better control over CTRL-C interruptions -- do not leave the DB in an inconsistent state 2006-07-14 23:15:07 +00:00
Judd Vinet 318e233cb3 spelling fix 2006-07-14 23:11:53 +00:00
Judd Vinet ef7cbbb771 bugfix: when looking at provides, defer to the new, to-be-installed package's provisios instead of the the existing package's 2006-07-04 17:48:15 +00:00
Judd Vinet 7236dd3287 i18n stuff 2006-06-28 05:37:15 +00:00
Judd Vinet 1a30bc554d patch: check strlen of str, NOT msg, which is always true 2006-05-15 16:36:35 +00:00
Judd Vinet bb787e26ee first stage of i18n stuff from VMiklos 2006-05-15 02:19:57 +00:00
Aurelien Foret 3d3a29a808 added .cvsignore files 2006-03-27 17:17:35 +00:00
Aurelien Foret 25ca241a7c fixed dbpath initialization (found out by VMiklos <vmiklos@frugalware.org>) 2006-03-21 19:50:05 +00:00
Aurelien Foret 839a64df41 fixed a regression (patch from VMiklos <vmiklos@frugalware.org>) 2006-03-21 19:38:00 +00:00
Aurelien Foret ad2c7463c9 put back treename in db->path 2006-03-14 22:53:42 +00:00
Aurelien Foret 80c7f0efca removed pacman.h 2006-03-13 20:39:37 +00:00
Aurelien Foret 039e6d9ee4 - removed pacman.h
- removed unuseful extern declarations
- set pacman.c internal functions as static
2006-03-13 20:34:47 +00:00
Aurelien Foret a08a9896c9 code cleanup 2006-03-09 19:12:09 +00:00
Aurelien Foret 25571830d6 build be_files.c as a additional object 2006-03-08 20:59:43 +00:00
Aurelien Foret ddcfaa1f5a removed an uneeded error code (DB_UPTODATE) 2006-03-08 20:57:03 +00:00
Aurelien Foret d6eeae2716 code cleanup 2006-03-08 18:21:17 +00:00
Aurelien Foret 4f42a0accb all _alpm_XXX_cmp functions are now public 2006-03-08 18:07:58 +00:00
Aurelien Foret 230d9d7ae3 db_write: fixed md5sum field 2006-03-07 22:37:01 +00:00
Aurelien Foret 5542a50127 keep gensync and updatesync in sync 2006-03-07 22:01:36 +00:00
Aurelien Foret 78cbe41e19 fixed pkgdesc usage 2006-03-07 21:54:22 +00:00
Aurelien Foret 3a08d20b37 removed db_scan calls - take 2 2006-03-07 21:09:16 +00:00
Aurelien Foret 5d7dcdd22c removed db_scan calls 2006-03-07 21:01:02 +00:00
Aurelien Foret 021bf7b0d0 fixed a commentary 2006-03-07 20:58:09 +00:00
Aurelien Foret 9a6bb4e826 removed an unexpected log 2006-03-07 20:53:24 +00:00
Aurelien Foret f0151aa587 code cleanup 2006-03-07 20:52:45 +00:00
Aurelien Foret fa5e6cef75 prepare code for cache loaded with only DEPENDS 2006-03-07 20:45:38 +00:00
Aurelien Foret 8f12ce618c fixed reason loading if the pkg cache is loaded with DEPENDS only 2006-03-07 18:44:50 +00:00
Aurelien Foret 27be34c09b added a NOSCRIPLET flag to transactions (patch from VMiklos <vmiklos@frugalware.org>) 2006-03-07 18:17:03 +00:00