summaryrefslogtreecommitdiff
path: root/po/eu_ES.po
AgeCommit message (Expand)AuthorFilesLines
2002-06-21Check S_ISREG explicitly to avoid '?' in ls(1)-like displays.jbj1-1/+1
2002-06-21- fix: reading macro files can corrupt memory if BUFSIZ is teensy.jbj1-27/+27
2002-06-20- resurrect libelf with Elf64, prelink verify should work everywhere.jbj1-1/+1
2002-06-20- add translated man pages from PLD.jbj1-1/+1
2002-06-20- make sure that rpm can verify prelinked shared libraries.jbj1-114/+114
2002-06-15- beecrypt: merge changes from beecrypt-2.3.0.jbj1-35/+35
2002-06-12Add bugzilla # to cheangelog.jbj1-1/+1
2002-06-12- fix: separate existence and number checks for problems found.jbj1-57/+57
2002-06-10- document digital signature verification in rpm.8.jbj1-5/+9
2002-06-09Sanity.jbj1-1693/+994
2002-06-01- fix: use getgrnam, not getpwnam, to convert gid -> group.jbj1-892/+1539
2002-02-10- make peace with automake et al in 8.0, ugh.jbj1-237/+263
2002-02-01- permit args to be hidden within %%__find_{requires,provides}.jbj1-86/+100
2002-01-27Merge from rpm-4.0.4.jbj1-62/+61
2002-01-23- turn on auto-generated perl requirements (#58519, #58536, #58537).jbj1-17/+17
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj1-78/+78
2002-01-11- permit subset installs for %lang colored hardlink file sets.jbj1-27/+27
2002-01-10- fix: signing multiple times dinna work, discard immutable region.jbj1-45/+38
2002-01-07- Depends should use CDB if configured.jbj1-1/+1
2002-01-06- handle lazy db open's in chroot with absolute path, not prefix strip.jbj1-68/+69
2001-12-27- simple automake wrapper for zlib.jbj1-6/+6
2001-12-08- lclint-3.0.0.19 fiddles.jbj1-64/+64
2001-12-06- 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow.jbj1-8/+8
2001-11-23- fix a couple dinky memory leaks.jbj1-22/+22
2001-11-19- header handling moved to librpmdb to avoid linkage loops.jbj1-89/+89
2001-11-18- convert file md5sum's to binary on the fly, reducing memory footprint.jbj1-29/+29
2001-11-17- use TR_REMOVED relations as well as TR_ADDED for ordering.jbj1-7/+7
2001-11-17- methods to complete making transactionElement opaque.jbj1-19/+19
2001-11-16- use array of pointers rather than contiguous array for ts->order.jbj1-33/+33
2001-11-16Create rpmte.[ch].jbj1-19/+19
2001-11-16- annotations to make a transactionElement opaque.jbj1-39/+39
2001-11-16- transaction.c: use wrappers/iterators to access TFI_t.jbj1-20/+20
2001-11-15- tweak overlapped file fingerprint retrieval for speed.jbj1-36/+36
2001-11-13- split file info tag sets into rpmfi.c.jbj1-82/+48
2001-11-12- commit to using rpmDepSet and TFI_t, not header.jbj1-101/+101
2001-11-11- unify rpmFNSet into TFI_t.jbj1-80/+80
2001-11-11- factor per-transactionElement data out of TFI_t through pointer ref.jbj1-56/+56
2001-11-11- common structure elements for unification of TFI_t and rpmFNSet.jbj1-97/+87
2001-11-10- strip header tags for erased as well as installed transactionElements.jbj1-25/+25
2001-11-09- no-brainer refcounts for rpmDepSet and rpmFNSet objects.jbj1-13/+13
2001-11-09- header tag sets are per-transactionElement, not per-availablePackage.jbj1-27/+27
2001-11-09- no-brainer refcounts for rpmProblemSet object.jbj1-58/+63
2001-11-08- rip out rpmDependencyConflict, replace with rpmProblem instead.jbj1-87/+95
2001-11-06- fix: harmless typo in db3 chroot hack.jbj1-71/+71
2001-11-05Start deconstructing availablePackage list.jbj1-47/+42
2001-11-04- rpmal: availablePackage is totally opaque, alKey with index replaces.jbj1-65/+69
2001-11-04- rpmds: move trigger dependencies into a rpmDepSet as well.jbj1-16/+16
2001-11-04- rpmds: create dsProblem(), dsiGetDNEVR() retrieved DNEVR, not N.jbj1-34/+51
2001-11-03- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].jbj1-134/+131
2001-11-02- rpmRangesOverlap renamed to dsCompare, add dsNotify method as well.jbj1-58/+34