log libinterp/corefcn/syminfo.h @ 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
Tue, 06 Jul 2021 11:12:20 -0700 Rik Add 's'=sparse attribute for whos function (bug #60687)
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 18:15:36 +0100 Markus Mützel Set API tags in files in libinterp/corefcn (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
Sat, 26 Jan 2019 15:34:26 +0000 John W. Eaton eliminate "automatic" type from symbol info class
Sat, 26 Jan 2019 15:36:16 +0000 John W. Eaton add const qualifiers to two symbol_info methods
Sat, 26 Jan 2019 15:35:09 +0000 John W. Eaton new symbol_info method to list names
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Nov 2018 19:35:39 -0500 John W. Eaton use symbol_info_list instead of symbol_scope to pass workspace info to gui
Fri, 16 Nov 2018 00:16:44 -0500 John W. Eaton * syminfo.h: Derive symbol_info_list from base_list<symbol_info>.
Thu, 15 Nov 2018 22:45:04 -0500 John W. Eaton move symbol_info and symbol_info_list classes to separate file