diff options
author | sabetts <sabetts> | 2002-12-11 20:34:58 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-12-11 20:34:58 +0000 |
commit | 92f93fc601e4afc4803cd49c3ed6224ece3a05a0 (patch) | |
tree | 8d8e5af03b2ea1b91f2e7de5cd4d28918ea5d84b /ChangeLog | |
parent | 5921fddb61d19191a4e0d3e83c536593b9896a4a (diff) | |
download | ratpoison-92f93fc601e4afc4803cd49c3ed6224ece3a05a0.zip |
* configure.in (AC_CHECK_FUNCS): Add check for putenv, remove
check for setenv and unsetenv.
* src/actions.c (setenv): remove function
(unsetenv): likewise
(cmd_setenv): use putenv instead of setenv.
(cmd_unsetenv): likewise
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-12-11 Shawn <sabetts@sfu.ca> + + * configure.in (AC_CHECK_FUNCS): Add check for putenv, remove + check for setenv and unsetenv. + + * src/actions.c (setenv): remove function + (unsetenv): likewise + (cmd_setenv): use putenv instead of setenv. + (cmd_unsetenv): likewise + 2002-12-09 Shawn Betts <sabetts@sfu.ca> * src/actions.c (spawn): only add DISPLAY to the environment if it |