~ubuntu-virt/gnulib/+git/gnulib-lp-import:pygnulib

Last commit made on 2017-09-08
Get this branch:
git clone -b pygnulib https://git.launchpad.net/~ubuntu-virt/gnulib/+git/gnulib-lp-import

Branch merges

Branch information

Recent commits

6ce7367... by ghostmansd

Merge branch 'master' of ssh://git.savannah.gnu.org:/srv/git/gnulib into pygnulib

d196719... by ghostmansd

[pygnulib] autopep8 (fixing indentation, style, etc.)

80ad545... by Paul Eggert

* lib/fts.c: Fix XFS comments.

21c52a8... by ghostmansd

[pygnulib] autopep8 (fixing indentation, style, etc.)

4be624b... by ghostmansd

gnulib-tool.py: fix exception handling

3df6660... by ghostmansd

gnulib-tool.py: fix errors on building wget2; use UTF-8 in subprocess

1fdadd2... by ghostmansd

[pygnulib] .gitignore

02a1f93... by ghostmansd

[pygnulib] initial merge (including some small bug fixes)

1d618ea... by ghostmansd

command-line configuration

3ba4dba... by Bruno Haible

stddef: Avoid conflict with system-defined max_align_t.

The configure-determined HAVE_MAX_ALIGN_T may not always be accurate.
Reported by Werner Lemberg <email address hidden> in
<https://lists.gnu.org/archive/html/bug-gnulib/2017-08/msg00185.html>.

* lib/stddef.in.h (rpl_max_align_t): Renamed from max_align_t.
(max_align_t): Define as a macro.
(GNULIB_defined_max_align_t): New macro. Guards against multiple
definitions of rpl_max_align_t in different copies of gnulib-generated
<stddef.h>.