Home
last modified time | relevance | path

Searched refs:changelog (Results 1 – 25 of 80) sorted by relevance

1234

/external/ltp/scripts/
Dgit2changelog.sh12 tmp_changelog=$(mktemp /tmp/changelog.XXXXXX)
14 … '$tmp_changelog' ] && rm -f '$tmp_changelog'; [ -f '$changelog~' ] && mv '$changelog~' '$changelo…
16 changelog="${0%/*}/../ChangeLog"
21 cat "$changelog" >> "$tmp_changelog"
23 mv "$changelog" "$changelog~"
26 mv "$tmp_changelog" "$changelog"
28 rm -f "$changelog~"
/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py154 self.changelog = None
231 self.changelog = self._format_changelog(self.changelog)
263 print("changelog =", self.changelog)
555 if self.changelog:
559 spec_file.extend(self.changelog)
563 def _format_changelog(self, changelog): argument
566 if not changelog:
567 return changelog
569 for line in changelog.strip().split('\n'):
/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py159 self.changelog = None
242 self.changelog = self._format_changelog(self.changelog)
277 print "changelog =", self.changelog
555 if self.changelog:
559 spec_file.extend(self.changelog)
565 def _format_changelog(self, changelog): argument
568 if not changelog:
569 return changelog
571 for line in string.split(string.strip(changelog), '\n'):
/external/libexif/
DMakefile.am30 .PHONY: cvs-changelog
31 cvs-changelog: $(srcdir)/ChangeLog.cvs
/external/libvpx/libvpx/
Dmainpage.dox24 - Consult the \ref changelog for a complete list of improvements in this
45 /*!\page changelog CHANGELOG
/external/annotation-tools/annotation-file-utilities/
DREADME.txt44 changelog.html
51 changelog.html
/external/sonic/
Dmkorig6 version=`head -1 debian/changelog | sed 's/.*(//
/external/syslinux/doc/
DSubmittingPatches.txt351 arrange to have an Acked-by: line added to the patch's changelog.
382 permanent changelog to describe this patch.
385 also go in the changelog.
389 - Any additional comments not suitable for the changelog.
409 all the way into the git changelog. The "summary phrase" may
425 patch in the permanent changelog. If the "from" line is missing,
427 the patch author in the changelog.
430 changelog, so should make sense to a competent reader who has long
435 handling tools where the changelog message ends.
441 not suitable for the permanent changelog, should also go here.
/external/libedit/doc/
DMakefile.am30 changelog.txt: ../ChangeLog
/external/expat/lib/
DMakefile.am54 cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
/external/libdivsufsort/
DCHANGELOG.md3 See full changelog at: https://github.com/y-256/libdivsufsort/commits
/external/expat/
Dexpat.spec41 /usr/share/doc/expat/changelog
44 %changelog
/external/python/cpython3/Doc/whatsnew/
Dindex.rst36 changelog.rst
/external/blktrace/
Dbtrace.spec53 %changelog -n btrace
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/
DChangeLog29 * First... er... changelog log!
/external/ltp/testcases/kernel/io/disktest/
Ddisktest.spec47 %changelog
/external/cmockery/cmockery_0_1_2/packages/rpm/
Drpm.spec37 %changelog
/external/strace/debian/
Dchangelog.in97 * Remove ancient changelog entries that annoy lintian
157 + remove ancient changelog entries causing syntax checker errors
726 * See upstream changelog for changes
850 * Compress changelog
873 * Put changelog in correct place (Bug# 13363)
887 * Install upstream changelog
910 * Renamed debian changelog to changelog.Debian
Dchangelog97 * Remove ancient changelog entries that annoy lintian
157 + remove ancient changelog entries causing syntax checker errors
726 * See upstream changelog for changes
850 * Compress changelog
873 * Put changelog in correct place (Bug# 13363)
887 * Install upstream changelog
910 * Renamed debian changelog to changelog.Debian
Dcopyright2 changes from the upstream version please see the changelog.
/external/llvm/
Dllvm.spec.in58 %changelog
/external/swiftshader/third_party/LLVM/
Dllvm.spec.in58 %changelog
/external/curl/packages/Linux/RPM/
Dcurl.spec.in79 %changelog
/external/gptfdisk/
Dcurrent.spec83 %changelog
/external/iputils/
Diputils.spec89 %changelog

1234