Fri, 04 Sep 2015 18:47:54 +0100 |
Carnë Draug |
pkg: fix regression on output of pkg list (bug #45873)
|
Fri, 04 Sep 2015 12:45:46 -0400 |
John W. Eaton |
avoid executing startup file twice when using run-octave script (bug #45872)
|
Thu, 03 Sep 2015 19:00:53 -0400 |
John W. Eaton |
maint: Periodic merge of stable to default.
|
Wed, 02 Sep 2015 18:18:19 -0400 |
John W. Eaton |
also clear autoloaded functions when clearing user functions
|
Thu, 03 Sep 2015 11:22:35 -0700 |
Rik |
__finish__.m: Change from function to script to stay in base workspace (bug #45869).
stable
|
Thu, 03 Sep 2015 16:21:08 +0100 |
Carnë Draug |
pkg.m: drop check of nargout value, the interpreter already does that.
|
Tue, 01 Sep 2015 19:05:57 +0200 |
Pantxo Diribarne |
Scroll list view to display selection (bug #45848)
|
Tue, 01 Sep 2015 08:07:57 -0700 |
Rik |
cplxpair.m: Use tolerance that depends on Z to evaluate pairing (bug #45810).
|
Sat, 25 Jul 2015 13:20:21 +0200 |
Pantxo Diribarne |
Don't use GL_SELECT to find axes objects in Qt figures (bug #45540)
|
Sun, 23 Aug 2015 14:55:01 +0200 |
Pantxo Diribarne |
Fix multi-line text bounding box when using subscripts (bug #45508)
|
Mon, 31 Aug 2015 12:59:36 +0200 |
Andreas Weber |
inputParser.m: Fix typo
|
Sat, 29 Aug 2015 05:59:45 -0700 |
Rik |
doc: Add a docstring for __current_scope__.
|
Thu, 27 Aug 2015 15:52:06 -0700 |
Rik |
Add placeholder functions for save_hdf5, load_hdf5 for octave_java functions.
|
Thu, 27 Aug 2015 15:19:20 -0700 |
Rik |
More specific warning messages when saving onCleanup variables.
|
Thu, 27 Aug 2015 13:12:21 -0700 |
Rik |
Return empty matrix when linspace called with 0 points (bug #45820)
|
Wed, 26 Aug 2015 16:05:49 -0400 |
John W. Eaton |
don't recycle scanf format string if all conversions are done (bug #45808)
|
Wed, 26 Aug 2015 22:51:59 +0200 |
Philip Nienhuis |
strread.m: fix nilpotent IF block for ...%sliteral... fields
|
Mon, 24 Aug 2015 15:27:03 -0700 |
Rik |
Don't put default xtick vector size in documentation (bug #45725).
stable
|
Sun, 24 Aug 2014 19:35:06 +0530 |
PrasannaKumar Muralidharan |
Propagate 'lower' in chol(a, 'lower') to underlying library function.
|
Thu, 20 Aug 2015 14:37:57 -0400 |
John W. Eaton |
don't define mostlyclean-local target in module.mk file
|
Thu, 20 Aug 2015 14:05:28 -0400 |
John W. Eaton |
* bootstrap: Update from gnulib sources.
|
Thu, 20 Aug 2015 10:34:53 -0700 |
Rik |
Remove obsolete properties from root figure object.
|
Thu, 20 Aug 2015 06:51:30 -0700 |
Rik |
range.tst: Add tests for bug #45739.
stable
|
Thu, 20 Aug 2015 06:42:54 -0700 |
Rik |
maint: Periodic merge of stable to default.
|
Thu, 20 Aug 2015 06:42:15 -0700 |
Rik |
Fix 'descending' sort of Range objects (bug #45739).
stable
|
Wed, 19 Aug 2015 16:18:45 -0400 |
John W. Eaton |
use different approach to avoid gnulib warning
|
Wed, 19 Aug 2015 16:09:06 -0400 |
John W. Eaton |
use different approach to avoid unsigned/signed comparison warning
|
Wed, 19 Aug 2015 16:02:36 -0400 |
John W. Eaton |
* lo-specfun.cc: Reindent comments.
|
Wed, 19 Aug 2015 16:00:05 -0400 |
John W. Eaton |
* lo-specfun.cc (Lanczos_approximation_psi): Use gnulib::log.
|
Wed, 19 Aug 2015 15:57:23 -0400 |
John W. Eaton |
avoid signed/unsigned comparison warning
|
Tue, 18 Aug 2015 11:35:23 -0700 |
Lachlan Andrew |
poissinv.m: Overhaul function for accuracy and performance (bug #34363).
|
Mon, 17 Aug 2015 09:32:20 -0700 |
Rik |
maint: Fix misspelled word compatibility in code comments.
|
Mon, 17 Aug 2015 09:24:07 -0700 |
Rik |
Fix incorrect error message when saving with -text and -float-binary options.
|
Mon, 17 Aug 2015 09:20:03 -0700 |
Rik |
maint: Rename instances of LS_ASCII to LS_TEXT for clarity.
|
Sun, 16 Aug 2015 16:38:13 +0200 |
Philip Nienhuis |
strread.m: clarify delimiter and whitespace usage (bug #45712)
stable
|
Mon, 15 Jun 2015 09:15:44 -0400 |
Rafael Monteiro |
GUI-Find: keep focus on Find What and select all text when dialog opens
stable
|
Fri, 14 Aug 2015 14:26:31 -0700 |
Rik |
Allow relative paths when printing with -dpdflatex (bug #45601).
|
Fri, 14 Aug 2015 13:28:30 -0700 |
Rik |
maint: Clean up code based on static analysis suggestions.
|
Sun, 09 Aug 2015 23:23:15 +0200 |
Philip Nienhuis |
strread.m: properly preprocess all forms of string format specifier (bug #45712)
stable
|
Thu, 13 Aug 2015 22:00:02 -0700 |
Rik |
Add placeholder functions for save_ascii, save_binary for octave_java (bug #45694).
|
Tue, 11 Aug 2015 13:24:55 -0700 |
Rik |
intersect.m: Return same class of output as Matlab for empty input (bug #45686).
|
Tue, 11 Aug 2015 09:55:59 -0700 |
Rik |
doc: Clarify that ARCH argument to fread overrides ARCH arg to fopen.
stable
|
Mon, 03 Aug 2015 23:22:14 +0200 |
Juan Pablo Carbajal |
union.m: Matlab compatible output when mixed input and one is empty (bug #45685).
|
Mon, 10 Aug 2015 13:12:22 -0700 |
Rik |
Remove redundant isvector() calls in set/ functions.
|
Mon, 10 Aug 2015 08:45:06 -0700 |
Rik |
Backout 9c7dd58b57e4 and have configure generate oct-conf-post.h
|
Sun, 09 Aug 2015 20:24:42 -0700 |
Rik |
strfunc: Issue error when given anonymous function (partial fix bug #45682).
|
Sun, 09 Aug 2015 20:35:44 -0700 |
Rik |
maint: Periodic merge of stable to default.
|
Sun, 09 Aug 2015 20:24:42 -0700 |
Rik |
strfunc: Document function does not accept anonymous functions (partial fix bug #45682).
stable
|
Sun, 09 Aug 2015 18:08:01 -0700 |
Rik |
Fix IEEE big-endian/little endian conversions in oct-stream (bug #45687).
|
Thu, 06 Aug 2015 21:39:49 -0700 |
Rik |
doc: Add info about single letter codes for fread, fopen IEEE format.
stable
|
Sat, 08 Aug 2015 19:13:43 -0400 |
Mike Miller |
run-octave: Use portable shell constructs
|
Thu, 06 Aug 2015 08:37:02 -0700 |
Rik |
build: Move oct-conf-post.in.h to oct-conf.post.h (bug #45646).
|
Thu, 06 Aug 2015 08:09:01 -0700 |
Rik |
Use error() rather than ::error() unless explicitly required.
|
Wed, 05 Aug 2015 22:47:41 -0700 |
Rik |
inputname.m: Rename BIST function foo to __foo__ to avoid name collisions.
|
Wed, 05 Aug 2015 15:21:21 -0400 |
John W. Eaton |
* __run_test_suite__.m: Return number of passed, failed, and skipped tests.
|
Wed, 05 Aug 2015 10:48:26 -0700 |
Rik |
doc: Change docstrings to use 'IEEE 754' rather than 'IEEE-754'.
stable
|
Tue, 04 Aug 2015 23:09:43 -0400 |
Mike Miller |
psi: Fix failing unit tests on 32-bit systems
|
Tue, 04 Aug 2015 15:07:48 -0700 |
Rik |
Report backtrace for "no default value" error in function header (bug #45496).
|
Mon, 03 Aug 2015 15:24:32 -0700 |
Rik |
Don't add duplicates to javaclasspath when run in home directory (bug #45683).
|
Mon, 03 Aug 2015 07:43:28 -0700 |
Rik |
Backout cset 2edd668e7784 and return column orientation for union.m.
|
Sat, 01 Aug 2015 18:42:25 -0400 |
Mike Miller |
configure.ac: Test that Qt and OpenGL can be used together (bug #45672)
|
Sun, 02 Aug 2015 11:14:40 -0400 |
Mike Miller |
build: Use $(abs_top_*) in definitions of TEXINPUTS and TEXMFCNF
|
Sun, 02 Aug 2015 11:05:13 -0400 |
Mike Miller |
build: Set TEXMFVAR to ensure TeX cache files can be written to build dir
|
Sun, 02 Aug 2015 11:01:05 -0400 |
Mike Miller |
build: Avoid building pdf and ps outputs simultaneously
|
Sun, 02 Aug 2015 09:50:43 -0400 |
Mike Miller |
build: Adopt Automake's calling conventions for texi2dvi and texi2pdf rules
|
Sat, 01 Aug 2015 19:05:00 -0400 |
Mike Miller |
* f2c-main.c: Include config.h.
|
Sat, 01 Aug 2015 11:26:32 +0200 |
Torsten |
editor with smart indentation for octave files (bug #41554)
|
Fri, 31 Jul 2015 14:01:39 +0200 |
Juan Pablo Carbajal |
union.m: Matlab compatible output orientation for empty input ([]).
|
Wed, 29 Jul 2015 21:16:13 -0700 |
Rik |
build: Silence rule about removing bits/stl_algo.h using AM_V_at.
|
Wed, 29 Jul 2015 14:30:45 -0700 |
Rik |
build: Silence rule about removing bits/stl_algo.h.
|
Wed, 29 Jul 2015 14:18:26 -0700 |
Rik |
build: Don't delete ChangeLog with distclean target (bug #45646).
|
Wed, 29 Jul 2015 13:50:10 -0700 |
Rik |
build: Don't remove built documentation for distclean target (bug #45646).
|
Wed, 29 Jul 2015 13:14:25 -0700 |
Rik |
legend.m: Fix listeners on legend line objects (bug #45563).
|
Tue, 28 Jul 2015 13:24:49 -0400 |
John W. Eaton |
don't install kpse.cc (bug #45644)
|
Tue, 28 Jul 2015 17:43:23 +0100 |
Carnë Draug |
Add compression option to imwrite and default to "none" (bug #45565)
|
Tue, 28 Jul 2015 08:52:39 -0700 |
Rik |
maint: Periodic merge of stable to default.
|
Tue, 28 Jul 2015 08:50:55 -0700 |
Rik |
Fix hang when using errorbar with empty dataset (bug #45554).
|
Tue, 28 Jul 2015 08:47:27 -0700 |
Rik |
Fix hang when using errorbar with empty dataset (bug #45554).
stable
|
Mon, 27 Jul 2015 21:11:17 -0400 |
John D |
update of targets for cross build
|
Sun, 26 Jul 2015 21:29:44 -0700 |
Rik |
build: Consolidate __errcomm__.m and __errplot__.m to one file.
|
Sun, 26 Jul 2015 18:33:57 -0700 |
Rik |
build: Rename __go_draw_XXX to __gnuplot_draw_XXX for clarity.
|
Sun, 26 Jul 2015 08:50:04 -0700 |
Rik |
maint: Rename __sprand_impl__.m to __sprand__.m
|
Sat, 25 Jul 2015 20:16:58 -0700 |
Rik |
doc: Clarify behavior of length() function (bug #45611).
stable
|
Sat, 25 Jul 2015 16:22:00 -0400 |
Mike Miller |
build: Fix installation of icons from source tarball
|
Sat, 25 Jul 2015 15:25:19 -0400 |
Mike Miller |
maint: Delete obsolete find-docstring-files.sh build script
|
Sat, 25 Jul 2015 15:06:40 -0400 |
Mike Miller |
build: Avoid triggering rebuild of icons and desktop files (bug #45567)
|
Sat, 25 Jul 2015 14:59:09 -0400 |
Mike Miller |
build: Avoid rebuilding distributed docs on directory timestamp (bug #45567)
|
Sat, 25 Jul 2015 14:55:03 -0400 |
Mike Miller |
build: Avoid triggering rebuild of docs when DOCSTRINGS regenerated (bug #45567)
|
Sat, 25 Jul 2015 22:17:57 +0200 |
Torsten |
show history context menu only for clicks on entries
stable
|
Fri, 24 Jul 2015 19:58:18 -0400 |
Mike Miller |
build: Delete more generated files on maintainer-clean
|
Fri, 24 Jul 2015 14:40:18 -0700 |
Lachlan Andrew |
Allow assignment of an empty variable to an empty indexing slice (bug #45467).
|
Fri, 24 Jul 2015 10:40:05 -0400 |
Mike Miller |
Use octave_gmtime to write timestamp to mat-file format
|
Fri, 24 Jul 2015 14:23:28 +0200 |
Torsten |
Fix missing sorting of the workspace view directly after start-up
stable
|
Tue, 30 Jun 2015 21:15:19 +0200 |
Philip Nienhuis |
Allow sorting columns in workspace view (bug #45448)
stable
|
Thu, 23 Jul 2015 22:35:34 -0400 |
Mike Miller |
maint: Update .hgignore to reflect non-recursive build system changes
|
Thu, 23 Jul 2015 21:51:58 -0400 |
Mike Miller |
build: Restore AUTHORS, BUGS, and INSTALL.OCTAVE to source tarball
|
Thu, 23 Jul 2015 22:00:39 -0400 |
Mike Miller |
build: Always generate ChangeLog if missing, and write to build directory
|
Thu, 23 Jul 2015 21:13:13 -0400 |
Mike Miller |
build: Move nonexistent dummy source files into lib directories
|
Thu, 23 Jul 2015 20:47:29 -0400 |
Mike Miller |
Reapply changes lost from changeset 45d7be391982
|
Thu, 23 Jul 2015 18:31:44 -0700 |
Rik |
doc: Update polar() example in manual now that rticks calc is correct.
|
Thu, 23 Jul 2015 12:54:13 -0700 |
Rik |
Pass all fields in face/vertex structure through to patch() (bug #45593).
stable
|
Thu, 23 Jul 2015 09:50:10 -0700 |
Rik |
maint: Periodic merge of stable to default.
|
Thu, 23 Jul 2015 09:45:59 -0700 |
Rik |
polar.m: Display plot titles on polar plots (bug #45514).
stable
|
Thu, 23 Jul 2015 08:54:13 -0700 |
Rik |
plotimages.m: Remove workaround for polar plot rticks.
|
Thu, 23 Jul 2015 08:45:45 -0700 |
Rik |
polar.m: Calculate 'rtick' property more accurately (bug #45513).
|
Wed, 22 Jul 2015 20:27:11 -0400 |
Mike Miller |
strftime: Add support for "%z" conversion specifier (bug #45592)
|
Wed, 22 Jul 2015 09:46:42 -0700 |
Rik |
Make mod() and rem() Matlab compatible for corner cases (bug #45587).
|
Wed, 22 Jul 2015 01:01:03 -0400 |
Mike Miller |
Fix install paths of fixed and generated test files
|
Tue, 21 Jul 2015 12:42:05 -0700 |
Rik |
build: Add missing scripts from image/private/ dir to tarball.
|
Tue, 21 Jul 2015 12:21:36 -0700 |
Rik |
Remove all temporary documentation files with 'maintainer-clean' target (bug #45574).
|
Mon, 20 Jul 2015 18:31:52 -0400 |
Mike Miller |
Restore installation of tests from template source files
|
Sun, 19 Jul 2015 17:41:21 +0100 |
Carnë Draug |
Relax input in functions that convert between colorspaces (bug #45456)
|
Sat, 18 Jul 2015 08:56:51 -0700 |
Rik |
build: Add EXTRA_DIST files frob libgui/ and test/ to tarball.
|
Fri, 17 Jul 2015 15:18:35 -0400 |
John W. Eaton |
make interpreter targets and dirstamp files order-only prerequisites
|
Fri, 17 Jul 2015 14:44:47 -0400 |
John W. Eaton |
provide per-directory clean targets
|
Fri, 17 Jul 2015 00:59:10 -0400 |
Mike Miller |
Fix dependency of built images on the interpreter
|
Thu, 16 Jul 2015 23:21:44 -0400 |
Mike Miller |
Fix uninstallation of PKG_ADD files
|
Thu, 16 Jul 2015 17:04:37 -0700 |
Rik |
Fix listdlg() when used without selection mode under Qt (Bug #45545).
|
Thu, 16 Jul 2015 14:19:47 -0400 |
John W. Eaton |
fix incompatibility in mxCreateNumericArray (bug #45319)
|
Thu, 16 Jul 2015 13:49:51 -0400 |
John W. Eaton |
don't include GEN_FCN_FILES in FCN_FILES list
|