xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Subject SHA-1 Author Date
Branch to use glib for strings. 3a55e306ac5a1f0fdac226dddc102a236b926ce6 neroden-guest 2005-08-21 18:38:09
Put a hack in video.c (info_addstr) to solve Debian bug 288877 (mostly). Couldn't get the whole thing because tabs are embedded in some hyperlinks (which is a bug elsewhere in pinfo). 62753a5f6b67844f6fc27beff7e64d8be1e8a6e3 neroden-guest 2005-08-11 14:26:21
Remember to initialize to NULL. Avoid another segfault. 8d41eb3d0d4d8572c18b391aa411896faf944418 neroden-guest 2005-08-11 12:39:19
Fix segfault in src/filehandling_functions.c. We were strdup()ing the result of getenv() without checking whether it was NULL. Further, we were using the result as an array without checking whether *it* was NULL. Both wrapped in a null pointer check. 8becb2da8fdbec5252118e2172fcb3f0fca6f041 neroden-guest 2005-08-11 11:53:17
Updated AUTORS AND README (added myself as maintainer) cbf8a1c168598323943bb65d4e5afe8179e5bcd4 bas 2005-07-25 20:51:44
Added copyright messages to all source files. 9db8c447266577d888b1d176de7b48e0ebca7a3f bas 2005-07-25 20:47:44
Added an autoconf check for strsep 90bf6a2889bb281cb5aa116d4f51d5df2c9daebd bas 2005-07-25 20:15:15
Fixed the readline code - search and check for libreadline version 5 - enabled use of libreadline by default - fixed cooperation between ncurses and libreadline by specifying a custom output routine - fixed the history behaviour of the non-libreadline input code: the last history entry is shown by default, but it is deleted automatically on input of a non-edit key (this fixes Debian bug #222651) 4ad9fd686b8d0138a64a014a352f903c2b2bfe0a bas 2005-07-25 20:14:49
The return value of regcom() is now checked for errors. If a regexp can't be compiled, show an error message instead of segfaulting. (fixes Debian bug #222650) 40f9aa55af9889b90089e09d8c5dad4d180d63cb bas 2005-07-25 16:52:10
Small fix to the language code in initpaths(): make sure we only allocate langshort once. 1a437cf8829a6fc7847a881ecd3471b22a2591bc bas 2005-07-24 23:13:04
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