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

..27-Feb-2022-

READMEH A D27-Feb-2022666 1512

branch.cH A D27-Feb-2022489 3024

checkbits.shH A D27-Feb-2022276 126

cols.cH A D27-Feb-2022760 4032

echo.cH A D27-Feb-2022349 2621

pandoc_headers.cH A D27-Feb-20221.9 KiB10080

README

1Build utilities in this directory
2
3
4branch.c:       generates a branch suffix for the version# (in version.c)
5		if the code was built from a non-master git branch
6checkbits.sh:   check that the MKD_ flags in markdown.h and mkdio.h are
7		identical
8cols.c:         a format prettifier for test progress output (truncates
9		the input to a fixed width, treating utf-8 character
10		sequences as one cell wide.)   A bit of a kludge, since it
11		doesn't consider zero-width or multi-cell glyphs.
12echo.c:         echo, localized so configure.sh doesn't have to thrash around
13		figuring whether the system echo uses -n or /c (or whatever)
14		to do output w/o a trailing newline
15