summaryrefslogtreecommitdiffstats
path: root/lib/changelog.sh
Commit message (Collapse)AuthorAgeFilesLines
* lib/*.sh, lib/*/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2013-08-181-2/+2
| | | | This is one step toward adding `set -u` to opkbuild.
* lib/changelog.sh: Remove _ob_local.P. J. McDermott2013-08-181-100/+104
|
* Use cat in ob_parse_{control,changelog}().P. J. McDermott2012-11-221-1/+3
| | | | This allows lines to be read from standard input.
* Fix arguments to _ob_parse_changelog_error().P. J. McDermott2012-11-221-11/+13
|
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
|
* Return 0 on success in ob_parse_changelog().P. J. McDermott2012-10-101-5/+3
| | | | | In packages with more than 124 changes, ob_parse_changelog() would return an error value.
* Fix name of ob_parse_changelog().P. J. McDermott2012-10-021-1/+1
|
* Fix uses of an old function name.P. J. McDermott2012-10-021-1/+1
|
* Factor out name of internal text domain.P. J. McDermott2012-09-301-2/+2
|
* Use metadata functions in ob_parse_changelog().P. J. McDermott2012-09-301-16/+3
|
* Standardize use of quotes in code style.P. J. McDermott2012-09-261-17/+17
|
* Don't use the old "util" module.P. J. McDermott2012-09-261-1/+0
|
* Fix ob_use() arguments.P. J. McDermott2012-09-261-3/+3
|
* Return rather than print value in _ob_return.P. J. McDermott2012-09-091-5/+10
| | | | | Don't use _ob_return in command substitutions. Doing so unsets stack variables only in a subshell environment.
* Use new stack MM in changelog module.P. J. McDermott2012-09-081-39/+14
|
* Use ob_use instead of . in all rewritten modules.P. J. McDermott2012-09-081-3/+3
|
* Set text domain before getting message strings.P. J. McDermott2012-09-051-1/+18
|
* Largely rewrite changelog library module.P. J. McDermott2012-09-051-123/+174
|
* Remove remaining (old) magic numbers from library.P. J. McDermott2012-08-031-2/+0
|
* Don't separate expect string into fields.P. J. McDermott2012-08-021-5/+5
|
* Load locale in library files that need it.P. J. McDermott2012-08-011-0/+1
|
* Internationalize expect strings in changelog lib.P. J. McDermott2012-08-011-44/+46
|
* Hardcode relative path to changelog.P. J. McDermott2012-08-011-16/+15
|
* Prevent double execution/inclusion.P. J. McDermott2012-08-011-0/+3
|
* Mostly internationalize changelog library.P. J. McDermott2012-08-011-14/+11
|
* Move metadata validation to oh_changelog_parse().P. J. McDermott2012-08-011-0/+21
|
* Adjust LIBDIR and add TODO note in changelog lib.P. J. McDermott2012-08-011-1/+4
|
* Print only the first changelog entry.P. J. McDermott2012-07-261-1/+2
| | | | This will eventually be configurable as in dpkg-parsechangelog.
* Add oh-parsechangelog.P. J. McDermott2012-07-261-0/+145