From b29903f919d01222caecbe9923cbcddce7a181f3 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 27 Jul 2019 16:49:09 -0400 Subject: Add c11.pdf --- pdf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdf/Makefile b/pdf/Makefile index 6d1d1561..91de32b7 100644 --- a/pdf/Makefile +++ b/pdf/Makefile @@ -1,4 +1,5 @@ PDFS += abi.pdf +PDFS += c11.pdf PDFS += elf.pdf PDFS += intel-64-opt.pdf PDFS += intel-64-sdm-vol-1.pdf @@ -11,6 +12,7 @@ ELF = http://refspecs.linuxbase.org/elf INTEL = https://software.intel.com/sites/default/files/managed URL_abi.pdf = ${ELF}/x64_64-abi-0.99.pdf +URL_c11.pdf = http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf URL_elf.pdf = ${ELF}/elf.pdf URL_intel-64-opt.pdf = ${INTEL}/9e/bc/64-ia-32-architectures-optimization-manual.pdf URL_intel-64-sdm-vol-1.pdf = ${INTEL}/a4/60/253665-sdm-vol-1.pdf -- cgit 1.4.1 >dontfiles
summary refs log tree commit diff
path: root/doc/zlib/inflateBack.3 (unfollow)
Commit message (Expand)Author
2022-06-10Switch to jorts Install scriptJune McEnroe
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe