2020-01-21 23:25:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 21 22:24:31 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 6.8.1
|
|
|
|
* Reset lexer start-state
|
|
|
|
|
2020-01-13 18:06:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 13 17:04:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 6.8
|
|
|
|
* Since the set explicit-int option was added (an option that
|
|
|
|
takes a value), a set lang=lang option was added.
|
|
|
|
|
2020-01-07 10:07:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 7 09:01:24 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 6.7
|
|
|
|
* Add emission of explicit "int" to English output mode.
|
|
|
|
|
2019-12-16 17:02:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 16 15:57:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 6.6.2
|
|
|
|
* Command-line long-options.
|
|
|
|
* Distinguishes among K&R C, C89, C95, C99, C11, C18, C++98,
|
|
|
|
C++03, C++11, C++14, C++17, and C++20.
|
|
|
|
* Support for C89 const, restrict, and volatile declarations.
|
|
|
|
* Support for the standard C95 type wchar_t.
|
|
|
|
* Support for the standard C99 types _Bool, _Complex,
|
|
|
|
_Imaginary, int8_t, int16_t, ptrdiff_t, size_t, etc.
|
|
|
|
* Support for C99 static, type-qualified, and variable length
|
|
|
|
array function arguments.
|
|
|
|
* Support for the standard C11 atomic types atomic_bool,
|
|
|
|
atomic_char, etc.
|
|
|
|
* Support for the standard C11 and C++11 types char16_t,
|
|
|
|
char32_t, and thread_local.
|
|
|
|
* Support for inline function and variable declarations.
|
|
|
|
* Support for typedef declarations.
|
|
|
|
* Support for variadic function arguments.
|
|
|
|
* Support for C and C++ alternative tokens (and, and_eq, etc.).
|
|
|
|
* Support for C++ mutable data members, namespaces and scoped
|
|
|
|
names, new-style casts, throw, overloaded operators, and
|
|
|
|
friend, virtual and pure virtual member function
|
|
|
|
declarations, and user-defined conversion operators.
|
|
|
|
* Support for C++11 constexpr, enum class, final, noexcept,
|
|
|
|
override, rvalue references, user-defined literals, using (as
|
|
|
|
a typedef synonym), the function trailing return-type syntax,
|
|
|
|
and ref-qualified member function declarations.
|
|
|
|
* Support for C++ [[carries_dependency]], [[deprecated]],
|
|
|
|
[[maybe_unused]], [[nodiscard]], and [[noreturn]] attribute
|
|
|
|
specifiers.
|
|
|
|
* Better warning and error messages complete with location
|
|
|
|
information and color.
|
2019-12-18 10:13:43 +01:00
|
|
|
- Drop cdecl-2.5-deb11.diff
|
2019-12-16 17:02:16 +01:00
|
|
|
|
2015-06-11 11:40:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 11 09:08:54 UTC 2015 - schwab@suse.de
|
|
|
|
|
|
|
|
- keyword-identifier.patch: rename identifier conflicting with keyword
|
|
|
|
|
2012-02-13 12:17:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 10:44:51 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
|
2011-09-19 10:49:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 17 22:41:18 UTC 2011 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Remove redundant tags/sections from specfile
|
|
|
|
- Use %_smp_mflags for parallel build
|
|
|
|
|
2011-03-26 10:28:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 13 00:56:53 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Add -DOLD_READLINE to get prototypes into scope
|