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

Remember to initialize to NULL. Avoid another segfault.
git-svn-id: svn://svn.debian.org/svn/pinfo/pinfo/trunk@27 ea4b0d59-4df7-0310-a9f9-bf8cbe41ce66
Author: neroden-guest
Author date (UTC): 2005-08-11 12:39
Committer name: neroden-guest
Committer date (UTC): 2005-08-11 12:39
Parent(s): 8becb2da8fdbec5252118e2172fcb3f0fca6f041
Signing key:
Tree: de83aa40a05c869791e814c23abe74ad55e993c1
File Lines added Lines deleted
src/filehandling_functions.c 1 1
File src/filehandling_functions.c changed (mode: 100644) (index b813f77..adf8d89)
... ... initpaths()
851 851 char **paths = NULL; char **paths = NULL;
852 852 char *infopath = NULL, *langpath = NULL; char *infopath = NULL, *langpath = NULL;
853 853 char *c, *dir, *env; char *c, *dir, *env;
854 char *rawlang, *lang, *langshort = NULL;
854 char *rawlang = NULL, *lang = NULL, *langshort = NULL;
855 855 int ret; int ret;
856 856 unsigned int i, j, maxpaths, numpaths = 0, infolen, langlen; unsigned int i, j, maxpaths, numpaths = 0, infolen, langlen;
857 857 size_t len; size_t len;
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