index
:
opkbuild/opkbuild.git
feature/build-system-improvements
feature/remove-_ob_local
master
OPK build system
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
control.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
_ob_parse_control_error(): Make arg vars local
Patrick McDermott
2019-04-23
1
-3/+3
*
ob_set_*_substvar(), ob_substvars(): Use lowercase eval vars
Patrick McDermott
2019-04-23
1
-14/+14
*
ob_set_binary_substvar(), ob_substvars(): Clean up binary package names
Patrick McDermott
2019-04-02
1
-0/+5
*
ob_parse_control(): Shift optional arguments
Patrick McDermott
2019-03-18
1
-0/+1
*
ob_substvars(): Save untranslated var name for warning message
Patrick McDermott
2019-03-18
1
-6/+7
*
ob_substvars(): Replace here-document with printf
Patrick McDermott
2019-03-18
1
-4/+1
*
ob_substvars(): Make package operand optional
Patrick McDermott
2019-03-18
1
-4/+12
*
ob_substvars(): Substitute binary package vars
Patrick McDermott
2019-03-18
1
-3/+16
*
ob_set_binary_substvar(): New function
Patrick McDermott
2019-03-18
1
-0/+34
*
ob_set_source_substvar(), ob_substvars(): Rename eval'ed var
Patrick McDermott
2019-03-18
1
-2/+2
*
ob_set_source_substvar(): Make sed script a global var
Patrick McDermott
2019-03-18
1
-9/+10
*
ob_set_source_substvar(): Replace here-documents with printf
Patrick McDermott
2019-03-18
1
-9/+3
*
ob_set_substvar(): Rename to ob_set_source_substvar()
Patrick McDermott
2019-03-18
1
-6/+7
*
lib/control.sh: Wrap long lines
Patrick McDermott
2019-03-18
1
-7/+10
*
ob_set_substvar(): Replace echo with a here-document
Patrick McDermott
2019-03-18
1
-2/+5
*
ob_set_substvar(): No it can't
Patrick McDermott
2019-03-18
1
-1/+0
*
Revert "ob_set_substvar(): Replace sed with read"
Patrick McDermott
2019-03-18
1
-3/+10
*
_OB_LF: Make public
Patrick McDermott
2019-03-17
1
-1/+1
*
ob_parse_control(): Fix another variable name in expansion
Patrick McDermott
2019-03-17
1
-1/+1
*
_ob_parse_changelog_error(), _ob_parse_control_error(): Drop field width
Patrick McDermott
2019-03-17
1
-2/+2
*
ob_parse_control(): Fix variable name in expansion
Patrick McDermott
2019-03-16
1
-1/+1
*
Add braces to param exps in arith substs
Patrick McDermott
2019-03-16
1
-2/+2
*
Fix missing "()" after function names in @details
Patrick McDermott
2019-03-14
1
-4/+4
*
Protect against cmd operands beginning with "-"
Patrick McDermott
2019-03-13
1
-1/+1
*
ob_parse_changelog(), ob_parse_control(): Explicitly assign null strings
Patrick McDermott
2019-03-13
1
-1/+1
*
ob_substvars(): s/while true/while :/
Patrick McDermott
2019-03-13
1
-1/+1
*
ob_substvars(), ob_init_package(): Call _ob_error_msg()
Patrick McDermott
2019-03-13
1
-1/+1
*
libopkbuild: Abort on invalid function arguments
Patrick McDermott
2019-03-13
1
-46/+21
*
lib/control.sh, lib/package.sh: Replace echo with here-document in tr commands
Patrick McDermott
2019-03-12
1
-2/+8
*
ob_parse_control(): Rewrite missing fields handling
Patrick McDermott
2019-03-12
1
-6/+7
*
ob_parse_control(): Rewrite field checking
Patrick McDermott
2019-03-12
1
-23/+26
*
ob_substvars(): Replace echo in eval command
Patrick McDermott
2019-03-12
1
-1/+1
*
ob_set_substvar(): Don't allow "_" in variable names
Patrick McDermott
2019-03-12
1
-2/+2
*
ob_substvars(): Validate variable names
Patrick McDermott
2019-03-12
1
-0/+11
*
ob_set_substvar(): Make validation more immediately clear
Patrick McDermott
2019-03-12
1
-4/+2
*
ob_set_substvar(): Replace sed with read
Patrick McDermott
2019-03-12
1
-10/+3
*
_ob_parse_control_error(): Use _ob_warn_msg()
Patrick McDermott
2019-03-12
1
-12/+3
*
Use (or plan to use) _ob_warn_msg()
Patrick McDermott
2019-03-11
1
-2/+4
*
Revert "ob_parse_control(): Run parse error callback"
Patrick McDermott
2019-03-11
1
-6/+35
*
ob_parse_control(): Run parse error callback
Patrick McDermott
2019-01-05
1
-35/+6
*
Revert "[WIP] ob_parse_control(): Run an error callback"
Patrick McDermott
2019-01-05
1
-19/+41
*
[WIP] ob_parse_control(): Run an error callback
Patrick McDermott
2019-01-05
1
-41/+19
*
_OB_LF: Define and use newline constant
Patrick McDermott
2019-01-05
1
-2/+1
*
ob_parse_control(): Replace [ commands after callbacks
Patrick McDermott
2019-01-05
1
-4/+2
*
ob_parse_control(): Update/improve field_cb documentation
Patrick McDermott
2019-01-05
1
-8/+11
*
ob_parse_control(): Add a user_data operand
Patrick McDermott
2019-01-05
1
-6/+10
*
ob_parse_control(): Pass field name and value as args
Patrick McDermott
2019-01-05
1
-17/+8
*
ob_parse_control(): Replace param prefix/suffix removals with read
Patrick McDermott
2019-01-05
1
-5/+4
*
ob_parse_control(): Replace if construct with case
Patrick McDermott
2019-01-05
1
-54/+55
*
lib/changelog.sh, lib/control.sh, lib/locale.sh: Update copyright years
Patrick McDermott
2018-12-29
1
-1/+1
[next]