Mercurial > hg > octave-nkf
graph
-
methods.m: try Java class names if getMethods fails on Java objects (bug #46010) stableFri, 02 Oct 2015 17:44:53 +0200, by Philip Nienhuis
-
textread.m, textscan.m: always remove headerlines args before invoking strread (bug #46080) stableThu, 01 Oct 2015 22:33:13 +0200, by Ethan Biery
-
fix interpolation bug introduced with 87b557ee8e5dTue, 06 Oct 2015 22:14:41 +0200, by Carlo de Falco
-
eliminate more simple uses of error_stateTue, 06 Oct 2015 14:47:41 -0400, by John W. Eaton
-
clean up and vectorize code for dense output in ode45Tue, 06 Oct 2015 19:28:59 +0200, by Carlo de Falco
-
eliminate more simple uses of error_stateTue, 06 Oct 2015 00:20:02 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateMon, 05 Oct 2015 23:42:49 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateMon, 05 Oct 2015 23:09:54 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateMon, 05 Oct 2015 22:47:42 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateMon, 05 Oct 2015 21:37:03 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateMon, 05 Oct 2015 21:13:12 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateMon, 05 Oct 2015 20:37:19 -0400, by John W. Eaton
-
eliminate more simple uses of error_stateMon, 05 Oct 2015 20:21:55 -0400, by John W. Eaton
-
eliminate many more simple uses of error_stateMon, 05 Oct 2015 19:29:36 -0400, by John W. Eaton
-
maint: Further clean up of functions in ode/private dir.Mon, 05 Oct 2015 12:03:16 -0700, by Rik
-
maint: Clean up implementations of ode45.m, odeget.m, odeset.m.Mon, 05 Oct 2015 11:59:18 -0700, by Rik
-
maint: Use Octave coding conventions in scripts/ode/private dir.Sun, 04 Oct 2015 22:18:54 -0700, by Rik
-
levenshtein.cc: use Array<T>::numel() instead of the deprecated ::length()Sun, 04 Oct 2015 16:24:32 +0100, by Carnë Draug
-
Fix compilation error introduced in 52ce821a52fd.Sun, 04 Oct 2015 08:01:12 -0700, by Rik
-
maint: Use Octave coding conventions for ode* functions.Sat, 03 Oct 2015 22:10:45 -0700, by Rik
-
doc: Rewrite docstrings for ode* family of functions.Sat, 03 Oct 2015 21:03:16 -0700, by Rik
-
eliminate simple uses of error_state in parser and lexerSat, 03 Oct 2015 16:21:58 -0400, by John W. Eaton
-
eliminate error_state from example filesSat, 03 Oct 2015 16:05:27 -0400, by John W. Eaton
-
eliminate error_state from most header filesSat, 03 Oct 2015 13:20:28 -0400, by John W. Eaton
-
eliminate error_state from libguiFri, 02 Oct 2015 16:07:41 -0400, by John W. Eaton
-
Activate FSAL property in dorpri timestepperSat, 03 Oct 2015 07:32:50 +0200, by Carlo de Falco
-
use exceptions for better invalid index error reporting (bug #45957)Fri, 02 Oct 2015 15:07:37 -0400, by Lachlan Andrew
-
style fixes for tex lexer and parserFri, 02 Oct 2015 12:25:39 -0400, by John W. Eaton
-
Clean up and vetorize Dormant&Prince RK timestepperFri, 02 Oct 2015 17:48:58 +0200, by Carlo de Falco
-
Use "update" method to initialize Qt Figures (cleanup + bug #46086)Thu, 01 Oct 2015 23:09:38 +0200, by Pantxo Diribarne
-
Fix copyright text in private ode functionsFri, 02 Oct 2015 05:50:43 +0200, by Carlo de Falco
-
begin removal of global error_state variableThu, 01 Oct 2015 16:18:19 -0400, by John W. Eaton
-
Moving ode45, odeset, odeget, and levenshtein from odepkg to core.Thu, 24 Sep 2015 12:58:46 +0200, by jcorno
-
fix documentation for new viridis colormapThu, 01 Oct 2015 13:37:03 -0400, by John W. Eaton
-
eliminate trailing whitespace and tabs from sourcesThu, 01 Oct 2015 12:50:00 -0400, by John W. Eaton
-
Set the default colormap to 'viridis'Thu, 01 Oct 2015 17:35:34 +0200, by Carlo de Falco
-
Add the default matplotlib colormap "viridis" to the list of colormapsWed, 23 Sep 2015 12:14:43 +0200, by Carlo de Falco
-
text.m: Remove FIXME comments that have been verified okay.Tue, 29 Sep 2015 12:42:10 -0700, by Rik
-
Print error, rather than aborting, if mex function mxIsFromGlobalWS is used (bug #46070).Tue, 29 Sep 2015 12:00:11 -0700, by Rik
-
text.m: Allow '[]' to indicate blank line in multi-line cellstrings (bug #43017).Tue, 29 Sep 2015 06:29:32 -0700, by Rik
-
maint: Periodic merger of stable to default.Mon, 28 Sep 2015 14:27:09 -0700, by Rik
-
Fix inconsistent toolbar state after creating an uicontrol (bug #46025)Sun, 27 Sep 2015 17:12:29 +0200, by Pantxo Diribarne
-
Include stdint.h in mex.h file (Bug #46062) stableMon, 28 Sep 2015 06:24:37 -0400, by John Donoghue
-
Use CXXFLAGS to build *.df files (fix regression by 0ce7d8303152)Sat, 26 Sep 2015 16:32:28 +0100, by Carnë Draug
-
Add Basque translation for the GUI by Ander Aurrekoetxea (bug #46041)Sat, 26 Sep 2015 17:11:43 +0200, by Pantxo Diribarne
-
Handle hggroup objects "buttondownfcn" when children are clicked (bug #45621) stableSun, 23 Aug 2015 21:45:49 +0200, by Pantxo Diribarne
-
Fix selection of one pixel high(wide) images (bug #46049) stableSat, 26 Sep 2015 10:44:08 +0200, by Pantxo Diribarne
-
annotation.m: document the "string" property of textbox and textarrow annotations (bug #4603.6) stableSat, 26 Sep 2015 11:42:19 +0200, by Pantxo Diribarne
-
Fix error when building annotation objects in gnuplot (bug #46035)Sat, 26 Sep 2015 11:26:18 +0200, by Pantxo Diribarne
-
Fix segfault when hovering a Qt figure while it's being drawn (bug #45540)Mon, 07 Sep 2015 19:28:29 +0200, by Pantxo Diribarne
-
Use '-local' option to warning to simplify BIST tests.Fri, 25 Sep 2015 21:00:29 -0700, by Rik
-
maint: Use Octave coding convention for parenthesis in __ilu__.cc.Fri, 25 Sep 2015 18:50:41 -0700, by Rik
-
Overhaul Range object in liboctave.Fri, 25 Sep 2015 16:15:14 -0700, by Rik
-
plotmatrix.m: Fix regression in %!demo introduced by in-place operators.Fri, 25 Sep 2015 13:05:01 -0700, by Rik
-
Simplify error output if max_recursion_depth is exceeded (Bug #45843).Sat, 05 Sep 2015 01:02:27 +0200, by Stefan Miereis
-
randi.m: Display warnings in case of range exceedings.Wed, 23 Sep 2015 15:31:34 +0200, by Kai T. Ohlhus
-
bitmax.m: Correct docstring to say function will be removed in version 4.6.Wed, 23 Sep 2015 02:45:54 -0700, by Rik
-
str2func: Allow anonymous function string inputs (bug #45682).Wed, 23 Sep 2015 02:33:35 -0700, by Rik
-
mkoctfile: Apply default C++ compiler flags when linking oct-file (bug #45280) stableTue, 22 Sep 2015 23:12:22 +0200, by Mike Miller
-
MSparse code simplification by macro removal without reduction of functionality.Tue, 22 Sep 2015 21:45:24 +0200, by Kai T. Ohlhus
-
listdlg: Make appearance and behavior more Matlab compatible (bug #46026)Tue, 22 Sep 2015 21:06:01 +0200, by Mike Miller
-
Display bottom Qt statusbar on figure based on "toolbar" property (bug #46025).Tue, 22 Sep 2015 09:41:13 -0700, by Rik
-
Use backslash as windows file separator for canonicalize_file_name (Bug #45816). stableWed, 02 Sep 2015 12:19:48 -0700, by Rik
-
Deprecate mahalanobis function.Tue, 22 Sep 2015 05:45:05 -0700, by Rik
-
maint: Periodic merge of stable to default.Tue, 22 Sep 2015 04:50:47 -0700, by Rik
-
Generate correct ezplot for 2-input functions (bug #46004). stableTue, 22 Sep 2015 04:15:51 -0700, by Rik
-
Fix regression in displayed error message for nargin and nargout. stableTue, 22 Sep 2015 03:08:14 -0700, by Rik
-
menu.m: Fix bug #45988, return 0 if the dialog is aborted or invalid selectionTue, 22 Sep 2015 11:25:04 +0200, by Andreas Weber
-
Clean up isa() function.Tue, 22 Sep 2015 01:38:40 -0700, by Rik
-
edit.m: Update C++ oct-file template to use texinfo docstringMon, 21 Sep 2015 17:56:03 +0200, by Mike Miller
-
oct-shlib.cc: Use RTLD_GLOBAL option for dlopenMon, 21 Sep 2015 17:15:17 +0200, by Mike Miller
-
doc: Make excplicit that asctime and ctime values end in a newline (bug #45976) stableSun, 20 Sep 2015 11:27:36 +0200, by Mike Miller
-
doc: remove section about broadcasting warnings which no longer exists. stableSat, 19 Sep 2015 02:34:45 +0100, by Carnë Draug
-
eig: Return correct solution for a pair of hermitian matrices (bug #45511)Tue, 15 Sep 2015 08:48:35 -0400, by Mike Miller
-
findobj.m: Stop requiring gnuplot in BIST tests (bug #36983).Sun, 13 Sep 2015 14:47:58 -0700, by Rik
-
Fix compilation of classdef with the clang compiler (bug #41178)Fri, 21 Aug 2015 13:05:52 -0400, by akira noda
-
Initialize interpreter correctly with script and --traditional (bug #45921) stableFri, 11 Sep 2015 07:38:31 -0400, by Mike Miller
-
Deprecate bitmax.Wed, 09 Sep 2015 18:43:52 +0200, by Kai T. Ohlhus
-
randi.m: corrected behavior for different input data types (bug #45879).Tue, 08 Sep 2015 10:39:50 +0200, by Kai T. Ohlhus
-
Deprecate wavread and wavwrite.Sat, 05 Sep 2015 05:00:46 -0700, by Rik
-
do not leave debug modus when entering a command at debug prompt (bug #45737) stableSat, 05 Sep 2015 12:07:42 +0200, by Torsten
-
* mex.h: Don't typdef bool if it is already defined.Fri, 04 Sep 2015 16:26:58 -0400, by John W. Eaton
-
luinc.m: Add texinfo marker to docstring so it is interpreted correctly.Fri, 04 Sep 2015 13:12:57 -0700, by Rik
-
pkg: fix regression on output of pkg list (bug #45873)Fri, 04 Sep 2015 18:47:54 +0100, by Carnë Draug
-
avoid executing startup file twice when using run-octave script (bug #45872)Fri, 04 Sep 2015 12:45:46 -0400, by John W. Eaton
-
maint: Periodic merge of stable to default.Thu, 03 Sep 2015 19:00:53 -0400, by John W. Eaton
-
also clear autoloaded functions when clearing user functionsWed, 02 Sep 2015 18:18:19 -0400, by John W. Eaton
-
__finish__.m: Change from function to script to stay in base workspace (bug #45869). stableThu, 03 Sep 2015 11:22:35 -0700, by Rik
-
pkg.m: drop check of nargout value, the interpreter already does that.Thu, 03 Sep 2015 16:21:08 +0100, by Carnë Draug
-
Scroll list view to display selection (bug #45848)Tue, 01 Sep 2015 19:05:57 +0200, by Pantxo Diribarne
-
cplxpair.m: Use tolerance that depends on Z to evaluate pairing (bug #45810).Tue, 01 Sep 2015 08:07:57 -0700, by Rik
-
Don't use GL_SELECT to find axes objects in Qt figures (bug #45540)Sat, 25 Jul 2015 13:20:21 +0200, by Pantxo Diribarne
-
Fix multi-line text bounding box when using subscripts (bug #45508)Sun, 23 Aug 2015 14:55:01 +0200, by Pantxo Diribarne
-
inputParser.m: Fix typoMon, 31 Aug 2015 12:59:36 +0200, by Andreas Weber
-
doc: Add a docstring for __current_scope__.Sat, 29 Aug 2015 05:59:45 -0700, by Rik
-
Add placeholder functions for save_hdf5, load_hdf5 for octave_java functions.Thu, 27 Aug 2015 15:52:06 -0700, by Rik
-
More specific warning messages when saving onCleanup variables.Thu, 27 Aug 2015 15:19:20 -0700, by Rik
-
Return empty matrix when linspace called with 0 points (bug #45820)Thu, 27 Aug 2015 13:12:21 -0700, by Rik
-
don't recycle scanf format string if all conversions are done (bug #45808)Wed, 26 Aug 2015 16:05:49 -0400, by John W. Eaton
-
strread.m: fix nilpotent IF block for ...%sliteral... fieldsWed, 26 Aug 2015 22:51:59 +0200, by Philip Nienhuis
-
Don't put default xtick vector size in documentation (bug #45725). stableMon, 24 Aug 2015 15:27:03 -0700, by Rik
-
Propagate 'lower' in chol(a, 'lower') to underlying library function.Sun, 24 Aug 2014 19:35:06 +0530, by PrasannaKumar Muralidharan
-
don't define mostlyclean-local target in module.mk fileThu, 20 Aug 2015 14:37:57 -0400, by John W. Eaton
-
* bootstrap: Update from gnulib sources.Thu, 20 Aug 2015 14:05:28 -0400, by John W. Eaton
-
Remove obsolete properties from root figure object.Thu, 20 Aug 2015 10:34:53 -0700, by Rik
-
maint: Periodic merge of stable to default.Thu, 20 Aug 2015 06:42:54 -0700, by Rik
-
use different approach to avoid gnulib warningWed, 19 Aug 2015 16:18:45 -0400, by John W. Eaton
-
use different approach to avoid unsigned/signed comparison warningWed, 19 Aug 2015 16:09:06 -0400, by John W. Eaton
-
* lo-specfun.cc: Reindent comments.Wed, 19 Aug 2015 16:02:36 -0400, by John W. Eaton
-
* lo-specfun.cc (Lanczos_approximation_psi): Use gnulib::log.Wed, 19 Aug 2015 16:00:05 -0400, by John W. Eaton
-
avoid signed/unsigned comparison warningWed, 19 Aug 2015 15:57:23 -0400, by John W. Eaton
-
poissinv.m: Overhaul function for accuracy and performance (bug #34363).Tue, 18 Aug 2015 11:35:23 -0700, by Lachlan Andrew
-
maint: Fix misspelled word compatibility in code comments.Mon, 17 Aug 2015 09:32:20 -0700, by Rik
-
Fix incorrect error message when saving with -text and -float-binary options.Mon, 17 Aug 2015 09:24:07 -0700, by Rik
-
maint: Rename instances of LS_ASCII to LS_TEXT for clarity.Mon, 17 Aug 2015 09:20:03 -0700, by Rik