Added append_to/remove_from_environment_block().
authorIain Patterson <me@iain.cx>
Thu, 21 Jul 2016 14:18:53 +0000 (15:18 +0100)
committerIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:44:22 +0000 (16:44 +0100)
commitf56089cede704dd83f1610f68014081e0f564296
treeef01b18b1bfd6817736d9116612e85a4ed725cd9
parentac8cdc8a64606b7027344c8fd4d5f7f9bc871e90
Added append_to/remove_from_environment_block().

New functions to add an environment variable to an existing environment
block or to remove a variable (specified by KEY=VALUE or just KEY) from
a block.

A new block is always returned.  It will have length 2 (NULL NULL) if
the requested action was a no-op.
env.cpp
env.h