Searched refs:NEWS (Results 1 – 25 of 159) sorted by relevance
1234567
/external/elfutils/ |
D | ChangeLog | 4 * NEWS: Mention riscv backend updates, new --enable-install-elfh 19 * NEWS: Mention bug fixes. 24 * NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support. 64 * NEWS: Mention new libdw dwarf_line_file function. 68 * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro. 72 * NEWS: Mention dwarf_peel_type DWARF5 tags improvement. 76 * NEWS: Mention new DWARF5 calling conventions and defaulted member 81 * NEWS: Mention new dwarf_default_lower_bound function. 85 * NEWS: Mention new DWARF5 attributes, tags, character encodings 91 * NEWS: Mention always build bpf backend. [all …]
|
/external/python/mock/tools/ |
D | applypatch-transform | 25 filterdiff --strip 2 --addprefix=a/ -i a/Misc/NEWS -i b/Misc/NEWS $patch_path > $patch_path.NEWS 31 cat $patch_path.NEWS >> $patch_path 37 rm $patch_path.mock $patch_path.tests $patch_path.NEWS
|
/external/ImageMagick/www/Magick++/ |
D | README.txt | 3 The file NEWS.html is generated from Magick++ source directory via 4 txt2html -t 'Magick++ News' < NEWS > ../www/Magick++/NEWS.html
|
/external/python/cpython3/Doc/ |
D | make.bat | 120 if exist ..\Misc\NEWS ( 121 echo.Copying Misc\NEWS to %PY_MISC_NEWS_DIR%\NEWS 122 copy ..\Misc\NEWS "%PY_MISC_NEWS_DIR%\NEWS" > nul 123 ) else if exist ..\Misc\NEWS.D ( 125 echo.Merging Misc/NEWS with %BLURB% 127 %BLURB% merge -f "%PY_MISC_NEWS_DIR%\NEWS" 129 echo.No Misc/NEWS file and Blurb is not available.
|
D | Makefile | 47 @if [ -f ../Misc/NEWS ] ; then \ 49 cp ../Misc/NEWS build/NEWS; \ 50 elif [ -d ../Misc/NEWS.d ]; then \ 52 $(BLURB) merge -f build/NEWS; \
|
/external/python/dateutil/ |
D | .gitattributes | 16 # NEWS and Windows batch files should be crlf 17 NEWS eol=crlf
|
D | MANIFEST.in | 1 include LICENSE NEWS zonefile_metadata.json updatezinfo.py
|
D | pyproject.toml | 4 filename = "NEWS"
|
D | RELEASING | 9 [ ] Update NEWS with list of changes, giving credit to contributors. 20 [ ] Add the contents of the NEWS file to the github release notes for the
|
/external/python/cpython2/Misc/ |
D | README | 21 NEWS News for this release (for some meaning of "this") 22 NEWS.help How to edit NEWS
|
/external/harfbuzz_ng/ |
D | RELEASING.md | 8 Document them in NEWS. All API and API semantic changes should be clearly 23 4. Make sure you have correct date and new version at the top of NEWS file, 39 8. Now that you have release files, commit NEWS, configure.ac, and src/hb-version.h, 77 edit the tag, upload artefacts and NEWS entry and save.
|
/external/ImageMagick/scripts/ |
D | Makefile.am | 64 Magick++/NEWS \ 228 MAGICKPP_LOCAL_TARGETS = www/Magick++/NEWS.html www/Magick++/ChangeLog.html 235 www/Magick++/NEWS.html: Magick++/NEWS
|
/external/strace/debian/ |
D | strace.docs | 1 NEWS
|
/external/python/mock/docs/ |
D | index.txt | 105 Python NEWS entries from cPython: 107 .. include:: ../NEWS 179 on every NEWS change as I haven't gotten around to making those patches 185 or, if it has a NEWS entry thats worth preserving, edit it down to just
|
/external/python/cpython3/Doc/whatsnew/ |
D | changelog.rst | 7 .. miscnews:: ../build/NEWS
|
D | index.rst | 33 :source:`Misc/NEWS.d` directory tree, which contains *all* nontrivial changes
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
D | docs | 5 NEWS
|
/external/libxml2/doc/ |
D | docdescr.doc | 36 news.xsl xslt script to generate ../NEWS from news.html 83 5) Generate the NEWS file in the top directory: 84 xsltproc --nonet --output ../NEWS news.xsl news.html
|
/external/gptfdisk/ |
D | current.spec | 56 %doc NEWS COPYING README 78 %doc NEWS COPYING README
|
/external/xz-java/ |
D | fileset-misc.txt | 2 NEWS
|
/external/libcap-ng/libcap-ng-0.7/ |
D | Makefile.am | 27 EXTRA_DIST = ChangeLog AUTHORS NEWS README INSTALL COPYING COPYING.LIB \
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.2.rst | 25 Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
|
/external/elfutils/config/ |
D | Makefile.am | 38 $(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS
|
/external/libexif/ |
D | Makefile.am | 15 doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING data
|
/external/fonttools/ |
D | MANIFEST.in | 4 include NEWS.rst
|
1234567