summaryrefslogtreecommitdiffstats
path: root/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* util.c: output function might override errno and thus affect perror()Gravatar Hiltjo Posthuma 2024-10-271-6/+7
| | | | Original patch by Raymond Cole with some modifications, thanks!
* sync code-style patch from libslGravatar Hiltjo Posthuma 2022-08-081-11/+12
|
* die() on calloc failureGravatar Hiltjo Posthuma 2016-11-051-1/+1
| | | | thanks Markus Teich and David!
* die() consistency: always add newlineGravatar Hiltjo Posthuma 2016-08-121-0/+2
|
* add sbase-style ecalloc(), calloc: or dieGravatar Hiltjo Posthuma 2015-10-201-0/+10
| | | | ... remove intermediary variables
* Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 2015-06-271-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
* micromizing dmenu step 1Gravatar Anselm R. Garbe 2007-09-161-34/+0
|
* referred to LICENSE fileGravatar Anselm R. Garbe 2007-05-301-3/+1
|
* making copyright notice more compactGravatar Anselm R. Garbe 2007-04-131-3/+3
|
* readded draw.c again (except getcolor and setfont)Gravatar Anselm R. Garbe 2007-02-201-2/+0
|
* correctedGravatar arg@mig29 2007-01-021-1/+1
|
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
|
* changing orderGravatar Anselm R. Garbe 2006-10-121-9/+9
|
* simplified util.cGravatar Anselm R. Garbe 2006-10-121-19/+10
|
* removed useless newlinesGravatar Anselm R. Garbe 2006-10-061-2/+3
|
* made function signatures more consistent to my coding styleGravatar Anselm R. Garbe 2006-09-121-8/+4
|
* renamed bad_malloc into badmalloc as wellGravatar Anselm R.Garbe 2006-08-211-3/+3
|
* rearranged several stuffGravatar arg@10ksloc.org 2006-08-041-18/+0
|
* initial importGravatar arg@10ksloc.org 2006-08-041-0/+68