/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2019 | 3 * acinclude.m4 (vxworks*): New entry. Set ac_has_nanosleep=yes. 90 original import of pstl. 95 (span(ContiguousIterator, Sentinel)): Add conditional noexcept. 96 * include/std/span (span(ContiguousIterator, size_type)): Change 98 * testsuite/23_containers/span/nothrow_cons.cc: New test. 214 * include/std/span: Do not include <tuple> and <utility>. 226 lvalue when calling a member of performing ADL. 240 * include/std/span (ranges::enable_safe_range): Add partial 241 specialization for std::span. 255 ranges::end instead of unqualified calls to begin and end. [all …]
|
H A D | ChangeLog-2020 | 71 * src/c++17/floating_to_chars.cc: Guard include of <langinfo.h> 74 attempt to obtain the radix character of the current locale, 86 * testsuite/20_util/to_chars/double.cc: New test, consisting of 123 directly, instead of corresponding _GLIBCXX_HAVE_EXXX macros. 198 * po/Makefile.in: Regenerate. 281 directly, instead of corresponding _GLIBCXX_HAVE_EXXX macros. 301 use defined stdio entry points for all I/O operations, without 395 if none of nanosleep, sleep and Sleep is available. 409 One more line needs to use VERIFY instead of static_assert. 489 New helper function to get the name of a function from its [all …]
|
H A D | ChangeLog-2008 | 186 of badnames. 207 of fr_FR. 282 * doc/xml/manual/intro.xml: Remove entry for DR 778. 395 (forward_list<>): Use __static_pointer_cast in place of static_cast, 396 and __const_pointer_cast in place of const_cast. 399 of standard pointers, __static_pointer_cast in place of static_cast. 589 initialization of pointers from the null pointer constant. 740 initialization of pointers from the null pointer constant. 772 Move out of line, tweak to return _Fwd_list_node_base*. 779 calls of base class functions with this->. [all …]
|
H A D | ChangeLog-2017 | 26 Fix __x = 1 case - see updated Errata of Devroye's treatise. 59 __ARM_BIG_ENDIAN instead of __AARCH64EB__. 172 * config/io/basic_file_stdio.h (__basic_file): Remove name of unused 177 (codecvt_byname<char32_t, char, mbstate_t>): Remove name of unused 182 * include/std/bitset (_Base_bitset<0>::_M_getword): Remove name of 253 line of a static_assert failure. 304 __is_nothrow_invocable instead of __is_noexcept_hash. 318 Use typename instead of class in template-parameter-list and remove 354 variablelist element at the end of its list. 365 std::advance for istreambuf_iterator of char types to be friend. [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | mm-viet.comp.po | 62 msgid "Cannot add duplicate entry" 66 msgid "Cannot find address in address book" 256 msgid "%s: could not find a key for %s" 484 msgid "Exceeded the number of connections per server %s" 500 #: ../gmedia_prop/setup_alias_stuff.c:128 libexif/exif-entry.c:426 501 #: libexif/exif-entry.c:441 libexif/exif-entry.c:522 libexif/exif-tag.c:672 502 #: libexif/olympus/mnote-olympus-entry.c:452 503 #: libexif/olympus/mnote-olympus-entry.c:508 ../src/orca/rolenames.py:483 510 "Authenticity of this certificate could not be verified.\n" 572 msgid "Could not create a mailbox of type %s" [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-2014 | 41 using most of old pex_bfd_print_pdata function code, but adding 109 checking of reloc symbol index. 113 checking of the reloc to be applied. 146 of TRUE. 149 (elf_x86_64_allocate_dynrelocs): Also check needs_copy of a 152 (elf_x86_64_relocate_section): Also check needs_copy of a 201 Use grokers.len instead of sizeof in string 231 * po/SRC-POTFILES.in: Regenerate. 272 (bfd_elf_final_link): Control sorting of relocs. 316 * po/SRC-POTFILES.in: Regenerate. [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2014 | 41 using most of old pex_bfd_print_pdata function code, but adding 109 checking of reloc symbol index. 113 checking of the reloc to be applied. 146 of TRUE. 149 (elf_x86_64_allocate_dynrelocs): Also check needs_copy of a 152 (elf_x86_64_relocate_section): Also check needs_copy of a 201 Use grokers.len instead of sizeof in string 231 * po/SRC-POTFILES.in: Regenerate. 272 (bfd_elf_final_link): Control sorting of relocs. 316 * po/SRC-POTFILES.in: Regenerate. [all …]
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2014 | 41 using most of old pex_bfd_print_pdata function code, but adding 109 checking of reloc symbol index. 113 checking of the reloc to be applied. 146 of TRUE. 149 (elf_x86_64_allocate_dynrelocs): Also check needs_copy of a 152 (elf_x86_64_relocate_section): Also check needs_copy of a 201 Use grokers.len instead of sizeof in string 231 * po/SRC-POTFILES.in: Regenerate. 272 (bfd_elf_final_link): Control sorting of relocs. 316 * po/SRC-POTFILES.in: Regenerate. [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog | 9 of complex ones. 20 * jump.c (delete_computation): Don't trust location of REG_DEAD 32 operator is arg of arithmetic. 51 * expr.c (move_by_pieces_1): Give inner arg types of function passed 55 * configure.in: Use them instead of inline text. 78 (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR. 86 * c-typeck.c (c_expand_asm_operands): Fix text of error message 114 (rescan): Warn about white space at end of line in string. 115 Fix bug with counting newlines in strings as result of macro-expanding. 129 Warn about white space at end of line in string. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog | 9 of complex ones. 20 * jump.c (delete_computation): Don't trust location of REG_DEAD 32 operator is arg of arithmetic. 51 * expr.c (move_by_pieces_1): Give inner arg types of function passed 55 * configure.in: Use them instead of inline text. 78 (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR. 86 * c-typeck.c (c_expand_asm_operands): Fix text of error message 114 (rescan): Warn about white space at end of line in string. 115 Fix bug with counting newlines in strings as result of macro-expanding. 129 Warn about white space at end of line in string. [all …]
|
H A D | ChangeLog.tree-ssa | 12 * tree-eh.c (lower_catch): Lower catch body in context of 53 (convert_nonlocal_reference): Set val_only false for the base of a 109 Add the fields to the purpose of the list for 120 instead of convert. 135 that all of a PHI's arguments do not have a partition if the 187 * tree-ssa-copy.c (cprop_operand): Break out of cprop_into_stmt. 195 annotation. Remove initialization/clearing of currdefs. 206 variable's annotation. Remove initialization/clearing of currdefs. 220 * expr.c (expand_expr_real_1) <SWITCH_EXPR>: Discard out of bounds 302 tree-ssa.c, tree.c: Replace all uses of TREE_UNSIGNED with [all …]
|
H A D | ChangeLog-2001 | 30 * halfpic.h: Remove foward defs of tree_node and rtx_def. 32 * toplev.h: Remove forward def of tree_node, rtx_def. 34 * except.h: Remove forward def of tree_node, rtx_def and 35 define of tree, rtx. Also remove undefs. 37 * basic-block.h: Remove forward def of tree_node and 38 define of tree. 107 * unroll.c: Move include files above first use of `const'. 151 output_constant_def instead of looking at TREE_CST_RTL. 155 * stor-layout.c (layout_decl): Don't misalign field of variable size 166 span multiple basic blocks. [all …]
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 17 addition of INDEXSTYLE and TEXINPUTS. 108 * info/nodemenu.c (format_node_info): strcpy instead of sprintf, 113 * info/infokey.c (main): return instead of xexit, and remove 131 * info/makedoc.c (main): return instead of xexit. 182 * util/dir-example: finish getting rid of GNU packages. 222 the first index entry stick out to the left. 232 for italic correction instead of \/, since we've redefined \/ now. 267 of the indentation of the first paragraph. 270 (\dosuppressfirstparagraphindent): the actual gobbling of indentation. 276 @firstparagraphindent parsing of options. [all …]
|
/netbsd-src/external/gpl2/groff/dist/doc/ |
H A D | groff-1 | 9 document under the terms of the GNU Free Documentation License, 13 below. A copy of the license is included in the section entitled 37 document under the terms of the GNU Free Documentation License, 41 below. A copy of the license is included in the section entitled 98 `groff' belongs to an older generation of document preparation systems, 104 produce a typeset document on a variety of devices. 111 Although WYSIWYG systems may be easier to use, they have a number of 116 * Most of the WYSIWYG systems are either non-free or are not very 121 * It is difficult to have a wide range of capabilities available 122 within the confines of a GUI/window system. [all …]
|
H A D | groff.texinfo | 5 @c problems in texinfo regarding expansion of user-defined macros. 10 @c %**start of header (This is for running Texinfo on a region.) 15 @c %**end of header (This is for running Texinfo on a region.) 34 under the terms of the GNU Free Documentation License, Version 1.1 or 37 and with the Back-Cover Texts as in (a) below. A copy of the 118 @c definition of requests 151 @c definition of escapes 184 @c definition of registers 217 @c definition of registers specific to macro packages, preprocessors, etc. 250 @c definition of macros [all …]
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 54 multiple of 4 if .align has second parameter. 63 1. The TLS desc tests are matching the entire disassemble of a linked 65 (note that most modern distros use this option), the layout of the 68 "--hash-style=both" for these tests to cancel the effect of 110 encoded") took care of only half of the remaining issue. Add #pass here 170 VRNDSCALE{P,S}{S,D} is the AVX512 generalization of these AVX insns. As 172 the earlier VEX-encoded insns, and hence can be used to permit use of 173 eGPR-s in the memory operand. Since this is the normal way of using 182 x86: support APX forms of U{RD,WR}MSR 188 …Add multilib.am to the list of top level files included in any release created by the src-release.… [all …]
|
H A D | ChangeLog | 7 * intl: Remove directory. Replaced with out-of-tree GNU 98 tarballs based upon a fixed timestamp of <date>. 104 * README-maintainer-mode: Add a minimum version of dejagnu 109 * README-maintainer-mode: Update minimum version of gettext 144 fallthrough comment instead of attribute. 171 Fix GPLv3 license headers to use a comma instead of semicolon 284 The config.sub script contains a few commands of the form: 289 remainder of the script. This can cause misbehaviour in certain cases, 353 * config.sub: Consistently quote the argument of echo. 372 This is the 32-bit variant of ARCv3 ISA (which is not compatible with the [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | as.info | 8 under the terms of the GNU Free Documentation License, Version 1.3 or 11 Texts. A copy of the license is included in the section entitled “GNU 29 This document is distributed under the terms of the GNU Free 30 Documentation License. A copy of the license is included in the section 55 Here is a brief summary of how to invoke ‘as’. For details, see *note 390 in place of the original @FILE option. If FILE does not exist, or 402 Turn on listings, in any of a variety of ways: 433 set the name of the listing file 482 value. The value of the symbol can be overridden inside a source 483 file via the use of a ‘.set’ pseudo-op. [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | as.info | 17 under the terms of the GNU Free Documentation License, Version 1.3 or 20 Texts. A copy of the license is included in the section entitled "GNU 32 This document is distributed under the terms of the GNU Free 33 Documentation License. A copy of the license is included in the 59 Here is a brief summary of how to invoke `as'. For details, see *Note 375 inserted in place of the original @FILE option. If FILE does not 388 Turn on listings, in any of a variety of ways: 416 set the name of the listing file 462 value. The value of the symbol can be overridden inside a source 463 file via the use of a `.set' pseudo-op. [all …]
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.115 | 42 * tmac/tmac.an: A typo (`.if' instead of `.ie') made the page 71 list of unsafe requests. 109 Here some patches from various sources; most of them taken from 118 of unsafe requests. 150 * Makefile.in: Added definition of $(LIBM). 164 * tmac/tmac.html: Fixed suppression of headers. 237 also, otherwise it is included itself in another call of `make 256 macro `TP' specifies, the rest of the tag went into the space for 395 Removed quotation marks which prevented correct expansion of 398 * devlj4/Makefile.sub (LJ4RES): Fixed value (600 instead of 300). [all …]
|
/netbsd-src/games/fortune/datfiles/ |
H A D | fortunes2 | 26 a scale of one to ten, your body was rated a minus two by a panel of women 28 age bracket of 25 to 35 years, but we could not get them to stop laughing 29 long enough to reach a decision. Should the taste of the American woman 75 Several researchers at the University of Louisiana have been studying 76 the computing power of various amphibians, frogs in particular. The problem 77 of frog computability has become a critical issue that ranges across all areas 78 of computer science. It has been shown that anything computable by an amphi- 82 to a frog. We will suggest these represent a proper subset of frog-computable 90 For those of you in the reseller business, here is a helpful tip that will 91 save your support staff a few hours of precious time. Before you send your [all …]
|
H A D | fortunes | 7 (5) Four is certainly an odd number of arms for a man to have. 10 Therefore, Alexander the Great had an infinite number of arms. 21 100 buckets of bits on the bus 22 100 buckets of bits 24 FF buckets of bits on the bus 26 FF buckets of bits on the bus 27 FF buckets of bits 29 FE buckets of bits on the bus 68 traditions are important in this shallow, mercurial business we find 72 43rd Law of Computing: [all …]
|
H A D | fortunes2-o.real | 6 a scale of one to ten, your body was rated a minus two by a panel of women 8 age bracket of 25 to 35 years, but we could not get them to stop laughing 9 long enough to reach a decision. Should the taste of the American woman 49 Leprosy, all my skin is falling off of me. 59 -- To the tune of "Yesterday" 63 An amalgamation of the Creation Science Research Foundation and the Flat Earth 64 Society, The Church of Counterfactual Belief has been set up to cater to all 65 who do not allow demonstrable truth to get in the way of their beliefs. 66 In addition to creation science and the flatness of the earth, the following 78 special effects studio. These will be the subject of some forthcoming Papal [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/ |
H A D | ChangeLog | 33 fallthrough comment instead of attribute. 60 Fix GPLv3 license headers to use a comma instead of semicolon 173 The config.sub script contains a few commands of the form: 178 remainder of the script. This can cause misbehaviour in certain cases, 242 * config.sub: Consistently quote the argument of echo. 261 This is the 32-bit variant of ARCv3 ISA (which is not compatible with the 278 These tools have served their purposes and need not be kept outside of 280 the contents of the various tools in one convenient place. 289 The tool could not handle command substitutions that span lines, but 293 case block because it was the only use of a command substitution as an [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gccint.info | 6 under the terms of the GNU Free Documentation License, Version 1.3 or 10 below). A copy of the license is included in the section entitled "GNU 24 * gccint: (gccint). Internals of the GNU Compiler Collection. 27 This file documents the internals of the GNU compilers. 32 under the terms of the GNU Free Documentation License, Version 1.3 or 36 below). A copy of the license is included in the section entitled "GNU 55 This manual documents the internals of the GNU compilers, including how 58 version 10.5.0. The use of the GNU compilers is documented in a 63 characteristics of the machines supported by GCC as hosts and targets 65 (*note Interface::), and the characteristics of the languages for which [all …]
|