log liboctave/util/oct-string.h @ 32049:1c99c8f020f7

age author description
Sat, 22 Apr 2023 19:01:35 +0200 Markus Mützel gui: Show encodings available with iconv in file editor preferences.
Sun, 16 Apr 2023 18:54:20 +0200 Markus Mützel Back out changeset 36b6c5a77727
Sun, 16 Apr 2023 15:16:33 +0200 Markus Mützel gui: Show encodings available with iconv in file editor preferences.
Sat, 15 Apr 2023 11:29:15 +0200 Markus Mützel gui: Use iconv/gnulib to save editor content in non-UTF-8.
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sat, 05 Mar 2022 21:20:58 +0100 Markus Mützel Encoding facet based on gnulib uniconv for STL iostreams (bug #61839).
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 29 Dec 2020 17:58:57 +0100 Markus Mützel Set API tags in files in liboctave/util (patch #8919).
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
Wed, 04 Dec 2019 22:42:47 +0100 Markus Mützel Create valid UTF-8 from .m file content (bug #57341).
Sat, 02 Feb 2019 20:07:45 +0100 Markus Mützel Add C++ functions to convert encoding of strings (bug #55452).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 22 Nov 2018 22:17:28 +0100 Markus Mützel Move function str2double inside octave::string namespace (patch #9084).
Sun, 18 Nov 2018 15:50:01 +0100 Markus Mützel Move rational_approx to liboctave (patch #9084).
Sun, 18 Nov 2018 15:44:36 +0100 Markus Mützel Move octave_str2double to liboctave (patch #9084).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 19 Jan 2018 19:59:28 -0800 Mike Miller doc: make all Doxygen comment blocks more consistent
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
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/
Sat, 13 Aug 2016 15:35:58 +0100 Carnë Draug New string utility functions to replace caseless_str for liboctave (bug #48726)