Stefan Hanreich
Stefan Hanreich
Add keyRemoveMeta
## Basics - [ ] Short descriptions of your changes are in the release notes (added as entry in `doc/news/_preparation_next_release.md` which contains `_(my name)_`) **Please always add something to the...
Currently, a lot of if statements - especially when checking for null pointers - are condensed into a single line. This is a problem for the coverage report, because the...
- keep current state with elektra* functions - In the future plugin developers can choose whether to use the base or the Elektra functions (as long as only plugin code...
remove functions related to internal iterator: - `ksRewind` - `ksNext` - `ksCurrent` - `ksGetCursor` - `ksSetCursor` - `ksHead` - `ksTail` change `ksAtCursor` -> `ksAt` document new way of iterating