Mercurial > hg > octave-nkf
graph
-
remove kluge for apparent libc bug that is really a valgrind bugSat, 03 Dec 2011 03:30:37 -0500, by John W. Eaton
-
clean up octave_chunk_buffer storage before exitSat, 03 Dec 2011 03:30:27 -0500, by John W. Eaton
-
image.m: Warn if input coordinates are not linearly spaced.Fri, 02 Dec 2011 20:33:42 -0500, by Ben Abbott
-
Changing the legend's interpreter property should be inherited by theFri, 02 Dec 2011 19:42:42 -0500, by Ben Abbott
-
Fix error reporting in urlwrite (bug #34971)Fri, 02 Dec 2011 18:50:56 -0500, by Jordi Gutiérrez Hermoso
-
Only run uimenu tests if FLTK toolkit is available (Bug #34908)Fri, 02 Dec 2011 14:48:45 -0800, by Rik
-
graphics_toolkit.m: Update function to return current toolkit when no arg given.Fri, 02 Dec 2011 14:22:33 -0800, by Rik
-
avoid memory error in strptimeFri, 02 Dec 2011 04:02:58 -0500, by John W. Eaton
-
handle tm_gmtoff field in struct tmFri, 02 Dec 2011 03:51:38 -0500, by John W. Eaton
-
clean up parser memory on exitFri, 02 Dec 2011 03:51:37 -0500, by John W. Eaton
-
mappers.cc: Update %!tests to modern coding standardsThu, 01 Dec 2011 11:09:50 -0800, by Rik
-
* qr.cc (Fqrdelete): Doc fix.Thu, 01 Dec 2011 04:56:07 -0500, by John W. Eaton
-
plug some memory leaksThu, 01 Dec 2011 04:26:46 -0500, by John W. Eaton
-
* pt-const.h, pt-const.cc: Use macros to declare and define octave_allocator.Thu, 01 Dec 2011 04:04:50 -0500, by John W. Eaton
-
octave_map::cat: avoid indexing beyond end of arrayThu, 01 Dec 2011 03:15:43 -0500, by John W. Eaton
-
shading.m: Add demos for 'flat' optionWed, 30 Nov 2011 16:13:52 -0800, by Rik
-
Fix %!test bug with isprint on MinGW platform (Bug #34338)Wed, 30 Nov 2011 13:53:38 -0800, by Rik
-
doc: Remove unnecessary reference to deprecated function replot()Wed, 30 Nov 2011 10:45:52 -0800, by Rik
-
Use char() instead of deprecated setstr() in %!test code.Wed, 30 Nov 2011 10:34:23 -0800, by Rik
-
doc: Remove documentation references to deprecated functions cut() and polyderiv()Wed, 30 Nov 2011 10:10:50 -0800, by Rik
-
Fix tilde_expand %!test bug on MinGW (Bug #33862)Tue, 29 Nov 2011 20:34:00 -0800, by Rik
-
restore legend text with OpenGL + FLTK graphics (bug #34907)Tue, 29 Nov 2011 18:56:54 -0500, by John W. Eaton
-
cellfun: get rid of unnecessary symbol_table_lookup flagTue, 29 Nov 2011 12:16:49 -0500, by Jordi Gutiérrez Hermoso
-
cellfun: further optimisations for the string vs function handle casesTue, 29 Nov 2011 11:23:41 -0500, by Jordi Gutiérrez Hermoso
-
mkstemp: open file in binary mode (bug #33669)Tue, 29 Nov 2011 04:42:16 -0500, by John W. Eaton
-
set cross compile defaults for AC_RUN_IFELSETue, 29 Nov 2011 03:35:40 -0500, by John W. Eaton
-
fix MinGW cross-compile problem for display.ccTue, 29 Nov 2011 03:03:36 -0500, by John W. Eaton
-
Implement support for cellstr argument in get() function.Mon, 28 Nov 2011 22:19:54 +0000, by Michael Goffioul
-
[Bug #34559] Clean-up __patch__.m and add support for RGB cdata.Mon, 28 Nov 2011 22:19:45 +0000, by Michael Goffioul
-
fix behavior of chol (..., 'lower') to be compatible with matlabMon, 28 Nov 2011 12:39:39 +0100, by Carlo de Falco
-
Use "local" option to configuration variables to simplify code.Sun, 27 Nov 2011 16:51:06 -0800, by Rik
-
doc: Document "local" option for configuration variables.Sun, 27 Nov 2011 16:07:13 -0800, by Rik
-
doc: Clarify binomial and gamma distribution paramtersSun, 27 Nov 2011 09:01:37 -0500, by Jordi Gutiérrez Hermoso
-
Fix for CSparse.cc corresponding to cset d672edef956eSun, 27 Nov 2011 08:15:48 -0500, by Jordi Gutiérrez Hermoso
-
doc: Remove obsolete "keylabel" and replace by "displayname".Sat, 26 Nov 2011 22:18:06 -0500, by Ben Abbott
-
doc: Update list of obsolete functions and their replacementsSat, 26 Nov 2011 18:39:10 -0800, by Rik
-
doc: Update list of keywords for Octave grammar.Sat, 26 Nov 2011 17:57:02 -0800, by Rik
-
test: Fix failing test in fileread.m due to EOL issues (Bug #34897)Sat, 26 Nov 2011 17:29:04 -0800, by Rik
-
doc: Add undocumented functions to manual for 3.6.0 releaseSat, 26 Nov 2011 17:25:05 -0800, by Rik
-
Fix UB (reading uninitialised memory)Sat, 26 Nov 2011 19:28:22 -0500, by Jordi Gutiérrez Hermoso
-
Fix slight regression in bug #33527 when load is called without argumentsSat, 26 Nov 2011 17:51:20 -0500, by Jordi Gutiérrez Hermoso
-
Use nargout = 0 in graphics callbacks specified as string.Sat, 26 Nov 2011 21:59:04 +0000, by Michael Goffioul
-
Support linestyleorder as cellstr.Sat, 26 Nov 2011 21:58:59 +0000, by Michael Goffioul
-
Remember the type of uicontrol::string (plain string or cellstr).Sat, 26 Nov 2011 21:58:27 +0000, by Michael Goffioul
-
Add headers to texinfo table for legend.mSat, 26 Nov 2011 13:08:47 -0500, by Ben Abbott
-
Bug fix (#34901). Allow legend options to be specified. Modify demo.Fri, 25 Nov 2011 23:44:44 -0500, by Ben Abbott
-
Re-allow recursive graphics event processing.Fri, 25 Nov 2011 17:09:19 +0000, by Michael Goffioul
-
Add a citation to Higham's matrix norm paperFri, 25 Nov 2011 11:29:31 -0500, by Jordi Gutiérrez Hermoso
-
NEWS: Clarify that uiXXX functions are experimental/preliminary.Wed, 23 Nov 2011 10:56:05 -0800, by Rik
-
subsref, subsasgn: allow empty subscript structsWed, 23 Nov 2011 02:35:37 -0500, by John W. Eaton
-
doc: Spellcheck documentation before 3.6.0 releaseWed, 23 Nov 2011 09:42:50 -0800, by Rik
-
doc: Add missing @group/@end group to orderfields docstringWed, 23 Nov 2011 08:44:29 -0800, by Rik
-
Grammarcheck of documentation before 3.6.0 release.Wed, 23 Nov 2011 08:38:19 -0800, by Rik
-
doc: Update seealso references for cellslices and cellindexmatTue, 22 Nov 2011 21:22:46 -0800, by Rik
-
Add notes about new handle graphics functions.Wed, 23 Nov 2011 09:14:10 +0000, by Michael Goffioul
-
Remove Win32-specific case using Sleep in waitfor.Wed, 23 Nov 2011 09:04:41 +0000, by Michael Goffioul
-
Implement waitfor, uiwait and uiresume.Wed, 23 Nov 2011 08:59:25 +0000, by Michael Goffioul
-
Update NEWS with auto BSX infoWed, 23 Nov 2011 00:20:00 -0500, by Jordi Gutiérrez Hermoso