Age | Commit message (Collapse) | Author | Files | Lines |
|
- This has been unused at least as far back as rpm 4.4 actually...
|
|
|
|
|
|
|
|
- Yank everything qualifying as "internal helper function" into
internal-only headers, loosely grouped as follows:
1) Everything involving spec-manipulation goes into rpmbuild_internal.h
2) All other miscellaneous helpers go into rpmbuild_misc.h
- This leaves us a rather minimal, and nearly useful API into librpmbuild:
Users need to be able to parse a spec, query or build (parts of) it
and free up the spec structure when done. This is what we have now,
various still exposed structures not counting.
|
|
|
|
|
|
- convert parseNum() to parseUnsignedNum()
- don't misleadingly declare it to return int, when the result is
always unsigned due to strtoul() call
|
|
- adjust include paths accordingly
|
|
|
|
|
|
CVS patchset: 5522
CVS date: 2002/06/23 19:47:08
|
|
CVS patchset: 4738
CVS date: 2001/05/03 21:00:18
|
|
- fix: don't hang on build error.
- fix: remove "error: " prefix from signature verification message.
CVS patchset: 4426
CVS date: 2001/01/11 14:13:04
|
|
CVS patchset: 4338
CVS date: 2000/12/12 20:03:45
|
|
CVS patchset: 4130
CVS date: 2000/08/27 19:18:25
|
|
CVS patchset: 3533
CVS date: 2000/01/24 20:02:32
|
|
build/misc.c: Delete cleanFileName().
CVS patchset: 3435
CVS date: 1999/11/26 16:19:30
|
|
CVS patchset: 3404
CVS date: 1999/10/29 23:03:12
|
|
CVS patchset: 3390
CVS date: 1999/10/21 15:04:25
|
|
CVS patchset: 3309
CVS date: 1999/09/20 13:34:47
|
|
attempt mkdir sourcedir/specdir during src.rpm install.
CVS patchset: 2938
CVS date: 1999/04/03 00:05:03
|
|
CVS patchset: 2933
CVS date: 1999/03/31 20:37:55
|
|
CVS patchset: 2905
CVS date: 1999/03/20 21:09:47
|
|
CVS patchset: 2556
CVS date: 1998/11/25 00:42:36
|
|
CVS patchset: 2425
CVS date: 1998/10/08 14:59:17
|
|
gettextify rpmMessage/rpmError/fprintf messages.
CVS patchset: 2368
CVS date: 1998/09/27 22:03:52
|
|
CVS patchset: 2213
CVS date: 1998/07/30 22:09:42
|
|
Rearrange functions to minimize exported routines in librpmbuild API.
VS: ----------------------------------------------------------------------
CVS patchset: 2183
CVS date: 1998/07/25 21:00:26
|
|
2) pulled popt structures and variables out of functions -- they need to
be global due to stupid compilers
3) modified the Makefile to use relative dependencies, and make dependencies
optional
CVS patchset: 2020
CVS date: 1998/03/04 16:51:06
|
|
CVS patchset: 2015
CVS date: 1998/03/03 17:07:39
|
|
CVS patchset: 1956
CVS date: 1998/01/12 21:31:29
|