summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* cli.txt: Add more help textPatrick McDermott2023-04-291-1/+14
|
* opk: Print data filesPatrick McDermott2023-04-292-21/+99
|
* opk: List control filesPatrick McDermott2023-04-292-3/+37
|
* opk: Restore list error checkPatrick McDermott2023-04-291-2/+9
|
* main: Free opk on -h and -VPatrick McDermott2023-04-281-0/+2
|
* cli.txt: Add constraintsPatrick McDermott2023-04-281-0/+5
|
* opk: List missing control filesPatrick McDermott2023-04-281-5/+12
|
* opk: Merge most of seek func into read funcPatrick McDermott2023-04-281-67/+34
|
* opk: Remove found members from listPatrick McDermott2023-04-281-31/+62
|
* opk: Improve loop controlPatrick McDermott2023-04-281-10/+6
|
* opk: Ignore leading "./" in requested member namesPatrick McDermott2023-04-281-1/+5
|
* opk: Make version variables localPatrick McDermott2023-04-281-4/+4
|
* opk: Absorb seek list management from ustarPatrick McDermott2023-04-283-209/+126
|
* opk: Manage control file list and listing flagPatrick McDermott2023-04-283-161/+184
| | | | Instead of main() doing so.
* cli.txt: Another proposalPatrick McDermott2023-04-281-0/+16
| | | | This one can list control files and print contents of data files.
* ustar: Don't read data after finding named headerPatrick McDermott2023-04-281-16/+7
|
* cli.txt: Proposed new CLIPatrick McDermott2023-04-281-0/+2
| | | | Even more incompatible with dpkg-deb than the existing CLI is.
* Revert "main: Test gzip writing"Patrick McDermott2023-04-281-58/+222
| | | | This reverts commit 261d5be6b02e73fc0c7973b7319e89af7e574fb0.
* main: Test gzip writingPatrick McDermott2023-04-281-222/+58
|
* gzip: Add write directionPatrick McDermott2023-04-283-19/+150
|
* opk: Print linknamePatrick McDermott2023-04-251-4/+11
|
* ustar: Ensure listed linkname is NUL-terminatedPatrick McDermott2023-04-253-7/+7
| | | | Also simplify uname and gname copying.
* ustar: Eliminate static variablesPatrick McDermott2023-04-251-50/+53
|
* build: Add release announcementPatrick McDermott2023-04-201-0/+156
|
* NEWS: Fix versionPatrick McDermott2023-04-201-1/+1
|
* TODO: Manual pagePatrick McDermott2023-04-201-0/+1
|
* opk: Ignore -Wformat-nonliteralPatrick McDermott2023-04-201-0/+3
|
* opk: Fix column width calculationPatrick McDermott2023-04-201-3/+6
| | | | Also fix possibly uninitialized list tail.
* Merge branch 'feature/i18n'Patrick McDermott2023-04-2013-70/+160
|\
| * TODO: I18n is donePatrick McDermott2023-04-201-1/+0
| |
| * main: Set text domain and localePatrick McDermott2023-04-202-2/+15
| |
| * src/i18n.h: Handle !ENABLE_NLSPatrick McDermott2023-04-201-0/+8
| |
| * main, opk: Translate stringsPatrick McDermott2023-04-202-30/+38
| |
| * main: Print options help in one puts() callPatrick McDermott2023-04-201-37/+31
| |
| * build: gettextizePatrick McDermott2023-04-2010-4/+72
|/
* build: Fix bug report URIPatrick McDermott2023-04-201-1/+2
|
* autogen.sh: Add copyright and license noticePatrick McDermott2023-04-201-0/+9
|
* build: Fix EXTRA_DISTPatrick McDermott2023-04-201-1/+1
|
* main: Check for at least one optionPatrick McDermott2023-04-201-0/+6
|
* main: Disable getopt's error outputPatrick McDermott2023-04-201-0/+1
|
* main: Add help output and check for operandPatrick McDermott2023-04-201-4/+78
|
* main: Add version outputPatrick McDermott2023-04-201-2/+19
|
* main: Handle optionsPatrick McDermott2023-04-203-15/+101
| | | | Missing: -h, -V, and -?
* ustar: Add a couple small commentsPatrick McDermott2023-04-191-0/+4
|
* build: Check for all libc functionsPatrick McDermott2023-04-191-3/+15
|
* build: Fail if any math functions are missingPatrick McDermott2023-04-191-1/+3
|
* opk: Automatically initialize inner gzip and ustarPatrick McDermott2023-04-193-57/+36
| | | | Simplifies interface to main().
* opk: Fix a leak on errorPatrick McDermott2023-04-191-9/+11
|
* ustar: Make seek names struct opaquePatrick McDermott2023-04-194-52/+80
| | | | Simplify main() a little and fix memory leak on success.
* opk: Initialize seek_name.foundPatrick McDermott2023-04-191-2/+3
|