diff NEWS @ 19201:6f0290863d50

Add new function unsetenv from gnulib to Octave. * NEWS: Announce new function. * bootstrap.conf: Pull unsetenv from gnulib. * sysdep.cc (Fgetenv): Add seealso references to setenv, unsetenv. * sysdep.cc (Fsetenv): Rename from Fputenv. Change DEFALIAS to be from setenv to putenv. Redo docstring. Use unsetenv in BIST tests to get rid of temporary environment variable. * sysdep.cc (Funsetenv): New function. * system.txi: Add unsetenv to manual.
author Rik <rik@octave.org>
date Sat, 27 Sep 2014 12:26:57 -0700
parents ba167badef9f
children d70b1cec7743
line wrap: on
line diff
--- a/NEWS	Fri Sep 26 20:51:25 2014 -0700
+++ b/NEWS	Sat Sep 27 12:26:57 2014 -0700
@@ -93,6 +93,7 @@
       numfields
       rotate
       sylvester
+      unsetenv
       zoom
 
  ** inline() scheduled for eventual deprecation by Matlab