14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=6
This commit is contained in:
Sascha Peilicke
2013-08-12 08:43:05 +00:00
committed by Git OBS Bridge
parent 694f2a84be
commit ea0f77d809
4 changed files with 22 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
Name: python-pycparser
Version: 2.09.1
Version: 2.10
Release: 0
License: BSD-3-Clause
Summary: C parser in Python
@@ -50,7 +50,7 @@ python tests/all_tests.py
%files
%defattr(-,root,root,-)
%doc README.rst examples
%doc LICENSE README.rst examples
%{python_sitelib}/*
%changelog