comparison src/stable-octave-1-fixes.patch @ 3532:f285f1a665d4

stable-octave: update to 3.8.1-rc3
author John W. Eaton <jwe@octave.org>
date Mon, 17 Feb 2014 04:12:52 -0500
parents 0c0aea0ab1bb
children
comparison
equal deleted inserted replaced
3531:d765eab1691e 3532:f285f1a665d4
1 diff -ur a/libinterp/corefcn/file-io.cc b/libinterp/corefcn/file-io.cc 1 --- a/libgnu/unistd.in.h 2013-11-26 03:43:39.000000000 -0500
2 --- a/libinterp/corefcn/file-io.cc 2014-01-08 01:39:44.000000000 -0500 2 +++ b/libgnu/unistd.in.h 2014-02-16 16:21:36.254338221 -0500
3 +++ b/libinterp/corefcn/file-io.cc 2014-02-14 17:31:58.816756036 -0500 3 @@ -714,7 +714,7 @@
4 @@ -1801,7 +1801,7 @@ 4 Null terminate it if the name is shorter than LEN.
5 return retval; 5 If the host name is longer than LEN, set errno = EINVAL and return -1.
6 } 6 Return 0 if successful, otherwise set errno and return -1. */
7 7 -# if @UNISTD_H_HAVE_WINSOCK2_H@
8 -DEFUN (popen, args, , 8 +# if !@HAVE_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@
9 +DEFUNX ("popen", Fpopen, args, , 9 # if !(defined __cplusplus && defined GNULIB_NAMESPACE)
10 "-*- texinfo -*-\n\ 10 # undef gethostname
11 @deftypefn {Built-in Function} {@var{fid} =} popen (@var{command}, @var{mode})\n\ 11 # define gethostname rpl_gethostname
12 Start a process and create a pipe. The name of the command to run is\n\