[PATCH v2 0/2] Raise awareness

Eugene Syromyatnikov evgsyr at gmail.com
Fri Apr 1 18:24:22 UTC 2022


This patch set tries to raise awareness about strace and its mascot,
der Strauss.

v2:
 - Addressed feedback fromldv and enh.
 - Changed default to not show tips by default and invoke it with --tips.
 - Added an option to print specific tip, trick, or tweak.
 - Added an option to show the tip in its full glory.
 - Added tests.
v1: https://lists.strace.io/pipermail/strace-devel/2020-April/009592.html

Eugene Syromyatnikov (2):
  Add an option for raising Strauss awareness
  Raise strace awareness

 NEWS                         |   3 +
 doc/strace.1.in              |  30 ++++
 src/Makefile.am              |   2 +
 src/strace.c                 | 101 ++++++++++-
 src/strauss.c                | 388 +++++++++++++++++++++++++++++++++++++++++++
 src/strauss.h                |  33 ++++
 tests/Makefile.am            |   5 +
 tests/options-syntax.test    |  33 ++++
 tests/strace--tips-full.test |   6 +
 tests/strace--tips.exp       |  36 ++++
 tests/strace--tips.test      |  82 +++++++++
 tests/strace-V.test          |  35 +++-
 tests/strauss_body.exp       |  26 +++
 tests/strauss_head.exp       |  11 ++
 14 files changed, 780 insertions(+), 11 deletions(-)
 create mode 100644 src/strauss.c
 create mode 100644 src/strauss.h
 create mode 100755 tests/strace--tips-full.test
 create mode 100644 tests/strace--tips.exp
 create mode 100755 tests/strace--tips.test
 create mode 100644 tests/strauss_body.exp
 create mode 100644 tests/strauss_head.exp

-- 
2.10.2



More information about the Strace-devel mailing list