gitextract_0pcap6jv/ ├── .gitignore ├── COPYING ├── Changelog ├── FILES ├── INSTALL ├── KNOWN_BUGS ├── Makefile.in ├── README ├── README.CVS ├── README.git ├── TODO ├── UPGRADE ├── acconfig.h ├── aclocal.m4 ├── archive/ │ ├── .indent.pro │ ├── 1998 │ ├── Makefile.in │ ├── README │ ├── lists.h │ ├── mbox2hypermail.c │ ├── msg2archive.c │ ├── runtest │ └── test-msg ├── autogen.sh ├── config.guess ├── config.h.in ├── config.sub ├── configs/ │ ├── hmrc.example │ ├── hypermail-footer.hyp │ ├── hypermail-index.hyp │ ├── hypermail-msg.hyp │ └── hypermail.rc ├── configure ├── configure.ac ├── contrib/ │ ├── canonicalize.pl │ ├── cron_hypermail │ ├── fixhtime.pl │ ├── hoaf-28/ │ │ ├── README │ │ ├── collect_snipplets.py │ │ ├── create_archive_snipplet.py │ │ ├── footer_html.hdr │ │ ├── haof-0.1.dtd │ │ ├── hypermail-2b28-2b28+.patch │ │ └── top_html.hdr │ ├── hyperfeed.pl │ ├── hypetombox.pl │ ├── ls2mail │ ├── mailbox_date_trimmer/ │ │ ├── README.html │ │ ├── README.mailbox_reader │ │ ├── mailbox_date_trimmer.py │ │ └── mailbox_reader.py │ ├── msg2hypermailarchive.py │ └── runtest ├── docs/ │ ├── Makefile.in │ ├── archive_search.html │ ├── attachments.txt │ ├── customizing.html │ ├── hmrc.4 │ ├── hmrc.html │ ├── hypermail-faq.html │ ├── hypermail.1 │ ├── hypermail.html │ └── index_hypermail.txt ├── install-sh ├── lcc/ │ ├── README.txt │ ├── defaults.h │ ├── dirent.c │ ├── dirent.h │ ├── getdate.c │ ├── hypermail_files.txt │ ├── lcc_extras.c │ ├── lcc_extras.h │ ├── pcre.h │ ├── pcre_chartables.c │ └── pcre_config.h ├── libcgi/ │ ├── .indent.pro │ ├── Makefile.in │ ├── cgi.h │ ├── form_ent.c │ ├── form_tags.c │ ├── get_cgi_info.c │ ├── html.c │ ├── libcgi.html │ ├── main.c │ ├── mcode.c │ ├── strops.c │ ├── syn_mime.c │ ├── syn_url.c │ └── template.c ├── ltmain.sh ├── maketgz ├── patchlevel.h ├── src/ │ ├── .indent.pro │ ├── .splintrc │ ├── Makefile.in │ ├── base64.c │ ├── base64.h │ ├── date.c │ ├── defaults.h.in │ ├── dmatch.c │ ├── dmatch.h │ ├── domains.c │ ├── domains.h │ ├── file.c │ ├── finelink.c │ ├── finelink.h │ ├── fnv/ │ │ ├── Makefile.in │ │ ├── README │ │ ├── aclocal.m4 │ │ ├── config.guess │ │ ├── config.in │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.in │ │ ├── configure.scan │ │ ├── fnv.h │ │ ├── fnv32.c │ │ ├── fnv64.c │ │ ├── hash_32.c │ │ ├── hash_64.c │ │ ├── have_ulong64.c │ │ ├── ltconfig │ │ └── ltmain.sh │ ├── getdate.h │ ├── getdate.texi │ ├── getdate.y │ ├── getname.c │ ├── getname.h │ ├── hypermail.c │ ├── hypermail.h │ ├── lang.c │ ├── lang.h │ ├── lock.c │ ├── mail.c │ ├── mem.c │ ├── parse.c │ ├── parse.h │ ├── pcre/ │ │ ├── 132html │ │ ├── AUTHORS │ │ ├── CMakeLists.txt │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── CheckMan │ │ ├── CleanTxt │ │ ├── Detrail │ │ ├── HACKING │ │ ├── INSTALL │ │ ├── LICENCE │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── NEWS │ │ ├── NON-AUTOTOOLS-BUILD │ │ ├── NON-UNIX-USE │ │ ├── PrepareRelease │ │ ├── README │ │ ├── RunGrepTest │ │ ├── RunTest │ │ ├── RunTest.bat │ │ ├── aclocal.m4 │ │ ├── ar-lib │ │ ├── cmake/ │ │ │ ├── COPYING-CMAKE-SCRIPTS │ │ │ ├── FindEditline.cmake │ │ │ ├── FindPackageHandleStandardArgs.cmake │ │ │ └── FindReadline.cmake │ │ ├── compile │ │ ├── config-cmake.h.in │ │ ├── config.guess │ │ ├── config.h.generic │ │ ├── config.h.in │ │ ├── config.sub │ │ ├── configure │ │ ├── configure.ac │ │ ├── depcomp │ │ ├── dftables.c │ │ ├── doc/ │ │ │ ├── html/ │ │ │ │ ├── NON-AUTOTOOLS-BUILD.txt │ │ │ │ ├── README.txt │ │ │ │ ├── index.html │ │ │ │ ├── pcre-config.html │ │ │ │ ├── pcre.html │ │ │ │ ├── pcre16.html │ │ │ │ ├── pcre32.html │ │ │ │ ├── pcre_assign_jit_stack.html │ │ │ │ ├── pcre_compile.html │ │ │ │ ├── pcre_compile2.html │ │ │ │ ├── pcre_config.html │ │ │ │ ├── pcre_copy_named_substring.html │ │ │ │ ├── pcre_copy_substring.html │ │ │ │ ├── pcre_dfa_exec.html │ │ │ │ ├── pcre_exec.html │ │ │ │ ├── pcre_free_study.html │ │ │ │ ├── pcre_free_substring.html │ │ │ │ ├── pcre_free_substring_list.html │ │ │ │ ├── pcre_fullinfo.html │ │ │ │ ├── pcre_get_named_substring.html │ │ │ │ ├── pcre_get_stringnumber.html │ │ │ │ ├── pcre_get_stringtable_entries.html │ │ │ │ ├── pcre_get_substring.html │ │ │ │ ├── pcre_get_substring_list.html │ │ │ │ ├── pcre_jit_exec.html │ │ │ │ ├── pcre_jit_stack_alloc.html │ │ │ │ ├── pcre_jit_stack_free.html │ │ │ │ ├── pcre_maketables.html │ │ │ │ ├── pcre_pattern_to_host_byte_order.html │ │ │ │ ├── pcre_refcount.html │ │ │ │ ├── pcre_study.html │ │ │ │ ├── pcre_utf16_to_host_byte_order.html │ │ │ │ ├── pcre_utf32_to_host_byte_order.html │ │ │ │ ├── pcre_version.html │ │ │ │ ├── pcreapi.html │ │ │ │ ├── pcrebuild.html │ │ │ │ ├── pcrecallout.html │ │ │ │ ├── pcrecompat.html │ │ │ │ ├── pcrecpp.html │ │ │ │ ├── pcredemo.html │ │ │ │ ├── pcregrep.html │ │ │ │ ├── pcrejit.html │ │ │ │ ├── pcrelimits.html │ │ │ │ ├── pcrematching.html │ │ │ │ ├── pcrepartial.html │ │ │ │ ├── pcrepattern.html │ │ │ │ ├── pcreperform.html │ │ │ │ ├── pcreposix.html │ │ │ │ ├── pcreprecompile.html │ │ │ │ ├── pcresample.html │ │ │ │ ├── pcrestack.html │ │ │ │ ├── pcresyntax.html │ │ │ │ ├── pcretest.html │ │ │ │ └── pcreunicode.html │ │ │ ├── index.html.src │ │ │ ├── pcre-config.1 │ │ │ ├── pcre-config.txt │ │ │ ├── pcre.3 │ │ │ ├── pcre.txt │ │ │ ├── pcre16.3 │ │ │ ├── pcre32.3 │ │ │ ├── pcre_assign_jit_stack.3 │ │ │ ├── pcre_compile.3 │ │ │ ├── pcre_compile2.3 │ │ │ ├── pcre_config.3 │ │ │ ├── pcre_copy_named_substring.3 │ │ │ ├── pcre_copy_substring.3 │ │ │ ├── pcre_dfa_exec.3 │ │ │ ├── pcre_exec.3 │ │ │ ├── pcre_free_study.3 │ │ │ ├── pcre_free_substring.3 │ │ │ ├── pcre_free_substring_list.3 │ │ │ ├── pcre_fullinfo.3 │ │ │ ├── pcre_get_named_substring.3 │ │ │ ├── pcre_get_stringnumber.3 │ │ │ ├── pcre_get_stringtable_entries.3 │ │ │ ├── pcre_get_substring.3 │ │ │ ├── pcre_get_substring_list.3 │ │ │ ├── pcre_jit_exec.3 │ │ │ ├── pcre_jit_stack_alloc.3 │ │ │ ├── pcre_jit_stack_free.3 │ │ │ ├── pcre_maketables.3 │ │ │ ├── pcre_pattern_to_host_byte_order.3 │ │ │ ├── pcre_refcount.3 │ │ │ ├── pcre_study.3 │ │ │ ├── pcre_utf16_to_host_byte_order.3 │ │ │ ├── pcre_utf32_to_host_byte_order.3 │ │ │ ├── pcre_version.3 │ │ │ ├── pcreapi.3 │ │ │ ├── pcrebuild.3 │ │ │ ├── pcrecallout.3 │ │ │ ├── pcrecompat.3 │ │ │ ├── pcrecpp.3 │ │ │ ├── pcredemo.3 │ │ │ ├── pcregrep.1 │ │ │ ├── pcregrep.txt │ │ │ ├── pcrejit.3 │ │ │ ├── pcrelimits.3 │ │ │ ├── pcrematching.3 │ │ │ ├── pcrepartial.3 │ │ │ ├── pcrepattern.3 │ │ │ ├── pcreperform.3 │ │ │ ├── pcreposix.3 │ │ │ ├── pcreprecompile.3 │ │ │ ├── pcresample.3 │ │ │ ├── pcrestack.3 │ │ │ ├── pcresyntax.3 │ │ │ ├── pcretest.1 │ │ │ ├── pcretest.txt │ │ │ ├── pcreunicode.3 │ │ │ └── perltest.txt │ │ ├── install-sh │ │ ├── libpcre.pc.in │ │ ├── libpcre16.pc.in │ │ ├── libpcre32.pc.in │ │ ├── libpcrecpp.pc.in │ │ ├── libpcreposix.pc.in │ │ ├── ltmain.sh │ │ ├── m4/ │ │ │ ├── ax_pthread.m4 │ │ │ ├── libtool.m4 │ │ │ ├── ltoptions.m4 │ │ │ ├── ltsugar.m4 │ │ │ ├── ltversion.m4 │ │ │ ├── lt~obsolete.m4 │ │ │ └── pcre_visibility.m4 │ │ ├── makevp.bat │ │ ├── makevp_c.txt │ │ ├── makevp_l.txt │ │ ├── missing │ │ ├── pcre-config.in │ │ ├── pcre.h.generic │ │ ├── pcre.h.in │ │ ├── pcre16_byte_order.c │ │ ├── pcre16_chartables.c │ │ ├── pcre16_compile.c │ │ ├── pcre16_config.c │ │ ├── pcre16_dfa_exec.c │ │ ├── pcre16_exec.c │ │ ├── pcre16_fullinfo.c │ │ ├── pcre16_get.c │ │ ├── pcre16_globals.c │ │ ├── pcre16_jit_compile.c │ │ ├── pcre16_maketables.c │ │ ├── pcre16_newline.c │ │ ├── pcre16_ord2utf16.c │ │ ├── pcre16_printint.c │ │ ├── pcre16_refcount.c │ │ ├── pcre16_string_utils.c │ │ ├── pcre16_study.c │ │ ├── pcre16_tables.c │ │ ├── pcre16_ucd.c │ │ ├── pcre16_utf16_utils.c │ │ ├── pcre16_valid_utf16.c │ │ ├── pcre16_version.c │ │ ├── pcre16_xclass.c │ │ ├── pcre32_byte_order.c │ │ ├── pcre32_chartables.c │ │ ├── pcre32_compile.c │ │ ├── pcre32_config.c │ │ ├── pcre32_dfa_exec.c │ │ ├── pcre32_exec.c │ │ ├── pcre32_fullinfo.c │ │ ├── pcre32_get.c │ │ ├── pcre32_globals.c │ │ ├── pcre32_jit_compile.c │ │ ├── pcre32_maketables.c │ │ ├── pcre32_newline.c │ │ ├── pcre32_ord2utf32.c │ │ ├── pcre32_printint.c │ │ ├── pcre32_refcount.c │ │ ├── pcre32_string_utils.c │ │ ├── pcre32_study.c │ │ ├── pcre32_tables.c │ │ ├── pcre32_ucd.c │ │ ├── pcre32_utf32_utils.c │ │ ├── pcre32_valid_utf32.c │ │ ├── pcre32_version.c │ │ ├── pcre32_xclass.c │ │ ├── pcre_byte_order.c │ │ ├── pcre_chartables.c.dist │ │ ├── pcre_compile.c │ │ ├── pcre_config.c │ │ ├── pcre_dfa_exec.c │ │ ├── pcre_exec.c │ │ ├── pcre_fullinfo.c │ │ ├── pcre_get.c │ │ ├── pcre_globals.c │ │ ├── pcre_internal.h │ │ ├── pcre_jit_compile.c │ │ ├── pcre_jit_test.c │ │ ├── pcre_maketables.c │ │ ├── pcre_newline.c │ │ ├── pcre_ord2utf8.c │ │ ├── pcre_printint.c │ │ ├── pcre_refcount.c │ │ ├── pcre_scanner.cc │ │ ├── pcre_scanner.h │ │ ├── pcre_scanner_unittest.cc │ │ ├── pcre_string_utils.c │ │ ├── pcre_stringpiece.cc │ │ ├── pcre_stringpiece.h.in │ │ ├── pcre_stringpiece_unittest.cc │ │ ├── pcre_study.c │ │ ├── pcre_tables.c │ │ ├── pcre_ucd.c │ │ ├── pcre_valid_utf8.c │ │ ├── pcre_version.c │ │ ├── pcre_xclass.c │ │ ├── pcrecpp.cc │ │ ├── pcrecpp.h │ │ ├── pcrecpp_internal.h │ │ ├── pcrecpp_unittest.cc │ │ ├── pcrecpparg.h.in │ │ ├── pcredemo.c │ │ ├── pcregexp.pas │ │ ├── pcregrep.c │ │ ├── pcreposix.c │ │ ├── pcreposix.h │ │ ├── pcretest.c │ │ ├── perltest.pl │ │ ├── sljit/ │ │ │ ├── sljitConfig.h │ │ │ ├── sljitConfigInternal.h │ │ │ ├── sljitExecAllocator.c │ │ │ ├── sljitLir.c │ │ │ ├── sljitLir.h │ │ │ ├── sljitNativeARM_32.c │ │ │ ├── sljitNativeARM_64.c │ │ │ ├── sljitNativeARM_T2_32.c │ │ │ ├── sljitNativeMIPS_32.c │ │ │ ├── sljitNativeMIPS_64.c │ │ │ ├── sljitNativeMIPS_common.c │ │ │ ├── sljitNativePPC_32.c │ │ │ ├── sljitNativePPC_64.c │ │ │ ├── sljitNativePPC_common.c │ │ │ ├── sljitNativeSPARC_32.c │ │ │ ├── sljitNativeSPARC_common.c │ │ │ ├── sljitNativeTILEGX-encoder.c │ │ │ ├── sljitNativeTILEGX_64.c │ │ │ ├── sljitNativeX86_32.c │ │ │ ├── sljitNativeX86_64.c │ │ │ ├── sljitNativeX86_common.c │ │ │ └── sljitUtils.c │ │ ├── test-driver │ │ ├── testdata/ │ │ │ ├── grepbinary │ │ │ ├── grepfilelist │ │ │ ├── grepinput │ │ │ ├── grepinput3 │ │ │ ├── grepinput8 │ │ │ ├── grepinputv │ │ │ ├── grepinputx │ │ │ ├── greplist │ │ │ ├── grepoutput │ │ │ ├── grepoutput8 │ │ │ ├── grepoutputN │ │ │ ├── greppatN4 │ │ │ ├── saved16 │ │ │ ├── saved16BE-1 │ │ │ ├── saved16BE-2 │ │ │ ├── saved16LE-1 │ │ │ ├── saved16LE-2 │ │ │ ├── saved32 │ │ │ ├── saved32BE-1 │ │ │ ├── saved32BE-2 │ │ │ ├── saved32LE-1 │ │ │ ├── saved32LE-2 │ │ │ ├── saved8 │ │ │ ├── testinput1 │ │ │ ├── testinput10 │ │ │ ├── testinput11 │ │ │ ├── testinput12 │ │ │ ├── testinput13 │ │ │ ├── testinput14 │ │ │ ├── testinput15 │ │ │ ├── testinput16 │ │ │ ├── testinput17 │ │ │ ├── testinput18 │ │ │ ├── testinput19 │ │ │ ├── testinput2 │ │ │ ├── testinput20 │ │ │ ├── testinput21 │ │ │ ├── testinput22 │ │ │ ├── testinput23 │ │ │ ├── testinput24 │ │ │ ├── testinput25 │ │ │ ├── testinput26 │ │ │ ├── testinput3 │ │ │ ├── testinput4 │ │ │ ├── testinput5 │ │ │ ├── testinput6 │ │ │ ├── testinput7 │ │ │ ├── testinput8 │ │ │ ├── testinput9 │ │ │ ├── testinputEBC │ │ │ ├── testoutput1 │ │ │ ├── testoutput10 │ │ │ ├── testoutput11-16 │ │ │ ├── testoutput11-32 │ │ │ ├── testoutput11-8 │ │ │ ├── testoutput12 │ │ │ ├── testoutput13 │ │ │ ├── testoutput14 │ │ │ ├── testoutput15 │ │ │ ├── testoutput16 │ │ │ ├── testoutput17 │ │ │ ├── testoutput18-16 │ │ │ ├── testoutput18-32 │ │ │ ├── testoutput19 │ │ │ ├── testoutput2 │ │ │ ├── testoutput20 │ │ │ ├── testoutput21-16 │ │ │ ├── testoutput21-32 │ │ │ ├── testoutput22-16 │ │ │ ├── testoutput22-32 │ │ │ ├── testoutput23 │ │ │ ├── testoutput24 │ │ │ ├── testoutput25 │ │ │ ├── testoutput26 │ │ │ ├── testoutput3 │ │ │ ├── testoutput3A │ │ │ ├── testoutput3B │ │ │ ├── testoutput4 │ │ │ ├── testoutput5 │ │ │ ├── testoutput6 │ │ │ ├── testoutput7 │ │ │ ├── testoutput8 │ │ │ ├── testoutput9 │ │ │ ├── testoutputEBC │ │ │ ├── valgrind-jit.supp │ │ │ ├── wintestinput3 │ │ │ └── wintestoutput3 │ │ └── ucp.h │ ├── print.c │ ├── print.h │ ├── printfile.c │ ├── printfile.h │ ├── proto.h │ ├── quotes.c │ ├── search.c │ ├── search.h │ ├── setup.c │ ├── setup.h │ ├── string.c │ ├── struct.c │ ├── struct.h │ ├── threadprint.c │ ├── threadprint.h │ ├── trio/ │ │ ├── CHANGES │ │ ├── FILES │ │ ├── Makefile.in │ │ ├── README │ │ ├── README.hypermail │ │ ├── autogen.sh │ │ ├── compare.c │ │ ├── configure │ │ ├── configure.in │ │ ├── hypermail-patches.diff │ │ ├── install-sh │ │ ├── regression.c │ │ ├── strio.h │ │ ├── trio.c │ │ ├── trio.h │ │ ├── triodef.h │ │ ├── trionan.c │ │ ├── trionan.h │ │ ├── triop.h │ │ ├── triostr.c │ │ └── triostr.h │ ├── txt2html.c │ ├── txt2html.h │ ├── uconvert.h │ ├── uudecode.c │ └── uudecode.h └── tests/ ├── README ├── diff_hypermail_archives.pl ├── mboxes/ │ ├── 1msg.mbox │ ├── critmail.mbox │ ├── embedded.msg │ ├── t1 │ ├── t2 │ ├── t3 │ ├── t4 │ ├── t5 │ ├── t6 │ ├── t7 │ ├── t8 │ └── y2k.mbox ├── stdintest.pl ├── test-footer.hyp ├── test-index.hyp ├── test-msg.hyp ├── test.rc └── testhm.in