rofl0r

Results 173 issues of rofl0r

[pixiewps](https://github.com/wiire-a/pixiewps) user @DJDan reported the following issues: ``` n file included from src/crypto/tc/tomcrypt.h:82: src/crypto/tc/tomcrypt_cfg.h:203:31: warning: redefinition of typedef 'ulong64' is a C11 feature [-Wtypedef-redefinition] typedef unsigned long long ulong64; ^...

support

imo everybody intending to do any real-life work with tomsfastmath will require this function to import his binary private keys etc. it should be mentioned right after fp_init() and fp_set()....

i noticed the occurence of MZ_ASSERT in miniz_infl.c, which is problematic to use in library code as it will crash the application using it (unless compiled with -DNDEBUG). i'd propose...

``` # Generate our man pages terminfo.5: genman terminfo.5.in term.h termcap_map.c @echo "Generating terminfo man pages" ${SCRIPT_ENV} ${HOST_SH} ${.ALLSRC} > ${.TARGET} CLEANFILES+= terminfo.5 man: terminfo.5 ```

maybe happens with ncurses as well. it doesn't with slang.

- open a linux terminal - run midnight commander - in midnight commander, run `nano inexistant_file` - nano opens, close it with CTRL-X now you get a black screen with...

investigating this issue here: https://github.com/martanne/dvtm/issues/42 and reading the manpage of our tic and ncurses [tic](https://linux.die.net/man/1/tic) (as well as studying the behaviour with strace) it turned out that there's a fundamental...

the terminfo db is filled with a ton of junk; terminals that are unlikely to be ever encountered should be nuked from the list. rather than starting to remove junk,...

when compiling the urxvt terminfo entry (at the very bottom) of the terminfo file, tic spits out a number of warnings, resulting from usage of non-standard descriptor format. as a...