History log of /netbsd-current/external/gpl2/gmake/dist/glob/glob.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: phil-wifi-base pgoyette-compat-0625
# 1.5 23-May-2018 nonaka

gmake: __alloca and __stat are provided only when building with GLIBC.

Fix a build failure on Ubuntu 18.04.


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422
# 1.4 16-Apr-2018 christos

According to:
https://sourceforge.net/p/predef/wiki/Libraries/
The macro used for old glibc is __GNU_LIBRARY__ and the new one is __GLIBC__.
Try to fix linux compilation by detecting both.


# 1.3 16-Apr-2018 kamil

Revert previous glob.c change

It broke on !GLIBC.


# 1.2 16-Apr-2018 kamil

Fix build of gmake (in tools) on new GLIBC systems

Reported on Debian and Fedora.

Reference for similar fix:
https://lists.nongnu.org/archive/html/bug-make/2017-11/msg00020.html

Tested by <Mateusz Guzik> on Fedora.
Tested by <Mandacaru Cascavel> on Debian.


# 1.1 18-Aug-2014 christos

branches: 1.1.1;
Initial revision


Revision tags: pgoyette-compat-0422
# 1.4 16-Apr-2018 christos

According to:
https://sourceforge.net/p/predef/wiki/Libraries/
The macro used for old glibc is __GNU_LIBRARY__ and the new one is __GLIBC__.
Try to fix linux compilation by detecting both.


# 1.3 16-Apr-2018 kamil

Revert previous glob.c change

It broke on !GLIBC.


# 1.2 16-Apr-2018 kamil

Fix build of gmake (in tools) on new GLIBC systems

Reported on Debian and Fedora.

Reference for similar fix:
https://lists.nongnu.org/archive/html/bug-make/2017-11/msg00020.html

Tested by <Mateusz Guzik> on Fedora.
Tested by <Mandacaru Cascavel> on Debian.


# 1.1 18-Aug-2014 christos

branches: 1.1.1;
Initial revision