Commit Graph

5244 Commits

Author SHA1 Message Date
ewt 9780fddd5e fixed make clean rule
CVS patchset: 44
CVS date: 1995/12/14 16:38:52
1995-12-14 16:38:52 +00:00
marc d39f2ac827 fixed prototype warning
CVS patchset: 43
CVS date: 1995/12/14 16:17:51
1995-12-14 16:17:51 +00:00
marc 160f9371a8 added isVerbose()
CVS patchset: 42
CVS date: 1995/12/14 16:16:21
1995-12-14 16:16:21 +00:00
marc 473c373109 added iterator stuff
CVS patchset: 41
CVS date: 1995/12/14 16:03:08
1995-12-14 16:03:08 +00:00
marc f3d821cea4 routines for building packages from parsed spec structs
CVS patchset: 40
CVS date: 1995/12/14 15:56:10
1995-12-14 15:56:10 +00:00
marc 32c194be72 Initial revision
CVS patchset: 39
CVS date: 1995/12/14 15:54:13
1995-12-14 15:54:13 +00:00
marc 241dc6a725 added all parsing into spec and package structs
tons of stuff

CVS patchset: 38
CVS date: 1995/12/14 15:52:51
1995-12-14 15:52:51 +00:00
marc 6d9fa6ae7c added dumpSpec()
CVS patchset: 37
CVS date: 1995/12/14 15:50:00
1995-12-14 15:50:00 +00:00
root 5a0502350d rpm progs, build.o
CVS patchset: 36
CVS date: 1995/12/14 15:47:55
1995-12-14 15:47:55 +00:00
root 33bc84283e Initial revision
CVS patchset: 35
CVS date: 1995/12/14 15:46:09
1995-12-14 15:46:09 +00:00
ewt e09146763c Added BIN_TYPE
CVS patchset: 34
CVS date: 1995/12/13 22:38:23
1995-12-13 22:38:23 +00:00
marc 934076d1c1 changed error() to use varargs/vfprintf()
CVS patchset: 33
CVS date: 1995/12/13 21:40:59
1995-12-13 21:40:59 +00:00
ewt 2eec922f7e minor changes to get it compiling again
CVS patchset: 32
CVS date: 1995/12/13 20:20:14
1995-12-13 20:20:14 +00:00
ewt 75ab7b91d4 Initial revision
CVS patchset: 31
CVS date: 1995/12/13 20:13:49
1995-12-13 20:13:49 +00:00
ewt b1df00c561 tests converDB() now
CVS patchset: 30
CVS date: 1995/12/13 20:13:17
1995-12-13 20:13:17 +00:00
ewt 84f1a03dc1 added sizeofHeader
CVS patchset: 29
CVS date: 1995/12/13 20:13:06
1995-12-13 20:13:06 +00:00
ewt 3f1ada2398 1) made dumpHeader use symbolic names
2) fixed allocation loop
3) changed indentation
4) added sizeofHeader

CVS patchset: 28
CVS date: 1995/12/13 20:12:35
1995-12-13 20:12:35 +00:00
ewt 58269e9aae 1) added falloc.o convertdb.o oldrpmfile.o to librpm.a
2) builds dumpdb

CVS patchset: 27
CVS date: 1995/12/13 20:11:46
1995-12-13 20:11:46 +00:00
ewt 958dc058a4 added exists() function
CVS patchset: 26
CVS date: 1995/12/13 20:11:31
1995-12-13 20:11:31 +00:00
ewt 1fa608da50 1) added copyright field for packages
2) packages w/o groups are supported
3) groups are returned correctly
4) preamble parsing made case insensitive

