summaryrefslogtreecommitdiffstats
path: root/tools/bison/patches/100-fix-gets-removal.patch
Commit message (Collapse)AuthorAgeFilesLines
* bison: update to 3.0.2Luka Perkov2013-12-151-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 39056
* bison: update to 3.0Luka Perkov2013-09-241-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38169
* bison: upgrade to version 2.7Luka Perkov2013-02-281-8/+9
| | | | SVN-Revision: 35827
* bison: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-081-0/+15
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