summaryrefslogtreecommitdiff
path: root/tools/bison/patches/100-fix-gets-removal.patch
Commit message (Collapse)AuthorAge
* tools/bison: update to 3.0.4Felix Fietkau2015-11-03
| | | | | | | | | | Update bison to 3.0.4. Refresh patches. Drop the unnecessary PKG_CAT definition. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47370
* bison: update to 3.0.2Luka Perkov2013-12-15
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39056
* bison: update to 3.0Luka Perkov2013-09-24
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38169
* bison: upgrade to version 2.7Luka Perkov2013-02-28
| | | | SVN-Revision: 35827
* bison: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-08
Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32649