log

age author description
Mon, 28 Mar 2016 08:58:10 -0700 Rik doc: Remove unecessary whitespace and end of docstrings.
Sun, 27 Mar 2016 21:34:08 -0700 Rik doc: grammarcheck and spellcheck new textscan docstring.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Sun, 27 Mar 2016 15:15:24 -0700 Rik doc: Correct typos in lu documentation.
Sun, 27 Mar 2016 10:22:43 -0700 Mike Miller maint: Update gnulib subrepo.
Mon, 22 Feb 2016 13:18:02 +1100 Lachlan Andrew Draw updates to GUI at end of GUI callback function (bug #47216)
Fri, 26 Feb 2016 09:52:43 +1100 Lachlan Andrew Record correct line number with "until" command (bug #43249)
Thu, 24 Mar 2016 18:56:33 +0100 mmuetzel Allow mixed structures and prop/val pairs in call to set (bug #47526)
Thu, 24 Mar 2016 13:35:40 +1100 Lachlan Andrew Make median preserve discrete types (bug #47515).
Fri, 25 Mar 2016 16:37:52 -0700 Rik gl2ps-print.cc: Fix compiling whet --without-opengl used.
Fri, 25 Mar 2016 14:37:37 -0700 Mike Miller textscan: Use error-checking value extractors for simpler parameter parsing
Fri, 25 Mar 2016 13:25:30 -0700 Rik doc: Add more suggestions to Contribution Guidelines.
Fri, 25 Mar 2016 17:05:34 -0400 John W. Eaton maint: merge stable to default.
Fri, 25 Mar 2016 16:58:01 -0400 John W. Eaton macros.texi: Colorized links for PDF files with Texinfo 6.x. stable
Fri, 25 Mar 2016 11:22:58 -0700 Rik Cast NULL pointer to char, rather than void, when using execl.
Fri, 25 Mar 2016 10:32:33 -0700 Rik zip.m: Restore processing of wildcards partially lost in cset 50255c612915.
Tue, 22 Mar 2016 20:39:16 +1100 Lachlan Andrew Textscan returns emptyVal for rows with literal but no conversion (bug #47458)
Thu, 24 Mar 2016 22:31:25 -0700 Rik doc: Remove Function Category from documentation about function descriptions.
Thu, 24 Mar 2016 15:45:11 -0700 Rik doc: Don't create end-of-sentence period with "etc." in Texinfo.
Thu, 24 Mar 2016 15:23:51 -0700 Rik doc_cache_create.m: Tweak docstring, improve performance.
Tue, 22 Mar 2016 23:14:20 -0700 Mike Miller Faddeeva.cc: Use liboctave definitions for inf, nan, isinf, and isnan
Tue, 22 Mar 2016 15:17:18 -0700 Rik Raise an error if writes to pipe fail (bug #47381).
Tue, 22 Mar 2016 14:36:15 -0700 Rik Deprecate unused C++ functions oct_file_in_path, mex_file_in_path.
Tue, 22 Mar 2016 14:25:35 -0700 Rik Fix zip, gzip, bzip2 to allow names with spaces (bug #47232).
Sat, 19 Mar 2016 14:29:55 -0400 bpabbott Include curly braces when adding weight to strings for gnuplot (bug #46037).
Tue, 22 Mar 2016 18:03:03 +0000 Carnë Draug ribbon: support specifying X as vector to be repeated for each column in Y.
Tue, 22 Mar 2016 17:57:28 +0000 Carnë Draug ribbon: do not make a special case out of single column Y.
Tue, 22 Mar 2016 17:22:00 +0000 Carnë Draug doc: shorten repmat one-line description so it appears in "lookfor repeat".
Tue, 22 Mar 2016 09:26:44 -0700 Mike Miller Fix configuration conditions in oct-fftw.cc