2013-08-12 10:43:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 12 08:45:29 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Update to version 2.10:
|
|
|
|
- A number of improvements in the handling of typedef-name ambiguities,
|
|
|
|
contributed by Sye van der Veen in GitHub issue #1:
|
|
|
|
* Allow shadowing of types by identifiers in inner scopes.
|
|
|
|
* Allow struct field names to reside in a separate namespace and have
|
|
|
|
the same names as types.
|
|
|
|
* Allow duplicate typedefs in some cases to mimic real compiler behavior.
|
|
|
|
- c_generator error for ExprList in expression context.
|
|
|
|
- Assume default int type for functions whose argument or return types were
|
|
|
|
not specified.
|
|
|
|
- Relax the lexer a bit w.r.t. some integer suffixes and $ in identifier names
|
|
|
|
(which is supported by some other compilers).
|
|
|
|
- Package LICENSE
|
|
|
|
|
2013-04-13 12:19:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 13 10:11:29 UTC 2013 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Remove pre_checkin.sh since the two packages are not the same
|
|
|
|
|
2013-02-28 10:00:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 27 15:22:33 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Initial python3 support
|
|
|
|
|
2013-02-10 10:51:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 10 09:48:07 UTC 2013 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|