Commit Briefs

Omar Polo

change parse_csslike to receive an array to fill

fixes many memory leaks, makes the code shorter AND cleaner!


Omar Polo

change initialization order


Omar Polo

minor tweaks

* don't need to export optarg/optind * use an easier to read cast for indirect array access


Omar Polo

goto s/invc/err/


Omar Polo

+license blurb




Omar Polo

fix the strndup fix


Omar Polo

tweak strndup



Omar Polo

use strcasestr(3) unconditionally



Omar Polo

make xinerama and xft mandatory


Omar Polo

check pledge return value


Omar Polo

rewrite readlines

use getline instead of rolling a custom version; swap the argument and return type to avoid being a "three star" programmer. Then, gargabe collect the now unused read_stdin, STDIN_CHUNKS and LINES_CHUNK.