summaryrefslogtreecommitdiffstats
path: root/include/search.h
Commit message (Expand)AuthorAgeFilesLines
* env: Distinguish finer between source of env changeJoe Hershberger2015-05-211-0/+2
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-221-1/+2
* Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* "env grep" - add support for regular expression matchesWolfgang Denk2013-05-011-2/+3
* "env grep" - reimplement command using hexport_r()Wolfgang Denk2013-05-011-6/+0
* hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk2013-05-011-1/+7
* env: Add environment variable flagsJoe Hershberger2012-12-131-0/+1
* env: Add support for callbacks to environment varsJoe Hershberger2012-12-131-0/+5
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-2/+3
* env: Refactor apply into change_okJoe Hershberger2012-12-131-4/+9
* env: Refactor do_apply to a flagJoe Hershberger2012-12-131-7/+8
* env: check and apply changes on delete/destroyGerlando Falauto2012-09-181-2/+3
* env: add check/apply logic to himport_r()Gerlando Falauto2012-09-181-1/+13
* env: make himport_r() selective on variablesGerlando Falauto2012-09-181-1/+5
* env: unify logic to check and apply changesGerlando Falauto2012-09-181-1/+2
* env: allow to export only selected variablesWolfgang Denk2011-11-081-1/+2
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-1/+1
* common: add a grepenv commandKim Phillips2011-04-281-0/+6
* env: re-add support for auto-completionMike Frysinger2011-01-091-0/+7
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-17/+1
* Add hash table support as base for new environment codeWolfgang Denk2010-09-191-0/+106
OpenPOWER on IntegriCloud