aboutsummaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Collapse)AuthorFilesLines
2016-11-05die() on calloc failureHiltjo Posthuma1-1/+1
thanks Markus Teich and David!
2016-08-12die() consistency: always add newlineHiltjo Posthuma1-0/+2
2015-10-20add sbase-style ecalloc(), calloc: or dieHiltjo Posthuma1-0/+10
... remove intermediary variables
2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libHiltjo Posthuma1-0/+23
- libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE
2007-09-16micromizing dmenu step 1Anselm R. Garbe1-34/+0
2007-05-30referred to LICENSE file3.2Anselm R. Garbe1-3/+1
2007-04-13making copyright notice more compact3.0Anselm R. Garbe1-3/+3
2007-02-20readded draw.c again (except getcolor and setfont)Anselm R. Garbe1-2/+0
2007-01-02correctedarg@mig291-1/+1
2007-01-02next version will contain updated copyright noticearg@mig291-1/+1
2006-10-12changing order1.3Anselm R. Garbe1-9/+9
2006-10-12simplified util.cAnselm R. Garbe1-19/+10
2006-10-06removed useless newlinesAnselm R. Garbe1-2/+3
2006-09-12made function signatures more consistent to my coding style1.0Anselm R. Garbe1-8/+4
2006-08-21renamed bad_malloc into badmalloc as wellAnselm R.Garbe1-3/+3
2006-08-04rearranged several stuffarg@10ksloc.org1-18/+0
2006-08-04initial importarg@10ksloc.org1-0/+68