Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | opk: Print linkname | Patrick McDermott | 2023-04-25 | 1 | -4/+11 |
* | ustar: Ensure listed linkname is NUL-terminated | Patrick McDermott | 2023-04-25 | 3 | -7/+7 |
* | ustar: Eliminate static variables | Patrick McDermott | 2023-04-25 | 1 | -50/+53 |
* | build: Add release announcement | Patrick McDermott | 2023-04-20 | 1 | -0/+156 |
* | NEWS: Fix version | Patrick McDermott | 2023-04-20 | 1 | -1/+1 |
* | TODO: Manual page | Patrick McDermott | 2023-04-20 | 1 | -0/+1 |
* | opk: Ignore -Wformat-nonliteral | Patrick McDermott | 2023-04-20 | 1 | -0/+3 |
* | opk: Fix column width calculation | Patrick McDermott | 2023-04-20 | 1 | -3/+6 |
* | Merge branch 'feature/i18n' | Patrick McDermott | 2023-04-20 | 13 | -70/+160 |
|\ | |||||
| * | TODO: I18n is done | Patrick McDermott | 2023-04-20 | 1 | -1/+0 |
| * | main: Set text domain and locale | Patrick McDermott | 2023-04-20 | 2 | -2/+15 |
| * | src/i18n.h: Handle !ENABLE_NLS | Patrick McDermott | 2023-04-20 | 1 | -0/+8 |
| * | main, opk: Translate strings | Patrick McDermott | 2023-04-20 | 2 | -30/+38 |
| * | main: Print options help in one puts() call | Patrick McDermott | 2023-04-20 | 1 | -37/+31 |
| * | build: gettextize | Patrick McDermott | 2023-04-20 | 10 | -4/+72 |
|/ | |||||
* | build: Fix bug report URI | Patrick McDermott | 2023-04-20 | 1 | -1/+2 |
* | autogen.sh: Add copyright and license notice | Patrick McDermott | 2023-04-20 | 1 | -0/+9 |
* | build: Fix EXTRA_DIST | Patrick McDermott | 2023-04-20 | 1 | -1/+1 |
* | main: Check for at least one option | Patrick McDermott | 2023-04-20 | 1 | -0/+6 |
* | main: Disable getopt's error output | Patrick McDermott | 2023-04-20 | 1 | -0/+1 |
* | main: Add help output and check for operand | Patrick McDermott | 2023-04-20 | 1 | -4/+78 |
* | main: Add version output | Patrick McDermott | 2023-04-20 | 1 | -2/+19 |
* | main: Handle options | Patrick McDermott | 2023-04-20 | 3 | -15/+101 |
* | ustar: Add a couple small comments | Patrick McDermott | 2023-04-19 | 1 | -0/+4 |
* | build: Check for all libc functions | Patrick McDermott | 2023-04-19 | 1 | -3/+15 |
* | build: Fail if any math functions are missing | Patrick McDermott | 2023-04-19 | 1 | -1/+3 |
* | opk: Automatically initialize inner gzip and ustar | Patrick McDermott | 2023-04-19 | 3 | -57/+36 |
* | opk: Fix a leak on error | Patrick McDermott | 2023-04-19 | 1 | -9/+11 |
* | ustar: Make seek names struct opaque | Patrick McDermott | 2023-04-19 | 4 | -52/+80 |
* | opk: Initialize seek_name.found | Patrick McDermott | 2023-04-19 | 1 | -2/+3 |
* | main: Fix list free loop | Patrick McDermott | 2023-04-19 | 1 | -4/+4 |
* | opk: Document functions | Patrick McDermott | 2023-04-19 | 1 | -0/+55 |
* | opk: Return error if unable to write to stdout | Patrick McDermott | 2023-04-19 | 1 | -6/+17 |
* | ustar: Shorten macro name | Patrick McDermott | 2023-04-18 | 2 | -5/+5 |
* | opk: Print multiple control files | Patrick McDermott | 2023-04-18 | 2 | -15/+26 |
* | ustar: Use linked list instead of varargs in seek | Patrick McDermott | 2023-04-18 | 5 | -31/+131 |
* | opk: Separate output with newline, so main needn't | Patrick McDermott | 2023-04-18 | 2 | -3/+15 |
* | ustar: Document arguments that may be NULL | Patrick McDermott | 2023-04-18 | 1 | -2/+3 |
* | README: Explain opkg-opk's raison d'ĂȘtre | Patrick McDermott | 2023-04-18 | 1 | -0/+5 |
* | opk: Split from main | Patrick McDermott | 2023-04-18 | 4 | -251/+338 |
* | main: Drop a macro | Patrick McDermott | 2023-04-18 | 1 | -4/+2 |
* | main: Split outer and inner archive initialization | Patrick McDermott | 2023-04-18 | 1 | -67/+103 |
* | gzip, ustar: Document functions | Patrick McDermott | 2023-04-18 | 2 | -0/+79 |
* | main, ustar: Add comments | Patrick McDermott | 2023-04-18 | 2 | -0/+28 |
* | main: Check debian-version | Patrick McDermott | 2023-04-18 | 1 | -0/+18 |
* | gzip: Cast to avoid warnings | Patrick McDermott | 2023-04-18 | 1 | -2/+3 |
* | ustar: Use char type | Patrick McDermott | 2023-04-18 | 1 | -32/+32 |
* | ustar: Fix a couple warnings | Patrick McDermott | 2023-04-18 | 1 | -2/+2 |
* | ustar: Make size unsigned | Patrick McDermott | 2023-04-18 | 2 | -2/+2 |
* | main: Set max column widths and free members | Patrick McDermott | 2023-04-18 | 3 | -7/+48 |