| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | ChangeLog | 917 Moved libcpp from the gcc subdirectory to the toplevel. 923 * charset.c: Moved from gcc/cppcharset.c. Add note about 926 * errors.c: Moved from gcc/cpperror.c. Do not include intl.h. 927 * expr.c: Moved from gcc/cppexp.c. 928 * files.c: Moved from gcc/cppfiles.c. Do not include intl.h. 930 * identifiers.c: Moved from gcc/cpphash.c. 931 * internal.h: Moved from gcc/cpphash.h. Change header 933 * init.c: Moved from gcc/cppinit.c. 935 * lex.c: Moved from gcc/cpplex.c. 936 * directives.c: Moved from gcc/cpplib.c. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/Errno/ |
| H A D | ChangeLog | 36 - Moved dummy Errno.pm file into d/ 53 Moved code to generate Errno.pm into errno.pl
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SystemLibrary.rst | 5 Moved subtitle
|
| H A D | TableGenFundamentals.rst | 5 Moved subtitle
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 1295 void moveFromImpl(mapped_file_region &Moved) { in moveFromImpl() argument 1296 copyFrom(Moved); in moveFromImpl() 1297 Moved.copyFrom(mapped_file_region()); in moveFromImpl() 1307 mapped_file_region(mapped_file_region &&Moved) { moveFromImpl(Moved); } in mapped_file_region() argument 1308 mapped_file_region &operator=(mapped_file_region &&Moved) { 1310 moveFromImpl(Moved);
|
| /openbsd-src/gnu/usr.bin/binutils/include/gdb/ |
| H A D | ChangeLog | 80 (sim_set_trace, sim_set_profile_size, sim_kill): Delete. Moved to 108 * sim-d10v.h: New file. Moved from include/sim-d10v.h.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1995 | 507 * remote-sim.c (gdbsim_open): Moved sim_open() call to after 559 (TARGET_BYTE_ORDER): Moved here from tm-i386v.h. 560 (IEEE_FLOAT): Moved here from tm-i386v.h. 562 (FUNCTION_START_OFFSET): Moved here from tm-i386v.h. 563 (SKIP_PROLOGUE): Moved here from tm-i386v.h. 564 (SAVED_PC_AFTER_CALL): Moved here from tm-i386v.h. 565 (INNER_THAN): Moved here from tm-i386v.h. 566 (BREAKPOINT): Moved here from tm-i386v.h. 567 (DECR_PC_AFTER_BREAK): Moved here from tm-i386v.h. 568 (ABOUT_TO_RETURN): Moved here from tm-i386v.h. [all …]
|
| H A D | ChangeLog-3.x | 1378 * dbxread.c (,process_one_symbol): Moved extern declaration for 1415 * main.c (dont_repeat): Moved ahead of first use. 1700 * dbxread.c (read_ofile_symtab, psymtab_to_symtab): Moved cleanup 1881 * dbxread.c (read_dbx_symtab, ): Moved HASH_OFFSET define out of 1943 * Makefile: Moved dbxread.c ahead of coffread.c in the list of 2098 * main.c, command.c (complete_on_cmdlist): Moved function to 2840 * version.c, gdb.texinfo: Moved version to 3.2 (as usual, jumping 3624 * i386-pinsn.c, i386-dep.c: Moved print_387_control_word, 3721 (read_dbx_symtab): Moved includes from psymtab list to 3759 * sparc-dep.c (single_step): Moved function previous to use of it. [all …]
|
| H A D | ChangeLog-2000 | 360 Delete. Moved to mips-tdep.c. 459 Moved here from command.c. 460 (add_info, add_info_alias, add_com, add_com_alias): Moved here from 467 Moved here from top.c. 468 (apropos_command): Moved here from command.c. 469 (complete_command, source_command): Moved here (part) from top.c. 484 show_user_1): Moved here from top.c. 491 do_setshow_command, cmd_show_list): Moved here from command.c. 530 (filename_completer, line_completion_function, skip_quoted): Moved 538 Moved to completer.c. [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MoveChecker.cpp | 32 enum Kind { Moved, Reported } K; enumerator 37 bool isMoved() const { return K == Moved; } in isMoved() 40 static RegionState getMoved() { return RegionState(Moved); } in getMoved()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 231 void LVElement::updateLevel(LVScope *Parent, bool Moved) { in updateLevel() argument 233 if (Moved) in updateLevel()
|
| H A D | LVScope.cpp | 363 void LVScope::updateLevel(LVScope *Parent, bool Moved) { in updateLevel() argument 371 Element->updateLevel(this, Moved); in updateLevel() 376 Line->updateLevel(this, Moved); in updateLevel()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/ |
| H A D | ChangeLog-9103 | 3 Moved from ../ChangeLog 618 * pe.h: Moved DOSMAGIC and NT_SIGNATURE defines here 672 * internal.h: (internal_filehdr): Moved PE stuff into 674 (internal_aouthdr): Moved PE stuff into 939 * ecoff.h: Moved MIPS reloc definitions from here... 958 * alpha.h, mips.h: Moved common information into ecoff.h. Moved 1081 STABS_SYMBOL): Moved in from gdb/mipsread.c.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 935 std::vector<NewArchiveMember> Moved; in computeNewArchiveMembers() local 979 addChildMember(Moved, Child, /*FlattenArchive=*/Thin); in computeNewArchiveMembers() 982 HandleNewMember(MemberI, Moved, Child); in computeNewArchiveMembers() 1007 for (auto &M : Moved) { in computeNewArchiveMembers()
|
| /openbsd-src/gnu/usr.bin/binutils/include/coff/ |
| H A D | ChangeLog-9103 | 601 * pe.h: Moved DOSMAGIC and NT_SIGNATURE defines here 655 * internal.h: (internal_filehdr): Moved PE stuff into 657 (internal_aouthdr): Moved PE stuff into 922 * ecoff.h: Moved MIPS reloc definitions from here... 941 * alpha.h, mips.h: Moved common information into ecoff.h. Moved 1064 STABS_SYMBOL): Moved in from gdb/mipsread.c.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Test/ |
| H A D | ChangeLog | 148 * Moved $ntest to @EXPORT_OK from @EXPORT.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 324 virtual void updateLevel(LVScope *Parent, bool Moved = false);
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlexperiment.pod | 389 Moved from Perl 5.9.0 to CPAN 413 Moved from Perl 5.10.1 to CPAN
|
| /openbsd-src/gnu/usr.bin/perl/dist/constant/ |
| H A D | Changes | 54 [TESTS] Moved the TRAILING test from t/constant.t to t/more-tests.t
|
| /openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/ |
| H A D | ChangeLog | 96 Moved test.pl to t/01test.t and added more tests.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/ |
| H A D | ChangeLog.0 | 343 * noncompile/930714-1.c: Moved from compile. 514 * compile/gcc-failure/940409-1.c: Moved from compile. 516 * execute/920411-1.c: Moved from execute/gcc_failure.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2001 | 789 * optimize.c (struct inline_data): Moved to ../tree-inline.c. 796 * tree.c (walk_tree): Moved to ../tree-inline.c. 804 * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl. 805 (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h. 806 (flag_inline_trees): Moved declaration to ../tree-inline.h. 807 (walk_tree): Moved declaration to ../tree-inline.h. 812 * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c. 821 (optimize_inline_calls): Likewise. Make it non-static. Moved 902 (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and 1074 * tree.c (TYPE_HASH): Moved to ../tree.h. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/ |
| H A D | ChangeLog | 197 * Moved the language-preference-detecting code into new module
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/ |
| H A D | Changes | 477 - Moved files to more standard locations. 559 - Moved Copyright section to perldoc
|
| /openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/ |
| H A D | CoreList.pod | 237 Moved to Changes file.
|