aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools/src/yecc.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-05-04Use \n escape instead of integer 10Richard Carlsson
2018-05-04Move lib:nonl/1 into yecc.erlRichard Carlsson
2017-07-06parsetools: Do not use deprecated functions in string(3)Hans Bolinder
2017-06-09parsetools: Improve handling of Unicode atomsHans Bolinder
2017-04-07parsetools: Fix Yecc regarding Unicode atomsHans Bolinder
2017-03-10parsetools: Fix handling of locations and annotationsHans Bolinder
2016-09-12parsetools: Suppress Dialyzer-warningsHans Bolinder
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-15Let Yecc use the new -dialyzer attributeHans Bolinder
2014-02-12Fix a few of Dialyzer's unmatched_return warningsHans Bolinder
2013-09-02Fix a Unicode filename bug affecting Leex and YeccHans Bolinder
2013-08-28Fix a Yecc bugHans Bolinder
2013-02-19Use ~ts for filenamesHans Bolinder
2013-02-11Make Unicode correctionsHans Bolinder
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-08yecc: optimize werror/1Tuncer Ayaz
2011-09-08yecc: use more descriptive name: 'werror'Tuncer Ayaz
2011-09-08yecc: log warnings as errors if -Werror is enabledTuncer Ayaz
2011-09-08yecc: honour -Werror passed from erlcTuncer Ayaz
2011-06-01yecc: add warnings_as_errors optionTuncer Ayaz
2010-08-23Fix a problem with HiPE-compiled Yecc parsersHans Bolinder
2010-03-05OTP-8486 parsetools: yecc bugHans Bolinder
2010-03-03OTP-8483 parsetools: yecc bugHans Bolinder
2010-02-17Merge branch 'ks/cleanups' into ccase/r13b04_devErlang/OTP
2010-02-16parsetools: Don't use 'try...of' when 'try' will doKostis Sagonas
2010-02-16parsetools: Replace lists:keysearch/3 with lists:keyfind/3Kostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP