Added format_environment() and unformat_environment().
authorIain Patterson <me@iain.cx>
Wed, 1 Jan 2014 12:00:33 +0000 (12:00 +0000)
committerIain Patterson <me@iain.cx>
Wed, 1 Jan 2014 12:42:00 +0000 (12:42 +0000)
commit750d1a3c6f420b042ea5e1b0c8963648a6422b57
treebfdc41c0b0d4e771f529a18009967fe0a4999a98
parent73dbba7a2e6150dea8f58dd2c25ab914a0636308
Added format_environment() and unformat_environment().

Added new functions to convert an environment block, with each KEY=value
pair separated by NULL NULL, to and from a string, with the pairs
separated by CRLF.
gui.cpp
registry.cpp
registry.h