log liboctave/util/kpse.cc @ 32078:632f9b828de1

age author description
Sat, 06 May 2023 10:56:33 +0200 Markus Mützel Avoid using file_stat in liboctave/util (bug #59711).
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 30 Aug 2021 09:02:23 -0700 Rik maint: rename liboctave oct-passwd.* to oct-password.* to match class name.
Thu, 26 Aug 2021 15:06:56 +0200 Markus Mützel Allow file_in_path to look for files in UNC paths (bug #61080).
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Tue, 12 Nov 2019 22:36:17 +0100 Markus Mützel * kpse.cc (READABLE): Prefixing "\\?\" only works for absolute paths (bug #57215).
Sat, 02 Nov 2019 18:22:39 +0100 Markus Mützel * kpse.cc (READABLE): Use wide character file system API on Windows.
Mon, 09 Sep 2019 16:15:40 -0400 John W. Eaton use m_ prefix for data members in most liboctave/util classes
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 06 Dec 2018 23:16:16 -0500 John W. Eaton eliminate brace and variable expansion in PATH search code
Thu, 06 Dec 2018 17:42:03 -0500 John W. Eaton eliminate some unused and unnecessary path expansion code
Thu, 15 Nov 2018 16:42:22 -0800 Rik Don't segfault for unmatched brace in PATH (bug #55013). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 03 Nov 2017 20:39:58 -0700 Rik Remove extra space between scope operator '::' and function.
Fri, 04 Aug 2017 09:37:04 -0700 Rik Eliminate unnecessary std::string ("...") constructor calls when "..." suffices.
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 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
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
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.
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Fri, 15 Jul 2016 10:37:48 -0400 John W. Eaton * kpse.cc (kpse_truncate_filename): Use namespace qualifier for static dir_entry function.
Thu, 07 Jul 2016 08:42:44 -0400 John W. Eaton use octave::sys::time instead of C library time function
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Thu, 16 Jun 2016 10:02:49 -0400 John W. Eaton hide dirent.h header
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Mon, 13 Jun 2016 11:35:19 -0400 John W. Eaton * kpse.cc (find_first_of): Use iostream instead of stdio for debug message.
Mon, 13 Jun 2016 10:55:52 -0400 John W. Eaton eliminate unused parameter in kpse functions
Mon, 13 Jun 2016 10:49:29 -0400 John W. Eaton compile kpse.cc separately from pathsearch.cc
Sun, 12 Jun 2016 11:18:55 -0400 John W. Eaton additional cleanups for kpse.cc
Sat, 11 Jun 2016 20:36:01 -0400 John W. Eaton more cleanup in kpse.cc
Sat, 11 Jun 2016 20:07:46 -0400 John W. Eaton still more simplification of pathsearch
Sat, 11 Jun 2016 19:06:54 -0400 John W. Eaton more kpse.cc cleanups
Sat, 11 Jun 2016 18:56:14 -0400 John W. Eaton use std::list instead of custom list type in pathsearch code
Sat, 11 Jun 2016 18:47:33 -0400 John W. Eaton delete unused functions from pathsearch
Sat, 11 Jun 2016 18:08:20 -0400 John W. Eaton delete unnecessary function from pathsearch code
Sat, 11 Jun 2016 18:07:23 -0400 John W. Eaton * kpse.cc: Use iostream for debug messages.
Sat, 11 Jun 2016 18:44:07 -0400 John W. Eaton use std::list<std::string> instead of string_vector in pathsearch functions
Fri, 10 Jun 2016 22:27:22 -0400 John W. Eaton more kpse.cc updates
Fri, 10 Jun 2016 17:16:35 -0400 John W. Eaton * kpse.cc: Remove obsolete and unused code.
Fri, 10 Jun 2016 16:38:26 -0400 John W. Eaton eliminate obsolete sysdir.h header file
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
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, 13 May 2016 09:27:38 -0400 John W. Eaton Only include config.h in files that are compiled separately.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.