log libinterp/corefcn/oct-tex-parser.yy @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 06 Sep 2021 11:06:00 -0700 Rik maint: use "m_" prefix for member variables in text-engine classes.
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
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 19 Jul 2018 13:28:51 -0400 John W. Eaton move text engine classes inside octave namespace
Wed, 18 Jul 2018 15:35:51 -0400 John W. Eaton one more fix for parser change... Doh!
Wed, 18 Jul 2018 13:31:48 -0400 John W. Eaton don't substitute api.prefix style in bison input files base libinterp/corefcn/oct-tex-parser.in.yy@cda741031c56
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Fri, 11 Oct 2013 13:58:23 -0400 John W. Eaton avoid warnings about symbols without gnulib:: namespace tag
Sat, 24 Aug 2013 14:27:09 -0400 Michael Goffioul Move TeX symbol decoding into the lexer (bug #39831).
Sun, 18 Aug 2013 21:49:59 -0400 Michael Goffioul Allow empty TeX list {}
Sun, 18 Aug 2013 21:39:29 -0400 Michael Goffioul Allow simple symbol as super-/subscript.
Sun, 18 Aug 2013 21:39:27 -0400 Michael Goffioul Combine successive TeX super- and subscript elements.
Sun, 18 Aug 2013 16:36:46 -0400 Michael Goffioul Support TeX elements in FreeType renderer.
Sun, 18 Aug 2013 16:36:38 -0400 Michael Goffioul Add simple TeX parser based on flex/bison.