changeset 4328:f7b63f362168

[project @ 2003-02-16 04:29:00 by jwe]
author jwe
date Sun, 16 Feb 2003 04:29:00 +0000
parents c29c382a5b4b
children d53c33d93440
files ChangeLog configure.in doc/interpreter/io.txi
diffstat 3 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Feb 16 03:24:26 2003 +0000
+++ b/ChangeLog	Sun Feb 16 04:29:00 2003 +0000
@@ -1,3 +1,7 @@
+2003-02-15  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* configure.in: Check for mkstemp too.
+
 2003-02-13  Arno Klaassen  <arno@scito.com>
 
         * configure.in: Fix SH_LD and SH_LDFLAGS for -*-*-freebsd*.
--- a/configure.in	Sun Feb 16 03:24:26 2003 +0000
+++ b/configure.in	Sun Feb 16 04:29:00 2003 +0000
@@ -22,7 +22,7 @@
 ### 02111-1307, USA. 
 
 AC_INIT
-AC_REVISION($Revision: 1.410 $)
+AC_REVISION($Revision: 1.411 $)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -907,9 +907,9 @@
 
 AC_CHECK_FUNCS(atexit bcopy bzero dup2 endgrent endpwent execvp \
   fcntl fork getcwd getegid geteuid getgid getgrent getgrgid \
-  getgrnam getpgrp getpid getppid getpwent \
-  getpwuid gettimeofday getuid getwd _kbhit kill link localtime_r lstat \
-  memmove mkdir mkfifo on_exit pipe poll putenv raise readlink rename \
+  getgrnam getpgrp getpid getppid getpwent getpwuid gettimeofday \
+  getuid getwd _kbhit kill link localtime_r lstat memmove mkdir \
+  mkfifo mkstemp on_exit pipe poll putenv raise readlink rename \
   rindex rmdir select setgrent setpwent setvbuf sigaction siglongjmp \
   sigpending sigprocmask sigsuspend stat strcasecmp strdup \
   strerror strftime stricmp strncasecmp strnicmp strptime symlink \
--- a/doc/interpreter/io.txi	Sun Feb 16 03:24:26 2003 +0000
+++ b/doc/interpreter/io.txi	Sun Feb 16 04:29:00 2003 +0000
@@ -816,6 +816,10 @@
 @node Temporary Files
 @subsection Temporary Files
 
+@DOCSTRING(mkstemp)
+
+@DOCSTRING(tmpfile)
+
 @DOCSTRING(tmpnam)
 
 @node EOF and Errors