From 8aff3944f884805789bf474235bc9a6dcb068439 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 27 Jul 2019 16:49:09 -0400 Subject: Add c11.pdf --- pdf/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pdf/Makefile') 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 ption value='vimode'>vimode IRC client
about summary refs log tree commit diff
path: root/url.c (unfollow)
Commit message (Expand)Author
2020-02-11Call completeClear when closing a windowJune McEnroe
2020-02-11Don't insert color codes for non-mentionsJune McEnroe
2020-02-11Take first two words in colorMentionsJune McEnroe
2020-02-11Use time_t for save signatureJune McEnroe
2020-02-11Set self.nick to * initiallyJune McEnroe
2020-02-11Define ColorCap instead of hardcoding 100June McEnroe
2020-02-11Move hash to top of chat.hJune McEnroe
2020-02-11Move base64 out of chat.hJune McEnroe
2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe
2020-02-11Fix whois idle unit calculationJune McEnroe
2020-02-11Cast towupper to wchar_tJune McEnroe
2020-02-11Cast set but unused variables to voidJune McEnroe
2020-02-11Declare strlcatJune McEnroe
2020-02-11Check if VDSUSP existsJune McEnroe
2020-02-11Fix completeReplace iterationJune McEnroe
2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe
2020-02-11Remove legacy codeJune McEnroe
2020-02-11Add INSTALLING section to READMEJune McEnroe