aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build: add gnulib sourcesFabian Groffen2019-03-191-0/+2
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* libq: standardise buildFabian Groffen2019-03-181-5/+5
| | | | | | | | | Compile each C-file by itself, producing an object which is linked into a convenience archive. The q program then links against that archive. Switch to autotools-based build for everyone. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* build: shuffle some code aroundFabian Groffen2019-03-111-1/+3
| | | | | | Preparation of cleanup, try and move some code to better suiting places. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* libq: introduce set to replace virtuals (queue)Fabian Groffen2019-03-091-1/+2
| | | | | | | | | | | | The virtuals file contained some queue functions which actually were list functions. Replaced this with a proper set, which hash backend to speed up many search operations. Changed throughout the code to use more efficient path. While at it, merge xstrdup wrappers in xmalloc, and use wrappers more consistently. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* build: convert all cvs references to gitMike Frysinger2014-03-091-2/+1
|
* create our own local basename() to avoid portability issues #323889 by ↵Mike Frysinger2010-07-191-0/+15
Naohiro Aota