summaryrefslogtreecommitdiffstats
path: root/lib/control.sh
Commit message (Expand)AuthorAgeFilesLines
...
* ob_parse_control(): Replace if construct with casePatrick McDermott2019-01-051-54/+55
* lib/changelog.sh, lib/control.sh, lib/locale.sh: Update copyright yearsPatrick McDermott2018-12-291-1/+1
* ob_substvars(): Add a TODO commentPatrick McDermott2018-12-291-0/+1
* ob_substvars(): DocumentPatrick McDermott2018-12-291-0/+9
* ob_set_substvar(): Improve eval commandPatrick McDermott2018-12-291-4/+1
* ob_set_substvar(): Document that 125 is returned if name is emptyPatrick McDermott2018-12-291-1/+1
* ob_set_substvar(): Add a TODO commentPatrick McDermott2018-12-281-0/+1
* ob_set_substvar(): Fix successful return valuePatrick McDermott2018-12-281-2/+3
* ob_set_substvar(): DocumentPatrick McDermott2018-12-281-0/+9
* ob_parse_control(): DocumentPatrick McDermott2018-12-281-0/+23
* ob_set_substvar(): Shorten sed script commentsPatrick McDermott2018-12-251-6/+6
* libopkbuild: Move function definitions before points of usePatrick McDermott2018-12-251-29/+29
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-241-9/+9
* libopkbuild: Drop include guardsPatrick McDermott2018-12-221-3/+0
* ob_use(): RemovePatrick McDermott2018-12-221-3/+0
* _ob_parse_control_error(): Drop quotes around int.P. J. McDermott2013-08-181-1/+1
* 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
* lib/control.sh: Reflow long command lines.P. J. McDermott2013-08-181-6/+3
* lib/control.sh: Remove _ob_local.P. J. McDermott2013-08-181-119/+125
* Use cat in ob_parse_{control,changelog}().P. J. McDermott2012-11-221-1/+3
* ob_set_substvar(): Escape single quotes in value.P. J. McDermott2012-11-161-0/+3
* Validate substvar names.P. J. McDermott2012-10-261-1/+9
* Support comments in control files.P. J. McDermott2012-10-251-0/+3
* Remove only newlines in substitution var values.P. J. McDermott2012-10-241-2/+2
* Add _obpco_check_fields to _ob_local args.P. J. McDermott2012-10-241-1/+1
* Make optional first line of control value text.P. J. McDermott2012-10-231-2/+2
* Make optional the space after ":" in control info.P. J. McDermott2012-10-231-1/+2
* Implement ob_substvars().P. J. McDermott2012-10-231-0/+54
* Implement ob_set_substvar().P. J. McDermott2012-10-231-0/+30
* Make optional params 3 & 4 of ob_parse_control().P. J. McDermott2012-10-231-20/+31
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
* Run control cb after continuation lines are found.P. J. McDermott2012-10-031-7/+19
* Fix old variable names in ob_parse_control().P. J. McDermott2012-10-021-4/+4
* Fix an old variable name.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-1/+1
* 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-4/+8
* Use new stack MM in control module.P. J. McDermott2012-09-081-28/+10
* 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/+8
* Largely rewrite control library module.P. J. McDermott2012-09-051-191/+97
* Remove remaining (old) magic numbers from library.P. J. McDermott2012-08-031-2/+0
* Internationalize list item separator.P. J. McDermott2012-08-021-1/+2
* Fix problems is control parsing and generation.P. J. McDermott2012-08-021-18/+25
* Calculate installed size of packages.P. J. McDermott2012-08-021-3/+32
* Set more fields for "src:" binary packages.P. J. McDermott2012-08-011-5/+14
* Write oh_control_gen_*() and fix tr commands.P. J. McDermott2012-08-011-2/+57