diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-08-28 22:05:19 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-08-29 09:00:38 +0200 |
commit | 38dfc4aa131a87735dfc8629c3394c7d2670e9d5 (patch) | |
tree | b34469310a5bc67af355f7145a9dd2cd6e59495c /source/d/bison/slack-desc | |
parent | b70192b9212452c9cca2049c9e718ea7d88dd765 (diff) | |
download | current-38dfc4aa131a87735dfc8629c3394c7d2670e9d5.tar.gz current-38dfc4aa131a87735dfc8629c3394c7d2670e9d5.tar.xz |
Tue Aug 28 22:05:19 UTC 201820180828220519
a/sysvinit-scripts-2.1-noarch-18.txz: Rebuilt.
rc.cpufreq: for CPUs that use intel_pstate, default to the performance
governor. The performance governor provides power savings while avoiding
the ramp-up lag caused by using "ondemand", which defaults to "powersave"
on these systems. Thanks to EdGr.
d/bison-3.1-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rw-r--r-- | source/d/bison/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/d/bison/slack-desc b/source/d/bison/slack-desc index 02c40f6ae..472bc0fec 100644 --- a/source/d/bison/slack-desc +++ b/source/d/bison/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| bison: bison (parser generator similar to yacc) bison: -bison: GNU "Bison" is a general-purpose parser generator that converts a +bison: GNU Bison is a general-purpose parser generator that converts a bison: grammar description for an LALR(1) context-free grammar into a C -bison: program to parse that grammar. -bison: -bison: Bison is upward compatible with Yacc: all properly-written Yacc -bison: grammars ought to work with Bison with no change. Anyone familiar -bison: with Yacc should be able to use Bison with little trouble. +bison: program to parse that grammar. Bison is upward compatible with Yacc: +bison: all properly-written Yacc grammars ought to work with Bison with no +bison: change. Anyone familiar with Yacc should be able to use Bison with +bison: little trouble. bison: +bison: Homepage: https://www.gnu.org/software/bison/ bison: |