diff liboctave/ChangeLog @ 10176:a0665fa8798c

use symlink module from gnulib
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jan 2010 02:41:50 -0500
parents d354be89b2c3
children cb3d926b4d9e
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-21  John W. Eaton  <jwe@octave.org>
+
+	* lo-cutils.c (octave_symlink): New funtion.
+	* lo-utils.h: Provide decl.
+	* file-ops.cc (file_ops::symlink): Call octave_symlink.
+
 2010-01-21  John W. Eaton  <jwe@octave.org>
 
 	* lo-cutils.c (octave_link): New funtion.