Commit Briefs

Omar Polo

Fixed non-xft compilation error


Omar Polo

removed test lines



Omar Polo

fixed expand bits macro


Omar Polo

import variables from getopt.h



Omar Polo

more pledges + optimized ps1 extents calculations

- Drop some pledges after the initialization (in the loop we need only stdio) - before we computed the extents of ps1 AT EVERY RENDER, now it's "cached" in struct rendering


Omar Polo

Style fixes + GCC error fixed



Omar Polo

more on style


Omar Polo

I like OpenBSD's style(9)




Omar Polo

Explicitly include stdint


Omar Polo

Simplified stdin reading

A big buffer is allocated and all text is stored there. The overall time for reading/freeing the memory for the completion should be improved, no statistics made though.