comparison liboctave/ChangeLog @ 10179:326746625a51

file-ops.cc cleanups
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 03:06:56 -0500
parents 6bd86b6287b1
children be952ce74023
comparison
equal deleted inserted replaced
10178:6bd86b6287b1 10179:326746625a51
1 2010-01-21 John W. Eaton <jwe@octave.org>
2
3 * file-ops.cc: Don't include unistd.h.
4 (NOT_SUPPORTED): Delete unused macro.
5
1 2010-01-21 John W. Eaton <jwe@octave.org> 6 2010-01-21 John W. Eaton <jwe@octave.org>
2 7
3 * lo-cutils.c (octave_tempnam): New funtion. 8 * lo-cutils.c (octave_tempnam): New funtion.
4 * lo-utils.h: Provide decl. 9 * lo-utils.h: Provide decl.
5 * file-ops.cc (file_ops::tempnam): Call octave_tempnam. 10 * file-ops.cc (file_ops::tempnam): Call octave_tempnam.