summaryrefslogtreecommitdiff
path: root/lib/rpmlead.c
AgeCommit message (Collapse)AuthorFilesLines
2002-04-13- use rpmdb-redhat to suggest dependency resolution(s).jbj1-4/+1
CVS patchset: 5401 CVS date: 2002/04/13 01:28:20
2001-10-16Factor -type problems into explicit code annotations.jbj1-0/+2
CVS patchset: 5117 CVS date: 2001/10/16 17:42:18
2001-10-16More lclint annotations.jbj1-0/+2
CVS patchset: 5116 CVS date: 2001/10/16 14:58:57
2001-10-13- ratchet up to lclint "strict" level.jbj1-1/+1
CVS patchset: 5104 CVS date: 2001/10/13 19:35:58
2001-09-24Move to lclint-3.0.0.15, revisit and clean up annotations.jbj1-2/+0
intl/: Add gettext orphans. popt/intl/: Add gettext orphans. beecrypt: Add beecrypt repository. rpmio/tdigest.c: Add beecrypt digest checks. CVS patchset: 5077 CVS date: 2001/09/24 21:53:14
2001-04-29- more boring lclint annotations and fiddles.jbj1-0/+1
CVS patchset: 4725 CVS date: 2001/04/29 22:43:01
2001-04-17- fix: Fwrite's are optimized out by aggressive compiler(irix) (#34711).jbj1-1/+1
CVS patchset: 4684 CVS date: 2001/04/17 18:30:23
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-1/+1
- fix: rpm -Va with db1 needs per-iterator, not per-index, offset. - add install/remove transaction id tags. CVS patchset: 4441 CVS date: 2001/01/15 23:09:42
2000-12-12Sync with rpm-4_0 branch.jbj1-6/+2
CVS patchset: 4338 CVS date: 2000/12/12 20:03:45
2000-09-01- unify rpmError and rpmMessge interfaces through rpmlog.jbj1-1/+1
- collect and display rpm build error messages at end of build. CVS patchset: 4149 CVS date: 2000/09/01 21:15:40
2000-08-28Doxygen annotations.jbj1-1/+0
CVS patchset: 4138 CVS date: 2000/08/28 01:08:57
2000-08-27Doxygen annotations.jbj1-0/+4
CVS patchset: 4132 CVS date: 2000/08/27 19:27:03
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-2/+2
Use Fstrerror to retrieve fd->syserrno. Make ftpFileDoneNeeded per-fd rather than per-url. Make data fd unique rather than per-url. Use appropriate protocol commands for ufdio writing. CVS patchset: 3421 CVS date: 1999/11/10 22:09:49
1999-11-04Use Fopen almost everywhere.jbj1-1/+1
Rip out --enable-bzip2-payload, we'll use Fopen w macros instead. Work out ref counting for ftpControl so that control channel is persistent. build/build.c: Use fpio to write build stage script. parseSpec.c: Rework include stack to use FD_t, not FILE *. tread.c: Delete, use ufdio->read instead. rpmio.c: Filter out fdio fd == NULL assertion failures. rpmrc.c: Don't fail if HOME is not environment. rpmrc.c: Rework ufdio FTP rcfile I/O to be more similar to stdio. CVS patchset: 3417 CVS date: 1999/11/04 21:26:08
1999-10-27use compressed filenames on install side.jbj1-1/+1
start unifying FD types, CFD_t now gone. CVS patchset: 3402 CVS date: 1999/10/27 23:18:10
1999-09-12Fiddles to resurrect lclint.jbj1-0/+7
CVS patchset: 3281 CVS date: 1999/09/12 20:43:23
1999-07-13Perl bindings needjbj1-1/+1
#include <foo.h> not #include "foo.h" CVS patchset: 3143 CVS date: 1999/07/13 21:37:57
1998-11-18implement abstract fd type almost everywhere.jbj1-4/+3
CVS patchset: 2542 CVS date: 1998/11/18 21:41:05
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
CVS patchset: 2425 CVS date: 1998/10/08 14:59:17
1998-07-30Consolidated includes for librpmbuild API.jbj1-1/+1
CVS patchset: 2213 CVS date: 1998/07/30 22:09:42
1998-07-25Aggregate system includes into system.h.jbj1-7/+1
Rearrange functions to minimize exported routines in librpmbuild API. VS: ---------------------------------------------------------------------- CVS patchset: 2183 CVS date: 1998/07/25 21:00:26
1998-01-11Add intl.hmarc1-0/+1
CVS patchset: 1950 CVS date: 1998/01/11 18:20:49
1998-01-09added more i18n stringsewt1-1/+1
CVS patchset: 1946 CVS date: 1998/01/09 19:10:54
1997-11-18changed #ifdef to #ifewt1-1/+1
CVS patchset: 1905 CVS date: 1997/11/18 14:25:55
1997-11-18various header file cleanupsewt1-0/+3
CVS patchset: 1903 CVS date: 1997/11/18 03:13:56
1997-10-17Check for write errorsmarc1-1/+3
CVS patchset: 1865 CVS date: 1997/10/17 18:12:09
1996-12-16fixed silly include file ordering problems on FreeBSDewt1-1/+1
CVS patchset: 1244 CVS date: 1996/12/16 03:29:41
1996-12-12use _exit instead of exit in forksewt1-0/+1
CVS patchset: 1233 CVS date: 1996/12/12 03:35:01
1996-11-18The Great Renamingroot1-2/+2
CVS patchset: 1171 CVS date: 1996/11/18 18:02:36
1996-10-15use timedRead() instead of read()ewt1-1/+2
CVS patchset: 1096 CVS date: 1996/10/15 03:15:30
1996-09-25conditionally include <machine/types.h>ewt1-0/+4
CVS patchset: 1053 CVS date: 1996/09/25 19:16:05
1996-06-19commentroot1-0/+2
CVS patchset: 652 CVS date: 1996/06/19 18:18:04
1996-06-18misc headersroot1-0/+2
CVS patchset: 644 CVS date: 1996/06/18 18:39:58
1996-02-14added support for old packages, lots of bug fixesroot1-3/+10
CVS patchset: 265 CVS date: 1996/02/14 17:55:28
1996-01-05get rid of some warningsmarc1-0/+3
CVS patchset: 129 CVS date: 1996/01/05 03:08:34
1996-01-05Initial revisionmarc1-0/+37
CVS patchset: 127 CVS date: 1996/01/05 03:05:34