comparison NEWS @ 15167:1c711a646fa7

Deprecate configure variables CC_VERSION, CXX_VERSION. Replaced with GCC_VERSION, GXX_VERSION. * NEWS: Announce deprecated variables CC_VERSION, CXX_VERSION. * common.mk: Add new substitutions for GCC_VERSION, GXX_VERSION * configure.ac: Add new substitutions for GCC_VERSION, GXX_VERSION * toplev.cc (Foctave_config_info): Add variables OCTAVE_CONF_GCC_VERSION, OCTAVE_CONF_GXX_VERSION to configure info report. * oct-conf.in.h: Add variables OCTAVE_CONF_GCC_VERSION, OCTAVE_CONF_GXX_VERSION to header file.
author Rik <rik@octave.org>
date Mon, 13 Aug 2012 14:04:26 -0700
parents fabc0e37ead1
children 3a33f93c9e62
comparison
equal deleted inserted replaced
15166:8750f2cdc4f1 15167:1c711a646fa7
75 22, 26, 29, 31. This is undocumented, but verifiable, Matlab behavior. 75 22, 26, 29, 31. This is undocumented, but verifiable, Matlab behavior.
76 In addition, the default for formats which do not specify a date is 76 In addition, the default for formats which do not specify a date is
77 January 1st of the current year. The previous default was the current day, 77 January 1st of the current year. The previous default was the current day,
78 month, and year. This may produce changes in existing scripts. 78 month, and year. This may produce changes in existing scripts.
79 79
80 ** The default name of the Octave crash dump file is now called
81 octave-workspace instead of octave-core.
82
80 ** Other new functions added in 3.8.0: 83 ** Other new functions added in 3.8.0:
81 84
82 betaincinv erfcinv splinefit 85 betaincinv erfcinv splinefit
83 cmpermute findfigs tetramesh 86 cmpermute findfigs tetramesh
84 cmunique fminsearch rgbplot 87 cmunique fminsearch rgbplot
85 colorcube lines shrinkfaces 88 colorcube lines shrinkfaces
86 89
87 ** The default name of the Octave crash dump file is now called
88 octave-workspace instead of octave-core.
89
90 ** Deprecated functions. 90 ** Deprecated functions.
91 91
92 The following functions were deprecated in Octave 3.4 and have been 92 The following functions were deprecated in Octave 3.4 and have been
93 removed from Octave 3.8. 93 removed from Octave 3.8.
94 94
107 The following keywords have been deprecated in Octave 3.8 and will 107 The following keywords have been deprecated in Octave 3.8 and will
108 be removed from Octave 3.12 (or whatever version is the second major 108 be removed from Octave 3.12 (or whatever version is the second major
109 release after 3.8): 109 release after 3.8):
110 110
111 static 111 static
112
113 The following configuration variables have been deprecated in Octave
114 3.8 and will be removed from Octave 3.12 (or whatever version is the
115 second major release after 3.8):
116
117 CC_VERSION (now GCC_VERSION)
118 CXX_VERSION (now GXX_VERSION)
119
112 120
113 Summary of important user-visible changes for version 3.6: 121 Summary of important user-visible changes for version 3.6:
114 --------------------------------------------------------- 122 ---------------------------------------------------------
115 123
116 ** The PCRE library is now required to build Octave. If a pre-compiled 124 ** The PCRE library is now required to build Octave. If a pre-compiled