wok-current annotate bison/description.txt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | |
children | b0897e8bc1a4 |
rev | line source |
---|---|
samuel_trassare@11723 | 1 Bison is a general-purpose parser generator that converts an annotated context- |
samuel_trassare@11723 | 2 free grammar into a deterministic LR or generalized LR (GLR) parser employing |
samuel_trassare@11723 | 3 LALR(1) parser tables. |