aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools/src
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
2018-02-06parsetools: Do not call erlang:get_stacktrace()Hans Bolinder
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-04-07parsetools: Fix Leex regarding Unicode atomsHans Bolinder
2017-03-10parsetools: Fix handling of locations and annotationsHans Bolinder
2017-02-14Fixed typos in lib/parsetoolsAndrew Dryga
2016-11-29warn_obsolete_guard is already defaultRichard Carlsson
2016-09-28parsetools: Correct handling of Unicode in LeexHans Bolinder
2016-09-12parsetools: Suppress Dialyzer-warningsHans Bolinder
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-25Update runtime_dependencies in application resource filesHans Bolinder
2015-04-30parsetools: Use module erl_annoHans Bolinder
2015-01-15Let Yecc use the new -dialyzer attributeHans Bolinder
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-02-18Fix library application appup filesTobias Schlager
2014-02-12Fix a few of Dialyzer's unmatched_return warningsHans Bolinder
2013-09-10Missed a few similar callsPierre Fenoll
2013-09-10Fix leex module`s inability to build unicode-aware lexers.Pierre Fenoll
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-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-23Turn warnings to errors on selected applicationsBjörn Gustavsson
2013-01-15Implement ./otp_build configure --enable-silent-rulesAnthony Ramine
2013-01-03Merge branch 'hb/parsetools/remove_esyntax/OTP-10660'Hans Bolinder
2013-01-02Remote the file esyntax.yrlHans Bolinder
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-06-05Update to work with whitespace in exec pathLukas Larsson
2011-09-29Merge branch 'dev' into majorBjörn-Egil Dahlberg
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-13Merge branch 'dev' into majorHenrik Nord
2011-09-08leex: optimize werror/1Tuncer Ayaz
2011-09-08yecc: optimize werror/1Tuncer Ayaz
2011-09-08yecc: use more descriptive name: 'werror'Tuncer Ayaz
2011-09-08leex: use more descriptive name: 'werror'Tuncer Ayaz
2011-09-08yecc: log warnings as errors if -Werror is enabledTuncer Ayaz
2011-09-08leex: log warnings as errors if -Werror is enabledTuncer Ayaz
2011-09-08yecc: honour -Werror passed from erlcTuncer Ayaz
2011-09-08leex: honour -Werror passed from erlcTuncer Ayaz
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-06-16Remove Dialyzer warningsHans Bolinder
2011-06-01yecc: add warnings_as_errors optionTuncer Ayaz