]> git.pld-linux.org Git - packages/octave.git/blob - octave-texinfo6.patch
- started update to 4.0.0
[packages/octave.git] / octave-texinfo6.patch
1 diff -up octave-4.0.0/doc/liboctave/Makefile.in.texinfo6 octave-4.0.0/doc/liboctave/Makefile.in
2 --- octave-4.0.0/doc/liboctave/Makefile.in.texinfo6     2015-05-26 10:21:42.000000000 -0600
3 +++ octave-4.0.0/doc/liboctave/Makefile.in      2015-07-14 10:40:50.131788830 -0600
4 @@ -1854,7 +1854,6 @@ localstartupfiledir = ${localfcnfiledir}
5  # The separator used for elements of the LD_PRELOAD variable (might be
6  # a space, so protect with $(null))
7  null = 
8 -TEXINFO_TEX = ../texinfo.tex
9  info_TEXINFOS = liboctave.texi
10  liboctave_TEXINFOS = \
11    array.texi \
12 diff -up octave-4.0.0/libinterp/corefcn/utils.cc.texinfo6 octave-4.0.0/libinterp/corefcn/utils.cc
13 --- octave-4.0.0/libinterp/corefcn/utils.cc.texinfo6    2015-05-23 08:21:53.000000000 -0600
14 +++ octave-4.0.0/libinterp/corefcn/utils.cc     2015-07-14 09:46:17.300468145 -0600
15 @@ -22,7 +22,7 @@ along with Octave; see the file COPYING.
16  */
17  
18  #ifdef HAVE_CONFIG_H
19 -#include <config.h>
20 +#include "config.h"
21  #endif
22  
23  #include <cerrno>
24 @@ -1379,7 +1379,7 @@ indexing using @var{ind} will not perfor
25  \n\
26  Implementation Note: Strings are first converted to double values before the\n\
27  checks for valid indices are made.  Unless a string contains the NULL\n\
28 -character @nospell{\"\\0\"}, it will always be a valid index.\n\
29 +character @nospell{\"@xbackslashchar{}0\"}, it will always be a valid index.\n\
30  @end deftypefn")
31  {
32    octave_value retval;
33 diff -up octave-4.0.0/scripts/io/beep.m.texinfo6 octave-4.0.0/scripts/io/beep.m
34 --- octave-4.0.0/scripts/io/beep.m.texinfo6     2015-05-23 08:21:53.000000000 -0600
35 +++ octave-4.0.0/scripts/io/beep.m      2015-07-14 09:46:16.894469886 -0600
36 @@ -20,9 +20,9 @@
37  ## @deftypefn {Function File} {} beep ()
38  ## Produce a beep from the speaker (or visual bell).
39  ##
40 -## This function sends the alarm character @qcode{"\a"} to the terminal.
41 -## Depending on the user's configuration this may produce an audible beep,
42 -## a visual bell, or nothing at all.
43 +## This function sends the alarm character @qcode{"@xbackslashchar{}a"} to
44 +## the terminal. Depending on the user's configuration this may produce an
45 +## audible beep, a visual bell, or nothing at all.
46  ## @seealso{puts, fputs, printf, fprintf}
47  ## @end deftypefn
48  
This page took 0.027336 seconds and 3 git commands to generate.