From 9f554a72b01705ebf6be66143c5e69b09b3c1372 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 Jan 2022 07:33:30 -0300 Subject: Init project: copy files and skeletons from others --- doc/pindaiba.CHANGELOG.en.7.in | 0 doc/pindaiba.README.en.7.in | 0 doc/pindaiba.TODOs.en.7.in | 0 doc/pindaiba.en.1.in | 5 +++++ doc/pindaiba.recipes.en.7.in | 0 doc/pindaiba.tutorial.en.7.in | 0 doc/pindaiba.why.en.7.in | 14 ++++++++++++++ 7 files changed, 19 insertions(+) create mode 100644 doc/pindaiba.CHANGELOG.en.7.in create mode 100644 doc/pindaiba.README.en.7.in create mode 100644 doc/pindaiba.TODOs.en.7.in create mode 100644 doc/pindaiba.en.1.in create mode 100644 doc/pindaiba.recipes.en.7.in create mode 100644 doc/pindaiba.tutorial.en.7.in create mode 100644 doc/pindaiba.why.en.7.in (limited to 'doc') diff --git a/doc/pindaiba.CHANGELOG.en.7.in b/doc/pindaiba.CHANGELOG.en.7.in new file mode 100644 index 0000000..e69de29 diff --git a/doc/pindaiba.README.en.7.in b/doc/pindaiba.README.en.7.in new file mode 100644 index 0000000..e69de29 diff --git a/doc/pindaiba.TODOs.en.7.in b/doc/pindaiba.TODOs.en.7.in new file mode 100644 index 0000000..e69de29 diff --git a/doc/pindaiba.en.1.in b/doc/pindaiba.en.1.in new file mode 100644 index 0000000..8ff1d8c --- /dev/null +++ b/doc/pindaiba.en.1.in @@ -0,0 +1,5 @@ +.TH XABLAU 1 DATE "OIOJI" "OIJOIJ" + +.SH NAME + +woeifj diff --git a/doc/pindaiba.recipes.en.7.in b/doc/pindaiba.recipes.en.7.in new file mode 100644 index 0000000..e69de29 diff --git a/doc/pindaiba.tutorial.en.7.in b/doc/pindaiba.tutorial.en.7.in new file mode 100644 index 0000000..e69de29 diff --git a/doc/pindaiba.why.en.7.in b/doc/pindaiba.why.en.7.in new file mode 100644 index 0000000..6cd923d --- /dev/null +++ b/doc/pindaiba.why.en.7.in @@ -0,0 +1,14 @@ +.TH WOEIJF + +My quality standard for a C library is: +- it is C, not C/C++; +- it has test; +- it uses sanitizers and fuzzing; +- it works with more than one C compiler (notably, gcc, clang, tcc, scc and + cproc); +- it has `.POSIX` as a rule in its Makefile; +- it uses make, and atmost, a ./configure script; +- it works with more than one C implementation (notably, bmake, gnumake and ?); +- it has an `install` and an `uninstall` target; + +8cc, c, chibicc, lacc, lcc -- cgit v1.2.3