comparison NEWS @ 21076:b433f9990452

strip trailing whitespace from files * NEWS, oop.txi, ov.h, dSparse.h, f77-fcn.h, lo-array-gripes.h, display.m, int2str.m, num2str.m, subsindex.m, fileattrib.m, parser.tst: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Fri, 15 Jan 2016 12:46:58 -0500
parents 5ed379c8decd
children 2e8aea678f2a
comparison
equal deleted inserted replaced
21075:5ed379c8decd 21076:b433f9990452
108 control to the calling program. The error handler function can be 108 control to the calling program. The error handler function can be
109 customized through the global variables "current_liboctave_error_handler" 109 customized through the global variables "current_liboctave_error_handler"
110 and "current_liboctave_error_with_id_handler". If a programmer has 110 and "current_liboctave_error_with_id_handler". If a programmer has
111 installed their own custom error handling routines when directly linking 111 installed their own custom error handling routines when directly linking
112 with liboctave then these must be updated to throw an exception and not 112 with liboctave then these must be updated to throw an exception and not
113 return to the calling program. 113 return to the calling program.
114 114
115 ** New configure option, --enable-address-sanitizer-flags, to build Octave 115 ** New configure option, --enable-address-sanitizer-flags, to build Octave
116 with memory allocator checks (similar to those in valgrind) built in. 116 with memory allocator checks (similar to those in valgrind) built in.
117 117
118 Summary of important user-visible changes for version 4.0: 118 Summary of important user-visible changes for version 4.0: