1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
MANIFEST
THANKS
README
CHANGES
META.yml
MYMETA.yml
typemap
inc/MyBuilder.pm
Build.PL
btool_faq.pod
scripts/btcheck
scripts/btsort
scripts/btformat
xscode/BibTeX.xs
xscode/btxs_support.c
xscode/btxs_support.h
lib/Text/BibTeX.pm
lib/Text/BibTeX/File.pm
lib/Text/BibTeX/Entry.pm
lib/Text/BibTeX/Value.pm
lib/Text/BibTeX/Structure.pm
lib/Text/BibTeX/Name.pm
lib/Text/BibTeX/NameFormat.pm
lib/Text/BibTeX/Bib.pm
lib/Text/BibTeX/BibFormat.pm
lib/Text/BibTeX/BibSort.pm
## t/00.init.t
t/common.pl
t/bib.t
t/macro.t
t/modify.t
t/nameformat.t
t/namelist.t
t/names.t
t/output.t
t/parse.t
t/parse_f.t
t/parse_s.t
t/purify.t
t/split_names
## t/zz.cleanup.t
examples/append_entries
## files included from btparse/src
btparse/pccts/antlr.h
btparse/pccts/ast.c
btparse/pccts/ast.h
btparse/pccts/config.h
btparse/pccts/dlgauto.h
btparse/pccts/dlgdef.h
btparse/pccts/err.h
## btparse internals documentation
btparse/doc/bt_format_names.pod
btparse/doc/bt_input.pod
btparse/doc/bt_language.pod
btparse/doc/bt_macros.pod
btparse/doc/bt_misc.pod
btparse/doc/bt_post_processing.pod
btparse/doc/bt_postprocess.pod
btparse/doc/bt_split_names.pod
btparse/doc/bt_traversal.pod
btparse/doc/btparse.pod
## btparse source files
btparse/src/bibtex.c
btparse/src/bibtex_ast.c
btparse/src/err.c
btparse/src/error.c
btparse/src/file_header.c
btparse/src/format_name.c
btparse/src/function_header.c
btparse/src/init.c
btparse/src/input.c
btparse/src/lex_auxiliary.c
btparse/src/line_offsets.c
btparse/src/macros.c
btparse/src/modify.c
btparse/src/names.c
btparse/src/parse_auxiliary.c
btparse/src/postprocess.c
btparse/src/scan.c
btparse/src/string_util.c
btparse/src/sym.c
btparse/src/tex_tree.c
btparse/src/traversal.c
btparse/src/util.c
btparse/src/attrib.h
btparse/src/bibtex_ast.h
btparse/src/bt_debug.h
btparse/src/btparse.h
btparse/src/error.h
btparse/src/lex_auxiliary.h
btparse/src/line_offsets.h
btparse/src/mode.h
btparse/src/my_alloca.h
btparse/src/my_dmalloc.h
btparse/src/parse_auxiliary.h
btparse/src/prototypes.h
btparse/src/stdpccts.h
btparse/src/sym.h
btparse/src/tokens.h
btparse/src/util.h
## Extra C programs
btparse/progs/args.c
btparse/progs/args.h ## NOINST
btparse/progs/biblex.c
btparse/progs/bibparse.c
btparse/progs/dumpnames.c
btparse/progs/getopt.c
btparse/progs/getopt.h ## NOINST
btparse/progs/getopt1.c
## Test code.
btparse/tests/case_test.c
btparse/tests/macro_test.c
btparse/tests/name_test.c
btparse/tests/namebug.c
btparse/tests/postprocess_test.c
btparse/tests/purify_test.c
btparse/tests/read_test.c
btparse/tests/simple_test.c
btparse/tests/testlib.c
btparse/tests/tex_test.c
btparse/tests/data/TESTS
btparse/tests/data/commas.bib
btparse/tests/data/comment.bib
btparse/tests/data/empty.bib
btparse/tests/data/foreign.bib
btparse/tests/data/macro.bib
btparse/tests/data/names
btparse/tests/data/preamble.bib
btparse/tests/data/purify.strings
btparse/tests/data/regular.bib
btparse/tests/data/simple.bib
btparse/tests/testlib.h
btparse/src/bt_config.h.in
README.OLD
META.json
|