Tue, 22 Dec 2015 10:29:22 -0800 |
Rik |
maint: Invert simple conditionals in if/else/error paradigm.
|
Sun, 20 Dec 2015 13:26:17 -0800 |
Rik |
maint: Eliminate more useless statements after error().
|
Fri, 18 Dec 2015 16:18:41 -0800 |
Rik |
maint: Replace "octave_value_list ()" with "ovl ()".
|
Fri, 18 Dec 2015 16:04:56 -0800 |
Rik |
maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
|
Wed, 16 Dec 2015 15:00:31 -0800 |
Rik |
maint: Use new C++ archetype in more files.
|
Mon, 14 Dec 2015 17:53:27 -0800 |
Rik |
maint: Use ovl() more places in the code.
|
Sun, 13 Dec 2015 07:59:40 -0800 |
José Luis García Pallero |
2015 Code Sprint: use ovl () in C++ files.
|
Sat, 12 Dec 2015 11:42:17 -0500 |
Mike Miller |
* file-io.cc (Ffopen): Fix nargin range check, fixes cset f2cd811f0f9e
|
Sat, 12 Dec 2015 07:40:03 -0800 |
Rik |
2015 Code Sprint: remove class of function from docstring for all C++ files.
|
Sat, 12 Dec 2015 09:32:37 -0500 |
Mike Miller |
maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
|
Mon, 07 Dec 2015 13:54:01 -0500 |
John W. Eaton |
eliminate unnecessary uses of nargin
|
Sat, 05 Dec 2015 15:59:22 -0800 |
Rik |
maint: Clean-up more instances of print_usage().
|
Fri, 04 Dec 2015 14:53:09 -0500 |
John W. Eaton |
eliminate return statements after calls to print_usage
|
Wed, 02 Dec 2015 16:54:13 -0500 |
John W. Eaton |
always throw exception after debugging with debug_on_error
|
Thu, 26 Nov 2015 09:36:51 -0800 |
Rik |
Stop 'fclose ("all")' from closing down gnuplot pipes (bug #39504).
|
Wed, 25 Nov 2015 15:27:48 -0500 |
John W. Eaton |
propagate octave_execution_exception objects through try/catch blocks
|
Tue, 24 Nov 2015 15:03:29 -0500 |
John W. Eaton |
eliminate various compiler warnings
|
Mon, 23 Nov 2015 20:50:07 -0500 |
John W. Eaton |
eliminate more uses of error_state
|
Wed, 18 Nov 2015 15:48:27 -0800 |
Rik |
Consistently use 'filename' rather than 'file name' throughout code base.
|
Sat, 14 Nov 2015 15:18:05 -0500 |
John W. Eaton |
eliminate more uses of error_state
|
Sat, 14 Nov 2015 12:07:38 -0500 |
John W. Eaton |
eliminate more uses of error_state
|
Fri, 13 Nov 2015 14:10:26 -0500 |
John W. Eaton |
rename octave_value value extractors that accept error message args
|
Sun, 08 Nov 2015 16:14:27 -0500 |
John W. Eaton |
backout changeset 18f38ed43962
|
Fri, 06 Nov 2015 16:52:49 -0500 |
John W. Eaton |
vector_value exctractors with error messages
|
Wed, 04 Nov 2015 15:56:22 -0500 |
John W. Eaton |
eliminate more uses of error_state
|
Thu, 08 Oct 2015 19:00:51 -0400 |
John W. Eaton |
use new string_value method to handle value extraction errors
|
Mon, 05 Oct 2015 23:09:54 -0400 |
John W. Eaton |
eliminate more simple uses of error_state
|
Thu, 20 Aug 2015 06:42:54 -0700 |
Rik |
maint: Periodic merge of stable to default.
|
Tue, 11 Aug 2015 09:55:59 -0700 |
Rik |
doc: Clarify that ARCH argument to fread overrides ARCH arg to fopen.
stable
|
Sun, 09 Aug 2015 20:35:44 -0700 |
Rik |
maint: Periodic merge of stable to default.
|
Thu, 06 Aug 2015 21:39:49 -0700 |
Rik |
doc: Add info about single letter codes for fread, fopen IEEE format.
stable
|
Thu, 06 Aug 2015 08:09:01 -0700 |
Rik |
Use error() rather than ::error() unless explicitly required.
|
Sun, 17 May 2015 10:04:08 -0700 |
Rik |
Change mkfifo to use an octal argument for MODE (bug #45054).
|
Sun, 17 May 2015 09:45:54 -0700 |
Rik |
doc: Document that mkfifo's mode argument is in decimal (bug #45054).
stable
|
Sat, 09 May 2015 17:19:30 -0700 |
Rik |
doc: Update more docstrings to have one sentence summary as first line.
stable
|
Sun, 19 Apr 2015 17:55:33 -0700 |
Rik |
doc: Periodic grammarcheck of documentation.
|
Sun, 19 Apr 2015 06:53:30 -0300 |
Rafael Laboissiere |
maint: Fix spelling and grammar mistakes in docs and comments (bug #44878)
|
Tue, 07 Apr 2015 21:18:22 -0700 |
Rik |
Document expansion of escape sequences in single quotes (bug #44745).
|
Wed, 25 Feb 2015 11:55:49 -0800 |
Rik |
maint: Cleanup C++ code to follow Octave coding conventions.
|
Tue, 17 Feb 2015 00:42:25 -0500 |
John W. Eaton |
improve compatibility of sprintf function.
|
Wed, 11 Feb 2015 14:19:08 -0500 |
John W. Eaton |
maint: Update copyright notices for 2015.
|
Tue, 20 Jan 2015 10:29:54 -0500 |
John W. Eaton |
strip trailing whitespace from most source files
|
Sun, 21 Dec 2014 21:00:51 -0800 |
Rik |
Fix tempname so it prioritizes user input dir rather than TMPDIR (bug #43844).
|
Tue, 16 Dec 2014 09:21:29 -0800 |
Rik |
Use stricter input validation when looking for a string as input (bug #42651).
|
Fri, 05 Dec 2014 15:09:48 -0800 |
Rik |
doc: Add missing closing parenthesis in tempname docstring.
|
Wed, 22 Oct 2014 10:41:15 -0700 |
Rik |
Use tempname() rather than tmpnam() in core Octave.
|
Mon, 20 Oct 2014 21:54:59 -0700 |
Rik |
Deprecate octave_tmp_file_name.
|
Mon, 06 Oct 2014 22:54:12 -0400 |
Mike Miller |
doc: fix stray escape sequence in mkstemp's docstring
|
Sat, 04 Oct 2014 11:48:06 -0700 |
Rik |
doc: Improve docstrings for tempname, tempdir family of functions.
|
Mon, 22 Sep 2014 20:24:42 -0700 |
Rik |
doc: Redo docstring for ferror().
|
Sun, 21 Sep 2014 11:05:10 -0700 |
Rik |
doc: Rephrase docstrings for low level C I/O functions.
|
Sat, 20 Sep 2014 22:04:01 -0700 |
Rik |
Align columns for freport() output.
|
Sat, 20 Sep 2014 12:56:47 -0700 |
Rik |
doc: Increase seealso links between low level C IO functions.
|
Tue, 19 Aug 2014 06:40:53 -0400 |
John W. Eaton |
make "file found in path" warnings consistent
|
Mon, 21 Jul 2014 18:50:20 +0200 |
Andreas Weber |
file-io.cc (popen): Add seealso popen2
|
Tue, 18 Feb 2014 02:51:48 -0500 |
John W. Eaton |
maint: Periodic merge of gui-release to default.
|
Tue, 18 Feb 2014 02:50:18 -0500 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Mon, 17 Feb 2014 02:19:52 -0500 |
John W. Eaton |
avoid problems if popen is a macro
stable
|
Fri, 03 Jan 2014 13:01:18 -0800 |
Rik |
doc: Improve documentation for fread function.
|
Thu, 05 Dec 2013 16:11:14 -0800 |
Rik |
maint: Don't use space between 'args' and '(' when doing indexing.
|