Sven Geuer

Results 16 issues of Sven Geuer

The cipher extras/cloak/ciphers/starTrek contains trailing whitespace (tabstops) causing 'tomb uncloak ...' to fail like this: ``` ~~ Cloak a key file ... + echo ~~ Cloak a key file ......

bug
minor

In files - extras/android/tomb - extras/translations/es.po - extras/translations/sv.po - extras/translations/de.po - extras/translations/zh_Hans.po - extras/translations/it.po - extras/translations/ru.po - extras/translations/pt_BR.po - extras/translations/tomb.pot - extras/translations/fr.po - extras/test/runtests - Makefile - tomb 'succesfully' should...

docs

1) The description erroneously says ... using a cipher from extras/cloak/ciphers (second argument) ... while looking into the tomb script reveals that in fact it is the first argument. 2)...

docs

The calculation of free memory at https://github.com/almindor/lighthouse/blob/8c5b8de4f1ac457d8db2acef5187caa00a8c2bb8/src/linehandler.cpp#L63-L68 assumes /proc/meminfo returns ``` MemTotal: kb MemFree: kb Buffers: kb Cached: kb … ``` According to https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/7.0_release_notes/chap-red_hat_enterprise_linux-7.0_release_notes-kernel#chap-Red_Hat_Enterprise_Linux-7.0_Release_Notes-Kernel starting with kernel 3.10 this changed...

bug
enhancement

ReadFile returns the number of read bytes in a DWORD, i.e. unsigned long, not in an int. GCC 14 throws an incompatible pointer type error due to this, at least...

Pinfo aborts if a note link extends into a third line because it cannot find the terminating dot or comma. This patch let pinfo accept also a newline as link...

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098751 for further details.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080216 for further details.

At least on Debian sensible-browser is a good choice for HTTPVIEWER as it picks and calls a browser from a variety of candidates. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945229 for further details.

KEY_PREVNODE* and KEY_NEXTNODE* had no effect in manpages. Even worse, pressing KEY_PREVNODE* while at the top of a manpage caused a segfault. This patch (re-)introduces the functionality described in pinfo's...