aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common/check_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* migrate codebase to use squareball. again :)feature/squareballRafael G. Martins2019-09-021-1095/+0
|
* Revert "common: added bc_slist_remove"Rafael G. Martins2019-05-011-35/+0
| | | | This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f.
* common: added bc_slist_removeRafael G. Martins2019-04-281-0/+35
|
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* common: added bc_str_to_boolRafael G. Martins2018-07-251-0/+26
|
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-1/+1
|
* utils: trie: fixed bug in foreach implementation.Rafael G. Martins2017-06-241-3/+49
| | | | | | when looping through the tree, the algorithm would stop, if found a '\0' in the key of the tree node. there should be no "child" field after a '\0', but "next" fields may exist.
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* git-receiver: moved shell quote function to commonRafael G. Martins2016-12-211-0/+31
|
* common: rename macrosRafael G. Martins2016-09-091-18/+18
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-249/+249
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+992
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common