summaryrefslogtreecommitdiff
path: root/build/parseDescription.c
Commit message (Expand)AuthorAgeFilesLines
* Fix POPT_ARG_STRING memleaks in librpmbuildPanu Matilainen2020-02-031-4/+7
* Fix segfault regression on empty script or description at end of specPanu Matilainen2019-08-191-2/+7
* Port parseDescription() to use parseLines(), no functional changesPanu Matilainen2019-04-171-20/+4
* Make package exists/does not exist error more informativePanu Matilainen2016-11-111-5/+1
* Check for duplicate %description sections tooPanu Matilainen2014-01-291-14/+3
* Clean up + plug memleak in parseDescription()Panu Matilainen2011-05-271-4/+4
* Eliminate unused spectag and speclines goo from specPanu Matilainen2010-10-291-4/+0
* Handle --nolang as another spec parse flagPanu Matilainen2010-09-011-3/+1
* Mass eviction of remaining internal helpers in librpmbuild APIPanu Matilainen2010-08-251-1/+1
* Replace equal/not equal uses of str[n]cmp() with rstreq[n] in build codePanu Matilainen2009-08-311-1/+1
* Move declarations of local variables for parsing functionsJindrich Novy2008-12-091-13/+7
* Make parseDescription() return PART_ERROR on errorsPanu Matilainen2008-05-051-9/+7
* Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen2008-02-031-1/+1
* rpmlib.h mass evictionPanu Matilainen2008-01-301-0/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-2/+2
* Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)Panu Matilainen2007-12-071-4/+4
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-2/+2
* Lose rpmerr.h for goodPanu Matilainen2007-11-191-1/+1
* Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen2007-11-191-9/+9
* Make rpmerr.h private, include directly where needed.Panu Matilainen2007-10-091-0/+1
* Replace all rpmError() uses with rpmlog()Panu Matilainen2007-10-091-5/+5
* Rename Spec -> rpmSpec for namespacingPanu Matilainen2007-09-211-1/+1
* Remove splint tags.Ralf Corsépius2007-09-111-10/+2
* - permit secondary tag match patterns with RPMQV_ALL.jbj2003-04-161-21/+13
* Converging on lclint-3.0.17 strict level.jbj2001-10-171-0/+4
* lclint fiddles to annotate globals.jbj2001-10-151-0/+4
* lclint fiddles.jbj2001-06-041-1/+3
* - fix: specfile queries with BuildArch: (#27589).jbj2001-05-061-1/+1
* - enough lclint annotations and fiddles already.jbj2001-05-051-6/+6
* - yet more boring lclint annotations and fiddles.jbj2001-04-301-1/+1
* - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj2001-04-291-5/+5
* - fix: extra newline in many error messages (#23947).jbj2001-01-151-5/+6
* doxygen annotations for build/*.jbj2001-01-111-1/+0
* Sync with rpm-4_0 branch.jbj2000-12-121-0/+1
* Doxygen annotations.jbj2000-08-271-1/+2
* Documentation sugar.jbj2000-01-241-0/+5
* use compressed filenames on install side.jbj1999-10-271-5/+4
* lclint annotations from build.jbj1999-10-041-2/+2
* Start experimental support for bzip2 payloads.jbj1999-09-201-2/+0
* permit substitution of I18N strings from PO meta-catalogues.jbj1999-02-221-0/+4
* lclint noise.jbj1998-11-191-3/+3
* Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1998-10-081-1/+0
* add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1998-09-271-5/+6
* Sync with 2.5.2 branch patches.jbj1998-08-111-1/+5
* Consolidated includes for librpmbuild API.jbj1998-07-301-7/+2
* Aggregate system includes into system.h.jbj1998-07-251-1/+1
* Actually catch errors from readLine()marc1998-05-201-2/+9
* Do not remove comments in scriptsmarc1998-05-011-2/+2
* handle negative return values from poptGetNextOpt()ewt1998-04-021-1/+2
* 1) include cleanups for portabilityewt1998-03-041-8/+14