log libinterp/corefcn/syscalls.cc @ 23083:e9a0469dedd9 stable

age author description
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 03 Nov 2016 08:39:24 -0700 Rik doc: Clarify docstring for popen2 (bug #49524). stable
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 15 Jul 2016 10:09:31 -0400 John W. Eaton * syscalls.cc (mk_stat_map): Use namespace qualifier for static file_stat functions.
Mon, 11 Jul 2016 13:02:58 -0400 John W. Eaton eliminate unused parameter from octave::sys::popen2
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Sat, 18 Jun 2016 10:55:49 -0400 John W. Eaton fix build for Windows systems
Fri, 17 Jun 2016 05:52:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 16 Jun 2016 19:43:20 -0400 John W. Eaton hide sys/stat.h header
Thu, 16 Jun 2016 01:00:20 -0400 John W. Eaton hide sys/wait.h header and provide wrappers for waitpid macros
Wed, 15 Jun 2016 13:51:00 -0400 John W. Eaton hide fcntl.h header
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Thu, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes
Thu, 19 May 2016 01:33:06 -0400 John W. Eaton finish previous changeset (0504351a45e6).
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 14:58:29 -0400 John W. Eaton use namespace for system env class
Wed, 18 May 2016 14:09:17 -0400 John W. Eaton use namespace for system uname class
Wed, 18 May 2016 12:14:34 -0400 John W. Eaton rename octave::syscalls namespace to octave::sys
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 03 May 2016 09:59:17 -0700 Rik maint: Periodic merge of stable to default.
Tue, 03 May 2016 09:58:27 -0700 Rik doc: Fix typo in exec docstring. stable
Mon, 11 Apr 2016 14:39:02 -0400 John W. Eaton use namespace instead of struct with static members for system call wrappers
Mon, 11 Apr 2016 10:53:18 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Wed, 24 Feb 2016 21:47:10 -0800 Rik Emit error if fork called directly from command line.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Sat, 26 Dec 2015 18:59:45 -0800 Rik Deprecate all_strings, replace with string_vector_value.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Thu, 17 Dec 2015 16:04:13 +0100 Kai T. Ohlhus Unified "sleep" functions to "octave_sleep" in C++ and "pause" in Octave.
Mon, 14 Dec 2015 17:53:27 -0800 Rik maint: Use ovl() more places in the code.
Sun, 13 Dec 2015 11:36:05 -0800 Rik 2015 Code Sprint: syscalls.cc: use ovl (), move print_usage to top of fcn.
Sat, 12 Dec 2015 10:54:20 -0500 Yu Liu Code sprint 2015: Refactor print_usage() in syscalls.cc to resemble m-files
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin
Thu, 03 Dec 2015 18:33:00 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Thu, 26 Nov 2015 09:36:51 -0800 Rik Stop 'fclose ("all")' from closing down gnuplot pipes (bug #39504).
Mon, 23 Nov 2015 20:50:07 -0500 John W. Eaton eliminate more uses of error_state
Sat, 14 Nov 2015 15:18:05 -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
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 22:47:42 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
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
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).