log liboctave/system/file-ops.cc @ 23812:057a894914df

age author description
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Fri, 07 Jul 2017 08:17:32 -0400 John W. Eaton don't use singleton pattern for file_ops
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Sun, 19 Feb 2017 21:10:03 -0800 Rik maint: merge of stable to default.
Sun, 19 Feb 2017 20:50:42 -0800 Rik Guarantee returning std::string from tilde_expand functions (bug #50234). stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Tue, 14 Jun 2016 16:31:34 -0400 John W. Eaton provide wrappers for some sys/stat functions
Tue, 14 Jun 2016 12:51:55 -0400 John W. Eaton hide gnulib pathlen header
Mon, 13 Jun 2016 18:42:02 -0400 John W. Eaton * file-ops.cc (file_ops::is_dev_sep): Tag unused parameter.
Mon, 13 Jun 2016 16:01:26 -0400 John W. Eaton create wrappers for some gnulib functions
Mon, 13 Jun 2016 09:18:03 -0700 Rik maint: Prefer is_empty() rather than "length () == 0".
Sun, 12 Jun 2016 11:15:28 -0400 John W. Eaton * file-ops.h, file-ops.cc (file_ops::file_ops): Now protected.
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Thu, 19 May 2016 23:54:09 +1000 Lachlan Andrew Fix scope of umask to avoid recursive call. (bug #47961)
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 01:05:45 -0400 John W. Eaton use namespace for dir_entry class
Thu, 19 May 2016 01:00:37 -0400 John W. Eaton write namespace keyword and name on same line in C++ files
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 13:11:15 -0400 John W. Eaton use namespace for system password wrapper class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 19 Feb 2016 09:40:59 -0800 Rik maint: Use American spelling for "behavior".
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Sat, 23 Jan 2016 13:52:03 -0800 Rik maint: clean up code around calls to current_liboctave_error_handler.
Thu, 31 Dec 2015 13:39:25 -0800 Rik maint: Use comparison operators rather than compare() for strings.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Mon, 28 Sep 2015 14:27:09 -0700 Rik maint: Periodic merger of stable to default.
Wed, 02 Sep 2015 12:19:48 -0700 Rik Use backslash as windows file separator for canonicalize_file_name (Bug #45816). stable
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
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
Thu, 01 Jan 2015 10:01:18 -0500 John Donoghue Use gnulib gen_tempname to create temporary names (Bug #43872).
Tue, 23 Dec 2014 10:30:26 -0500 John Donoghue Check if tempfile name exists when changing path of temporary file name (Bug #43872)
Sun, 21 Dec 2014 21:00:51 -0800 Rik Fix tempname so it prioritizes user input dir rather than TMPDIR (bug #43844).
Thu, 30 Jan 2014 08:49:42 -0800 Rik Use size_t instead of int in cset 073fbe7e6a3a. gui-release
Wed, 29 Jan 2014 19:25:13 -0500 John Donoghue Use native separatos in __fltk_getfile__ gui-release
Tue, 03 Dec 2013 13:45:46 -0800 Rik Use gnulib version of canonicalize_file_name across all systems.
Sat, 26 Oct 2013 18:57:05 -0700 Rik maint: Use GNU style coding conventions for code in liboctave/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default base liboctave/file-ops.cc@658ee7c4a608
Tue, 18 Sep 2012 10:15:05 -0700 Rik build: Update imported module list from gnulib.
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave. base liboctave/file-ops.cc@6ca8aa3c43b8