aboutsummaryrefslogtreecommitdiffstats
path: root/lib/parsetools/src/leex.erl
AgeCommit message (Expand)Author
2017-07-06parsetools: Do not use deprecated functions in string(3)Hans Bolinder
2017-04-07parsetools: Fix Leex regarding Unicode atomsHans Bolinder
2017-02-14Fixed typos in lib/parsetoolsAndrew Dryga
2016-09-28parsetools: Correct handling of Unicode in LeexHans Bolinder
2015-04-30parsetools: Use module erl_annoHans 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-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-08leex: optimize werror/1Tuncer Ayaz
2011-09-08leex: use more descriptive name: 'werror'Tuncer Ayaz
2011-09-08leex: log warnings as errors if -Werror is enabledTuncer Ayaz
2011-09-08leex: honour -Werror passed from erlcTuncer Ayaz
2011-06-16Remove Dialyzer warningsHans Bolinder
2011-06-01leex: add warnings_as_errors optionTuncer Ayaz
2010-05-27leex: Clean up as suggested by tidierKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP