xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit 3db98764f7b23b2f642b28925dd69f2ad1cb4ca9

Add -Wall -Wextra -Wshadow -Werror flags
Author: bas@zoetekouw.net
Author date (UTC): 2017-08-13 20:26
Committer name: bas@zoetekouw.net
Committer date (UTC): 2017-08-13 20:26
Parent(s): 48a056011a84cb74df1e7d8bcaa4b7f662db3d5a
Signing key:
Tree: eeeadff0bd747e77f940a8c2a5162cd16b8fe82e
File Lines added Lines deleted
configure.ac 6 0
src/Makefile.am 2 1
File configure.ac changed (mode: 100644) (index ef9c098..71afcfa)
... ... AC_ISC_POSIX
62 62 # Checks for typedefs, structures, and compiler characteristics. # Checks for typedefs, structures, and compiler characteristics.
63 63 AC_C_CONST AC_C_CONST
64 64
65 WFLAGS="-Wall -Wextra -Wshadow -Werror"
66 AX_CHECK_COMPILE_FLAG($WFLAGS,
67 [AC_SUBST(WFLAGS)],
68 [AC_SUBST(WFLAGS,"")]
69 )
70
65 71 # Checks for library functions. # Checks for library functions.
66 72 AC_CHECK_FUNCS(strdup strstr strsep) AC_CHECK_FUNCS(strdup strstr strsep)
67 73 AC_CHECK_FUNCS(getopt_long snprintf) AC_CHECK_FUNCS(getopt_long snprintf)
File src/Makefile.am changed (mode: 100644) (index 178abbc..0fb9827)
2 2
3 3 @SET_MAKE@ @SET_MAKE@
4 4
5 bin_PROGRAMS = pinfo
5 CFLAGS+=@WFLAGS@
6 6
7 bin_PROGRAMS = pinfo
7 8
8 9 pinfo_COMMON_SRC = pinfo.c \ pinfo_COMMON_SRC = pinfo.c \
9 10 colors.c \ colors.c \
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master