Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Makefile.am: Add SHSOEXT & LIBOPKBUILD_SHSOVERSION to tests env | Patrick McDermott | 2018-12-24 | 1 | -1/+4 |
| | |||||
* | NEWS: Add 4.0.0 section | Patrick McDermott | 2018-12-24 | 1 | -0/+23 |
| | |||||
* | libopkbuild: Bump shared object version to 2 | Patrick McDermott | 2018-12-24 | 7 | -102/+102 |
| | |||||
* | Makefile.am: Define SHSOEXT & LIBOPKBUILD_SHSOVERSION with shpp | Patrick McDermott | 2018-12-24 | 1 | -0/+2 |
| | |||||
* | tests/*.sh: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION | Patrick McDermott | 2018-12-24 | 5 | -5/+5 |
| | |||||
* | opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION | Patrick McDermott | 2018-12-24 | 10 | -10/+10 |
| | |||||
* | Makefile.am: Drop "." from SHSOEXT and libopkbuild_shsoversion | Patrick McDermott | 2018-12-24 | 1 | -5/+6 |
| | |||||
* | Makefile.am: Substitute Git version | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | locale: Use source file names in comments | Patrick McDermott | 2018-12-24 | 3 | -14/+14 |
| | |||||
* | locale: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 3 | -27/+27 |
| | |||||
* | libopkbuild: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 10 | -90/+90 |
| | |||||
* | opkbuild, ob-*: Update header comments, copyrights, and license | Patrick McDermott | 2018-12-24 | 10 | -90/+90 |
| | |||||
* | libopkbuild: Initialize OPTIND before getopts | Patrick McDermott | 2018-12-24 | 2 | -0/+3 |
| | | | | | See commit 0f5caf14a3124c24f38f340fd6504532f07d9617 for more information. | ||||
* | tests/*.sh: Update copyright holder name | Patrick McDermott | 2018-12-24 | 5 | -5/+5 |
| | |||||
* | Makefile.am: Update copyright years | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | tests/ob_match_arch.sh: Fix header comment | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | tests/*.sh: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 5 | -45/+45 |
| | |||||
* | tests/ob_parse_dep.sh, tests/ob_reduce_deps.sh: ↵ | Patrick McDermott | 2018-12-24 | 2 | -32/+32 |
| | | | | s/core-linux-eglibc/amd64-linux-glibc/g | ||||
* | tests/ob_parse_dep.sh: Convert to TAP | Patrick McDermott | 2018-12-24 | 3 | -115/+119 |
| | |||||
* | .gitignore: Exclude config.sh | Patrick McDermott | 2018-12-24 | 1 | -0/+1 |
| | |||||
* | .gitignore: Exclude test logs and results | Patrick McDermott | 2018-12-24 | 1 | -0/+3 |
| | |||||
* | tests/ob_reduce_deps.sh: Correct a comment | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | tests/ob_reduce_deps.sh: Convert to TAP | Patrick McDermott | 2018-12-24 | 3 | -106/+118 |
| | |||||
* | ob_parse_dep(), ob_reduce_deps(): Initialize OPTIND before getopts | Patrick McDermott | 2018-12-24 | 1 | -0/+2 |
| | | | | | | | | Dash and BusyBox ash apparently do this themselves, but GNU Bash (and other shells?) don't. POSIX says that getopts can be used more than once if OPTIND is set to 1, but using getopts multiple times with different parameters without setting OPTIND to 1 "produces unspecified results". | ||||
* | tests/ob_plat_is_concerned.sh: Convert to TAP | Patrick McDermott | 2018-12-23 | 3 | -104/+90 |
| | |||||
* | tests/ob_arch_is_concerned.sh: Convert to TAP | Patrick McDermott | 2018-12-23 | 3 | -105/+89 |
| | |||||
* | tests/common.sh: Remove | Patrick McDermott | 2018-12-23 | 1 | -33/+0 |
| | |||||
* | tests/ob_match_arch.sh: Convert to TAP | Patrick McDermott | 2018-12-23 | 3 | -114/+47 |
| | |||||
* | Makefile.am, tests/local.mk: Use TAP | Patrick McDermott | 2018-12-23 | 2 | -44/+21 |
| | |||||
* | Makefile.am: Drop METADATA definition from SHPPFLAGS | Patrick McDermott | 2018-12-23 | 1 | -2/+1 |
| | |||||
* | Makefile.am: Distribute shpp and shld | Patrick McDermott | 2018-12-23 | 1 | -0/+2 |
| | |||||
* | tests/aux/tap-functions.sh: New file | Patrick McDermott | 2018-12-23 | 2 | -1/+231 |
| | |||||
* | build-aux/tap-driver.sh: New file | Patrick McDermott | 2018-12-23 | 4 | -2/+656 |
| | |||||
* | Makefile.am: Move do_subst | Patrick McDermott | 2018-12-23 | 1 | -5/+6 |
| | |||||
* | Makefile.am: Move includes | Patrick McDermott | 2018-12-23 | 1 | -4/+3 |
| | |||||
* | Makefile.am: Add some newlines | Patrick McDermott | 2018-12-23 | 1 | -0/+4 |
| | |||||
* | src/local.mk: Add objects to CLEANFILES | Patrick McDermott | 2018-12-23 | 1 | -0/+10 |
| | |||||
* | Makefile.am: Move include | Patrick McDermott | 2018-12-23 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Add variables to SHPPFLAGS | Patrick McDermott | 2018-12-22 | 1 | -10/+5 |
| | | | | And drop from do_subst. | ||||
* | opkbuild, ob-*: Drop magic number interpreter lines | Patrick McDermott | 2018-12-22 | 10 | -20/+0 |
| | |||||
* | opkbuild, ob-*: Use variables set by shpp | Patrick McDermott | 2018-12-22 | 10 | -27/+27 |
| | |||||
* | opkbuild, ob-*: Build with shpp and shld | Patrick McDermott | 2018-12-22 | 2 | -19/+43 |
| | |||||
* | Makefile.am: Move SUFFIXES | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | lib/local.mk, lib/package/local.mk: Drop leading spaces | Patrick McDermott | 2018-12-22 | 2 | -2/+2 |
| | | | | I've no idea how those got there. | ||||
* | metadata: Conditionally build configured plugin | Patrick McDermott | 2018-12-22 | 1 | -1/+4 |
| | |||||
* | Makefile.am: Set EXTRA_libopkbuild_sources | Patrick McDermott | 2018-12-22 | 1 | -0/+1 |
| | | | | This will be used for conditionally built sources. | ||||
* | Makefile.am: Drop "." from SHOBJEXT | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | metadata: Drop system name from function names | Patrick McDermott | 2018-12-22 | 2 | -9/+9 |
| | |||||
* | Makefile.am: s/LINKLIB/LIBLINK/ | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Define SHOBJEXT | Patrick McDermott | 2018-12-22 | 1 | -1/+2 |
| |