• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D09-Dec-20219 21

MakefileH A D09-Dec-202153 64

Makefile.localH A D09-Dec-2021451 2516

READMEH A D09-Dec-2021600 2213

check_asctime.cH A D09-Dec-2021124 139

check_getpwuid.cH A D09-Dec-2021162 139

compat.hH A D09-Dec-20212 KiB7838

function-attributes.hH A D09-Dec-20211.6 KiB4815

gen_zlib_pc.cH A D09-Dec-2021337 2017

getdelim.cH A D09-Dec-20213.2 KiB12679

getline.cH A D09-Dec-20211 KiB307

have_canonicalize_file_name.cH A D09-Dec-2021138 129

have_d_type.cH A D09-Dec-202199 128

have_getline.cH A D09-Dec-2021216 1512

have_strcasestr.cH A D09-Dec-2021154 129

have_strsep.cH A D09-Dec-2021155 1310

have_timegm.cH A D09-Dec-202178 86

strcasestr.cH A D09-Dec-20211.2 KiB4315

strsep.cH A D09-Dec-20211.8 KiB6229

timegm.cH A D09-Dec-20211.7 KiB5727

README

1notmuch/compat
2
3This directory consists of three things:
4
51. Small programs used by the notmuch configure script to test for the
6   availability of certain system features, (library functions, etc.).
7
8   For example: have_getline.c
9
102. Compatibility implementations of those system features for systems
11   that don't provide their own versions.
12
13   For example: getline.c
14
15   The compilation of these files is made conditional on the output of
16   the test programs from [1].
17
183. Macro definitions abstracting compiler differences (e.g. function
19   attributes).
20
21   For example: function-attributes.h
22