log

age author description
Sat, 02 Jul 2016 15:16:51 -0700 Mike Miller build: restore regeneration of build-info source files when hg id changes
Sat, 02 Jul 2016 15:01:25 -0700 Rik Strip extra file separators with make_absolute_filename (bug #48351).
Sat, 02 Jul 2016 10:19:44 -0400 Stefan Miereis use int64_t for octave_hdf5_id (bug #47858)
Fri, 01 Jul 2016 14:49:35 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Jul 2016 14:47:18 -0400 John W. Eaton Added tag release-4-0-3 for changeset 00f7b278defd stable
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.