summaryrefslogtreecommitdiff
path: root/src/basic/list.h
Commit message (Collapse)AuthorAge
* list: LIST_INSERT_BEFORE: update head if necessary (#4261)Michael Olbrich2017-07-05
| | | | | | If the new item is inserted before the first item in the list, then the head must be updated as well. Add a test to the list unit test to check for this.
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2017-06-16
|
* tree-wide: remove Emacs lines from all filesDaniel Mack2017-05-17
| | | | | This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
* basic: add LIST_INSERT_BEFOREAlex Crawford2017-03-14
| | | | | | Similar in function to LIST_INSERT_AFTER, this will insert a new element into the list before the specified position. If the specified position is NULL, the element is added as the tail of the list.
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
This commit replays the moving around of source files that have been done between systemd-219 and systemd-221. Further the Makefile.am is synchronized with the upstream version and then "re-cleaned". A lot of functions, that are not used anywhere in elogind have been coated into #if 0/#endif directives to further shorten the list of dependencies. All unneeded files have been removed.