summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* opkbuild: Add an extremely thoughtful TODO commentPatrick McDermott2018-12-251-0/+1
* opkbuild: Join unnecessarily split linesPatrick McDermott2018-12-251-4/+2
* opkbuild: Define main() after the functions it callsPatrick McDermott2018-12-251-36/+36
* ob-*: Move function definitions before points of usePatrick McDermott2018-12-259-198/+198
* README: Update URLsPatrick McDermott2018-12-251-5/+4
* NEWS: Update copyright holder name and yearsPatrick McDermott2018-12-251-1/+1
* locale/en_US/opkbuild: Update license version and author namePatrick McDermott2018-12-251-3/+3
* locale/en_MID: Drop unused localePatrick McDermott2018-12-252-50/+0
* scripts/announce-release.sh: Update "From" headerPatrick McDermott2018-12-251-1/+1
* INSTALL: Remove custom installation instructionsPatrick McDermott2018-12-251-54/+0
* scripts/announce-release.sh: Update e-mail address and signaturePatrick McDermott2018-12-241-4/+6
* Makefile.am: New "release" targetPatrick McDermott2018-12-241-0/+23
* scripts/announce-release.sh: New filePatrick McDermott2018-12-241-0/+90
* Makefile.am: Set GIT_DIR in dist-hookPatrick McDermott2018-12-241-1/+2
* Makefile.am: Add "todo" targetPatrick McDermott2018-12-241-0/+34
* Makefile.am, tests/*.sh: Set and use source and build dir env varsPatrick McDermott2018-12-246-25/+12
* Makefile.am: Distribute $(EXTRA_libopkbuild_sources)Patrick McDermott2018-12-241-0/+1
* Makefile.am: Add SHSOEXT & LIBOPKBUILD_SHSOVERSION to tests envPatrick McDermott2018-12-241-1/+4
* NEWS: Add 4.0.0 sectionPatrick McDermott2018-12-241-0/+23
* libopkbuild: Bump shared object version to 2Patrick McDermott2018-12-247-102/+102
* Makefile.am: Define SHSOEXT & LIBOPKBUILD_SHSOVERSION with shppPatrick McDermott2018-12-241-0/+2
* tests/*.sh: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-245-5/+5
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-2410-10/+10
* Makefile.am: Drop "." from SHSOEXT and libopkbuild_shsoversionPatrick McDermott2018-12-241-5/+6
* Makefile.am: Substitute Git versionPatrick McDermott2018-12-241-1/+1
* locale: Use source file names in commentsPatrick McDermott2018-12-243-14/+14
* locale: Update header comments, copyright years, & licensePatrick McDermott2018-12-243-27/+27
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-2410-90/+90
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-2410-90/+90
* libopkbuild: Initialize OPTIND before getoptsPatrick McDermott2018-12-242-0/+3
* tests/*.sh: Update copyright holder namePatrick McDermott2018-12-245-5/+5
* Makefile.am: Update copyright yearsPatrick McDermott2018-12-241-1/+1
* tests/ob_match_arch.sh: Fix header commentPatrick McDermott2018-12-241-1/+1
* tests/*.sh: Update header comments, copyright years, & licensePatrick McDermott2018-12-245-45/+45
* tests/ob_parse_dep.sh, tests/ob_reduce_deps.sh: s/core-linux-eglibc/amd64-lin...Patrick McDermott2018-12-242-32/+32
* tests/ob_parse_dep.sh: Convert to TAPPatrick McDermott2018-12-243-115/+119
* .gitignore: Exclude config.shPatrick McDermott2018-12-241-0/+1
* .gitignore: Exclude test logs and resultsPatrick McDermott2018-12-241-0/+3
* tests/ob_reduce_deps.sh: Correct a commentPatrick McDermott2018-12-241-1/+1
* tests/ob_reduce_deps.sh: Convert to TAPPatrick McDermott2018-12-243-106/+118
* ob_parse_dep(), ob_reduce_deps(): Initialize OPTIND before getoptsPatrick McDermott2018-12-241-0/+2
* tests/ob_plat_is_concerned.sh: Convert to TAPPatrick McDermott2018-12-233-104/+90
* tests/ob_arch_is_concerned.sh: Convert to TAPPatrick McDermott2018-12-233-105/+89
* tests/common.sh: RemovePatrick McDermott2018-12-231-33/+0
* tests/ob_match_arch.sh: Convert to TAPPatrick McDermott2018-12-233-114/+47
* Makefile.am, tests/local.mk: Use TAPPatrick McDermott2018-12-232-44/+21
* Makefile.am: Drop METADATA definition from SHPPFLAGSPatrick McDermott2018-12-231-2/+1
* Makefile.am: Distribute shpp and shldPatrick McDermott2018-12-231-0/+2
* tests/aux/tap-functions.sh: New filePatrick McDermott2018-12-232-1/+231
* build-aux/tap-driver.sh: New filePatrick McDermott2018-12-234-2/+656