summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-07-22Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler4-9/+36
2013-07-24Add LGPL-2.1+ SPDX-License-Identifier to source filesWolfgang Denk8-73/+511
2013-05-01"env grep" - add support for regular expression matchesWolfgang Denk3-11/+52
2013-05-01"env grep" - reimplement command using hexport_r()Wolfgang Denk3-60/+40
2013-05-01hashtable: preparations to use hexport_r() for "env grep"Wolfgang Denk3-12/+38
2012-12-13env: Add environment variable flagsJoe Hershberger11-58/+447
2012-12-13env: Add support for callbacks to environment varsJoe Hershberger10-4/+592
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger13-25/+37
2012-12-13env: Refactor apply into change_okJoe Hershberger5-55/+72
2012-12-13env: Refactor do_apply to a flagJoe Hershberger5-56/+49
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto3-9/+14
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto5-6/+48
2012-09-18env: make himport_r() selective on variablesGerlando Falauto4-5/+37
2012-09-18env: unify logic to check and apply changesGerlando Falauto2-50/+94
2011-11-08env: allow to export only selected variablesWolfgang Denk11-26/+47
2011-07-29Constify getenv(), setenv() and hash code functionsWolfgang Denk5-16/+17
2011-04-27common: add a grepenv commandKim Phillips5-4/+84
2011-01-09env: re-add support for auto-completionMike Frysinger6-27/+50
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger13-77/+35
2010-09-19Add hash table support as base for new environment codeWolfgang Denk3-0/+828