CVS patchset: 25
CVS date: 1995/12/13 20:10:32
1995-12-13 20:10:32 +00:00
ewt 85cff2274e added copyright field for packages
CVS patchset: 24
CVS date: 1995/12/13 20:10:25
1995-12-13 20:10:25 +00:00
ewt 1223e1f806 Creates nearly complete packages.rpm - no indexing is done yet
CVS patchset: 23
CVS date: 1995/12/13 20:09:47
1995-12-13 20:09:47 +00:00
ewt f9c02bf8cd Added more RPMTAG's and the first RPMFILE class contants
CVS patchset: 22
CVS date: 1995/12/13 20:08:33
1995-12-13 20:08:33 +00:00
marc e70eb906e5 fixed dumb buffer extension bug
CVS patchset: 21
CVS date: 1995/12/13 17:47:15
1995-12-13 17:47:15 +00:00
root 604a38ed5c added tags for pre/post in/out
CVS patchset: 20
CVS date: 1995/12/13 16:04:49
1995-12-13 16:04:49 +00:00
root bef5fd6745 Initial revision
CVS patchset: 19
CVS date: 1995/12/13 16:01:36
1995-12-13 16:01:36 +00:00
root fe029afbbe added stringbuf.o
CVS patchset: 18
CVS date: 1995/12/13 16:01:10
1995-12-13 16:01:10 +00:00
root ee28a4d263 modified to test spec.c 1.4
CVS patchset: 17
CVS date: 1995/12/13 16:00:19
1995-12-13 16:00:19 +00:00
root 4ca07d7be8 fleshed out parsing, incorporated stringbufs, cleaned up
the spec/package structures and relationships

CVS patchset: 16
CVS date: 1995/12/13 15:57:59
1995-12-13 15:57:59 +00:00
ewt 2239fa559c Changed to use file descriptors instead of stdio
CVS patchset: 15
CVS date: 1995/12/12 23:25:31
1995-12-12 23:25:31 +00:00
ewt e55cb95954 Added error number to messages
CVS patchset: 14
CVS date: 1995/12/12 23:23:37
1995-12-12 23:23:37 +00:00
ewt 26efeda3f3 added include of string.h to get rid of warning message
CVS patchset: 13
CVS date: 1995/12/12 22:35:42
1995-12-12 22:35:42 +00:00
root b870ab911b removed -lefence (just temporary)
CVS patchset: 12
CVS date: 1995/12/12 17:53:17
1995-12-12 17:53:17 +00:00
root 171bf4e279 complete reorg of reading scheme
added %else handling
no regexp stuff
nice big table of tags and keywords :-)

CVS patchset: 11
CVS date: 1995/12/12 17:53:17
1995-12-12 17:53:17 +00:00
root c0fce339bf added rpmerr.o to LIBOBJECTS
CVS patchset: 10
CVS date: 1995/12/12 17:51:07
1995-12-12 17:51:07 +00:00
root 173314bce5 removed tag definitions (moved to rpmlib.h)
CVS patchset: 9
CVS date: 1995/12/12 17:49:04
1995-12-12 17:49:04 +00:00
root 63b7e447d4 include rpmlib.h
CVS patchset: 8
CVS date: 1995/12/12 17:49:04
1995-12-12 17:49:04 +00:00
root d1f254f84b added some tags
CVS patchset: 7
CVS date: 1995/12/12 17:49:04
1995-12-12 17:49:04 +00:00
ewt 8b02e113ec added include of <string.h>
CVS patchset: 6
CVS date: 1995/12/12 17:40:49
1995-12-12 17:40:49 +00:00
ewt 1f6a186980 Initial revision
CVS patchset: 5
CVS date: 1995/12/11 23:42:31
1995-12-11 23:42:31 +00:00
ewt 61514fde94 Get DEBUG, WARNING, and EFENCE stuff from children
CVS patchset: 4
CVS date: 1995/12/11 22:53:09
1995-12-11 22:53:09 +00:00
root 871c959220 started parsing
CVS patchset: 3
CVS date: 1995/12/11 22:52:59
1995-12-11 22:52:59 +00:00
ewt 93db395636 Passed warnings, efence flags to child makes
CVS patchset: 2
CVS date: 1995/12/11 22:52:36
1995-12-11 22:52:36 +00:00
root 7153c16096 Initial revision
CVS patchset: 1
CVS date: 1995/11/27 22:31:21
1995-11-27 22:31:21 +00:00