Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / build / parseChangelog.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2013-02-03 Anas Nashifshort changelog
2012-08-01 Panu MatilainenFix memleak in changelog parsing on error paths
2012-08-01 Panu MatilainenTurn the invalid date error to warning (related to...
2012-07-30 Panu MatilainenStricter validation of changelog date (RhBug:843525)
2011-05-27 Panu MatilainenEliminate a couple more dead increments in spec parsing...
2011-05-24 Michael SchroederDo not die on empty changelog section
2010-10-28 Panu MatilainenUse ARGV_t instead of stringbuf in changelog parsing
2010-09-21 Panu MatilainenRemove bunch of double consts in librpmbuild
2010-08-25 Panu MatilainenMass eviction of remaining internal helpers in librpmbu...
2010-08-24 Panu MatilainenEliminate addChangelogEntry() from librpmbuild API
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-04-16 Jindrich NovyIntroduce changelog trimming in binary packages feature...
2008-10-29 Jindrich NovySet timezone to UTC every time to avoid local timezone...
2008-10-24 Jindrich NovyFix "timewarp" bug while listing changelog via "rpm...
2008-06-19 Panu MatilainenUse type-specific headerPut() for all of build/parseCha...
2008-06-17 Panu MatilainenConvert parseChangelog to headerPut()
2008-05-05 Panu MatilainenMake parseChangeLog() return PART_ERROR on errors
2008-04-25 Panu MatilainenSingle point of exit for dateToTimet(), avoid alloca()
2008-03-26 Panu MatilainenSimplify changelog entry additions
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-06 Panu MatilainenMark bunch of static build-related tables as read-only
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-02-03 Panu MatilainenMake rpmtag.h standalone, include from rpmtypes.h
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-14 Panu MatilainenBunch of const char* corrections
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-07 Panu MatilainenYet more rpmbuild fixups from rpmerr.h removal (partly...
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-19 Panu MatilainenLose rpmerr.h for good
2007-11-19 Panu MatilainenReplace all RPMERR_* etc uses with corresponding RPMLOG...
2007-10-29 Ralf CorsépiusAdd SKIPSPACE, SKIPNONSPACE.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-09 Panu MatilainenMake rpmerr.h private, include directly where needed.
2007-10-09 Panu MatilainenReplace all rpmError() uses with rpmlog()
2007-09-21 Panu MatilainenRename Spec -> rpmSpec for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
2005-03-03 jbjPermit changelog timestamp back to 1990.
2002-06-23 jbjAdd boundswrite annotations everywhere.
2002-01-05 jbjSpelling error.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-01-15 jbj- fix: extra newline in many error messages (#23947).
2001-01-11 jbjdoxygen annotations for build/*.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-08-27 jbjDoxygen annotations.
2000-01-24 jbjDocumentation sugar.
1999-10-04 jbjlclint annotations from build.
1999-09-23 jbjAdd rpminject.
1999-07-06 jbjchangelog stamp broken w/ big endian 64 bit time_t...
1999-07-03 jbj12 more dead strtoks.
1999-04-01 jbjadd per-target macrofiles to search path.
1999-03-22 jbjfix: don't add header if signature generation failed...
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1998-05-20 marcActually catch errors from readLine()
1998-05-01 marcDo not remove comments in scripts
1998-03-04 ewt1) include cleanups for portability
1998-01-14 marcThe spec file read code was inserting a second \n after...
1998-01-12 ewtmerged in Marc's new build code