aboutsummaryrefslogtreecommitdiff
path: root/libq
Commit message (Expand)AuthorAgeFilesLines
* - update copyright headersv0.1.27Ned Ludd2007-05-243-12/+12
* - more whitespace cleanups. Added new whitespace testNed Ludd2007-05-234-15/+2
* - change atom return behaviors upon request. add easy verbose mode to Makefil...Ned Ludd2007-05-061-3/+3
* use warnp/errp funcsMike Frysinger2007-04-181-2/+1
* add a warnl() to give a line numberMike Frysinger2007-04-181-1/+2
* implement xzalloc() for "xmalloc() && memset()"Mike Frysinger2007-04-181-5/+15
* - make sure we fallback and check for new style virtualsNed Ludd2007-04-151-3/+2
* - run postinst phase on non embedded systemsNed Ludd2007-04-152-0/+21
* - make error msg more verbose when dealing with RGB values in color mappingsNed Ludd2006-12-301-1/+3
* - style updatesNed Ludd2006-12-252-5/+5
* use xcalloc(num,size) rather than malloc(num*size);memset()Mike Frysinger2006-11-091-0/+9
* fix style/whitespaceMike Frysinger2006-11-094-55/+57
* dont cast xmalloc returnMike Frysinger2006-11-082-8/+8
* handle wankers who name things like pam_p11-0.1.2 #151329Mike Frysinger2006-10-141-8/+13
* if user provides an RGB sequence, make sure we warn that it wont workMike Frysinger2006-09-231-42/+38
* add a size constant for md5Mike Frysinger2006-05-151-0/+2
* - enable color remapping nowNed Ludd2006-03-181-3/+2
* libq/colors.cNed Ludd2006-03-181-1/+1
* - framework for color remappingNed Ludd2006-03-131-0/+95
* - add new style virtual handling to flat ebuild cache and vdb handlingNed Ludd2006-02-261-1/+2
* check the pointer before we use it, not afterMike Frysinger2006-01-251-1/+1
* dont segfault if we are fed a crappy atomMike Frysinger2006-01-241-4/+10
* - add options to ignore checksums so you can use local binrepo files also. Ad...Ned Ludd2006-01-231-4/+3
* - add --nodeps and rdepends merging option. rename -i to -KNed Ludd2006-01-211-8/+8
* - (qmerge) added SHA1 support. added slotting support. added -U/--unmerge sup...Ned Ludd2006-01-161-0/+1
* try and handle leading zerosMike Frysinger2006-01-141-1/+12
* macro away all nls funcsMike Frysinger2006-01-141-2/+5
* - add gettext support and strincr_var() function for incremental variables su...Ned Ludd2006-01-133-1/+14
* forgot to commitMike Frysinger2006-01-111-0/+122
* first pass at an atom compare func (needs polishing)Mike Frysinger2006-01-112-6/+16
* - updates from the weekendNed Ludd2006-01-091-0/+1
* update copyright yearsMike Frysinger2006-01-051-5/+5
* cache the memory used by atoms for a slight speed boostMike Frysinger2006-01-051-4/+22
* - libq multipart merge.Ned Ludd2006-01-025-7/+104
* - shift some functions around so to make it eaiser to include libqNed Ludd2006-01-014-1/+58
* - added vdb virtual providers resolving codeNed Ludd2005-11-011-4/+8
* - some versions of distcc or cpp seem to be buggy with unbalanced comments wi...Ned Ludd2005-10-311-9/+2
* - save and restore cwd when resolving virtualsNed Ludd2005-10-301-8/+15
* - fixing up dup handlingNed Ludd2005-10-291-4/+5
* update README now that most relative links workNed Ludd2005-10-292-6/+3
* - resolve virtuals and save into a simple linked listNed Ludd2005-10-291-68/+153
* - lets go with realpath anyway for qfile handling of relative pathsNed Ludd2005-10-292-2/+57
* fix handling of short package atomsMike Frysinger2005-10-251-4/+5
* - added some basic code to resolve virtuals.Ned Ludd2005-10-132-0/+96
* cleanup license headerMike Frysinger2005-09-241-20/+3
* add support for generating PMike Frysinger2005-08-191-3/+6
* add a macro for xasprintf()Mike Frysinger2005-07-252-0/+30
* tweak signed/unsigned char usage to avoid mismatchesMike Frysinger2005-06-241-3/+3
* unify the version code paths and properly handle atoms which do not contain a...Mike Frysinger2005-06-211-8/+12
* optimize a few code pathsMike Frysinger2005-06-211-39/+45