log

age author description
Fri, 01 Jul 2016 14:47:07 -0400 John W. Eaton Version 4.0.3 released. stable release-4-0-3
Fri, 01 Jul 2016 10:51:49 -0700 Mike Miller build: delete generated files, keep distributed files on clean and distclean (bug #45646)
Fri, 01 Jul 2016 20:12:57 -0700 Rik doc: Fix building Texinfo docs on old systems (bug #48172).
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Sat, 02 Jul 2016 05:11:09 +1000 Lachlan Andrew Check that second argument to size () is a scalar (bug #48368).
Fri, 01 Jul 2016 08:14:50 -0700 Mike Miller maint: reduce multiple mentions of the HG-ID file name and contents
Fri, 01 Jul 2016 07:48:09 -0400 John Donoghue Dont use OCTAVE_USE_WINDOWS_API for w32_XXXX function definitions (Bug #48352)
Thu, 30 Jun 2016 23:30:11 -0700 Mike Miller build: delete HG-ID on 'make distclean' and 'make maintainer-clean'
Thu, 30 Jun 2016 18:32:23 -0700 Mike Miller build: clean build-aux generated shell scripts on 'make distclean'
Thu, 30 Jun 2016 17:28:09 -0700 Mike Miller Clean up localfunctions BIST test
Thu, 30 Jun 2016 17:11:38 -0700 Mike Miller build: clean all PKG_ADD, *.oct, and *-tst files on 'make clean'
Thu, 30 Jun 2016 16:21:00 -0700 Mike Miller build: fix compilation error after 'make clean' (bug #47971)
Thu, 30 Jun 2016 15:20:46 -0700 Mike Miller build: fix doc build error when building without SuiteSparse
Thu, 30 Jun 2016 17:35:58 -0400 John W. Eaton restore API macros to oct-conf-post.h removed in cset 6bce4d23af6b
Thu, 30 Jun 2016 17:04:34 -0400 John W. Eaton * Makefile.am (EXTRA_DIST): Include build-aux/mk-hg-id.sh in the list.
Thu, 30 Jun 2016 13:50:56 -0700 Mike Miller Mark failing tests for acos, acosh, asin, and asinh with xtest (bug #48285)
Thu, 30 Jun 2016 13:00:57 -0700 Mike Miller Backed out changeset f078dd2c6f27
Thu, 30 Jun 2016 14:16:00 -0400 John W. Eaton avoid updating parser source files unnecessarily
Thu, 30 Jun 2016 13:52:28 -0400 John W. Eaton * configure.ac: Check for suitesparse config lib if --enable-static.
Thu, 30 Jun 2016 13:49:16 -0400 John W. Eaton fix linking of DLD functions with static build
Thu, 30 Jun 2016 10:08:48 -0700 Mike Miller fileread: read file in text mode (bug #48326)
Thu, 30 Jun 2016 12:01:02 -0400 John W. Eaton don't provide default parameter values in forward decls for DEFUNs
Thu, 30 Jun 2016 11:41:49 -0400 John W. Eaton use consistent style for including config.h in source files
Thu, 30 Jun 2016 11:05:15 -0400 John W. Eaton avoid macros in generated built-in function files
Thu, 30 Jun 2016 09:54:36 -0400 John W. Eaton * mkbuiltins: require --source or --header option.
Wed, 29 Jun 2016 18:50:37 -0400 John W. Eaton also define gid_t, uid_t, and nlink_t in octave-config.h (bug #48332)
Wed, 29 Jun 2016 16:13:27 -0400 John W. Eaton install ops.h again.
Wed, 29 Jun 2016 13:22:59 -0700 Mike Miller pkg: warn and continue updating on non-forge packages (bug #48294)
Wed, 29 Jun 2016 13:02:35 -0700 Lachlan Andrew Turn pager off during demos, to work around a Qt hang (bug #48296)
Fri, 17 Jun 2016 08:06:19 -0400 John Donoghue Set Qt Figure window modal/normal state based on WindowStyle (Bug #48160)
Mon, 27 Jun 2016 19:50:30 +1000 Robert Jenssen Rename bison/flex internal symbol names to silence "one definition rule" warning
Tue, 28 Jun 2016 12:01:48 -0700 Mike Miller doc: Fix font local names to avoid downloading external fonts
Wed, 29 Jun 2016 11:56:42 -0400 John W. Eaton * warning_ids.m: Doc fix for array-as-logical.
Wed, 29 Jun 2016 09:21:50 -0400 John W. Eaton maint: strip trailing whitespace from files.
Wed, 29 Jun 2016 11:51:42 -0400 John W. Eaton provide wrapper for tmpfile (bug #48337)
Wed, 29 Jun 2016 08:50:09 -0700 Lachlan Andrew Provide a warning when an array is used in an if/while/until (bug #43098).
Tue, 28 Jun 2016 16:42:15 -0400 John W. Eaton eliminate OCTAVE_USE_WINDOWS_API and OCTAVE_USE_OS_X_API from header files
Tue, 28 Jun 2016 15:08:27 -0400 John W. Eaton eliminate unused function w32_raise_sigint
Tue, 28 Jun 2016 13:46:03 -0400 John W. Eaton disable -Wsign-compare for code generated by flex
Tue, 28 Jun 2016 11:10:12 +0200 Oliver Heimlich doc/interpreter/octave.css: improve HTML manual readability on small screens (patch #9031).
Mon, 27 Jun 2016 16:27:07 -0700 Mike Miller Only test getuid/getgid functions on systems that implement them (bug #48312)
Mon, 27 Jun 2016 12:39:46 -0700 Mike Miller build: Only include -I preprocessor options in FLTK_CPPFLAGS (bug #48302)
Mon, 27 Jun 2016 09:26:20 +1000 Robert Jenssen Fix inconsistent definitions of cpotrf, dpotrf, spotrf, and zpotrf (bug #48320)
Mon, 27 Jun 2016 09:24:43 -0700 Lachlan Andrew doc: Fix syntax errors in docstrings, and add a missing one. (bug #48324)
Mon, 27 Jun 2016 08:45:06 -0700 Rik RELEASE.PROCESS: Update notes for 4.2.0 release.
Sun, 26 Jun 2016 13:39:38 +0200 Carnë Draug colormaps.tst: fix test after removal of colormap list (bug #48272)
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Sat, 25 Jun 2016 19:45:34 -0400 Ben Abbott Remove registration to colormap() missed by 894239974868 (bug #48272).
Sat, 25 Jun 2016 11:36:37 -0400 John W. Eaton use pattern rule for Bison
Fri, 24 Jun 2016 14:46:04 -0400 John W. Eaton avoid tagging HG-ID as .PHONY
Fri, 24 Jun 2016 10:44:35 -0400 John W. Eaton merge build-aux/common.mk with Makefile.am
Fri, 24 Jun 2016 10:37:04 -0400 John W. Eaton * find-files-with-tests.sh: Add missing copyright info.
Mon, 20 Jun 2016 18:24:18 +0100 Carnë Draug colormap: remove functionality to list and register colormaps (bug #48272)
Wed, 22 Jun 2016 14:05:26 -0700 Rik Open files in binary mode when testing file format (bug #48201).
Wed, 22 Jun 2016 13:47:38 -0400 John W. Eaton create and install built-in docstrings file even with --disable-docs
Wed, 22 Jun 2016 01:47:05 -0400 John W. Eaton * libinterp/module.mk (BUILT_SOURCES): Include oct-tex-parser.h in the list.
Wed, 22 Jun 2016 01:46:36 -0400 John W. Eaton * dir-ops.cc (dir_entry::close): Don't pass NULL to closedir.
Tue, 21 Jun 2016 16:50:41 -0700 Rik doc: Remove stray '\n' from docstrings.
Tue, 21 Jun 2016 16:38:59 -0700 Rik gendoc.pl: Minor changes for readability and speed.
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments