# HG changeset patch # User jwe # Date 1045369740 0 # Node ID f7b63f362168426c08660704e690ee562fce2fc8 # Parent c29c382a5b4b2493835a3e459ef43dbc2fd1d4c7 [project @ 2003-02-16 04:29:00 by jwe] diff -r c29c382a5b4b -r f7b63f362168 ChangeLog --- 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 + + * configure.in: Check for mkstemp too. + 2003-02-13 Arno Klaassen * configure.in: Fix SH_LD and SH_LDFLAGS for -*-*-freebsd*. diff -r c29c382a5b4b -r f7b63f362168 configure.in --- 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 \ diff -r c29c382a5b4b -r f7b63f362168 doc/interpreter/io.txi --- 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