aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update copyrightsFabian Groffen2018-04-051-1/+1
|
* fix signedness warningsFabian Groffen2018-03-231-3/+5
|
* avoid assert() with active codeMike Frysinger2017-02-061-1/+3
| | | | | | | Since assert can be compiled out via -DNDEBUG, make sure we don't put function calls in there we need to work. Reported-by: Ian Coolidge <icoolidge@google.com>
* qxpak: add some error checking to subdir processingMike Frysinger2016-12-211-2/+9
|
* qxpak: check -d argumentMike Frysinger2016-11-261-0/+2
|
* usage: add an extended text sectionv0.63Mike Frysinger2016-03-271-1/+1
| | | | | | Many applets now are so complicated that a single line of text isn't sufficient to describe all of its capabilities/nuances. Allow them to pass in an arbitrary string of data to contain examples.
* clean up old debug statementsMike Frysinger2015-12-161-3/+0
| | | | | | Much of this debug output has outlived its usefulness now that the code has stabilized. Clean it all up to make the debug builds way less noisy and keep from breaking the tests.
* qcheck/qlop/qmerge/qxpak: fix spurious trailing uMike Frysinger2015-05-041-1/+1
| | | | | | | | | | | The PRIu64 constant doesn't need its own "u" format as it's built in. For qcheck, this meant we generated invalid CONTENTS when updating. For the rest, it meant we had weird user facing output. Take this opportunity to add a qcheck testsuite. URL: https://bugs.gentoo.org/548262 Reported-by: Johnny Wezel <dev-jay@wezel.name>
* build: convert all cvs references to gitMike Frysinger2014-03-091-4/+2
|
* start using O_PATHMike Frysinger2014-02-161-3/+3
|
* use PRIu64/uint64_t when displaying time_t/off_t #466492 by James CloosMike Frysinger2013-04-211-3/+3
|
* Fix compiler warnings for signedness.v0.11Robin H. Johnson2012-08-131-4/+4
|
* add _q_unused_ to fix -Wunused-parameter gcc warningsMike Frysinger2011-12-191-3/+3
|
* add some scandir helpers to optimize thingsMike Frysinger2011-12-181-4/+3
|
* redo -d dir option so that it avoids chdir, and redo some of the state so ↵Mike Frysinger2011-02-281-55/+89
| | | | that these applets can be run by other applets
* constify more stringsMike Frysinger2011-02-211-3/+3
|
* - update headersNed Ludd2010-04-071-5/+5
|
* introduce and use xchdir()Mike Frysinger2010-01-131-4/+3
|
* use xmalloc as pointed out by solarMike Frysinger2010-01-131-3/+3
|
* handle really large xpak archives #300744 by Jeremy OlexaMike Frysinger2010-01-131-6/+9
|
* - update copyright headersv0.1.27Ned Ludd2007-05-241-5/+5
|
* - whitespace cleanupsNed Ludd2007-05-231-10/+2
|
* fix style/whitespaceMike Frysinger2006-11-091-3/+3
|
* fix signed warningsMike Frysinger2006-04-211-9/+10
|
* define stub functions for now since the weak handling is broken when ↵Mike Frysinger2006-01-261-2/+4
| | | | building as a PIE
* use the APPLET_ define style to enable/disable applets as solar was doing beforeMike Frysinger2006-01-251-3/+3
|
* touchup how we declare/include applets so that many steps can be automatedMike Frysinger2006-01-241-2/+6
|
* update copyright yearsMike Frysinger2006-01-051-5/+5
|
* define our own _Q_PATH_MAX rather than relying on _POSIX_PATH_MAX/PATH_MAXMike Frysinger2005-12-301-3/+3
|
* - added qatom and removed the need for the applets enumNed Ludd2005-12-111-3/+3
|
* define rcsid strings as constMike Frysinger2005-11-241-2/+2
|
* - added per applet rcsidNed Ludd2005-11-061-1/+2
|
* cleanup license headerMike Frysinger2005-09-241-22/+3
|
* we need to stat each file before adding it to the archive otherwise we pass ↵Mike Frysinger2005-08-191-3/+15
| | | | it the wrong stat info. also touchup the extract function to be a little more friendly
* add support for creating xpaksMike Frysinger2005-06-251-16/+137
|
* import a new applet to manipulate portage xpak archivesMike Frysinger2005-06-211-0/+277