Commit Briefs

Omar Polo

removed check_allocation macro and possibly fixed a bug

1. remove the check_allocation macro (it was replaced with the idiom if ((x = ...) == NULL) err(1, "fn"); using the err(3) function instead of custom error-reporting. 2. added a break that was missing in the args parse


Omar Polo

improved command example

that grep | sed can be reduced to a single sed


Omar Polo

added center as synonym of middle


Omar Polo

removed -std=c89

don't pretend this is C89, this is C99. We use stdint and other stuff. This also remove A LOT of warnings etc...


Omar Polo

fmt


Omar Polo

Added a couple of scripts




Omar Polo

fixing XftColor deallocation


Omar Polo

Minor style improvements



Omar Polo

Updated screenshot



Omar Polo

Manpages updated