Age | Commit message (Expand) | Author |
2017-07-06 | parsetools: Do not use deprecated functions in string(3) | Hans Bolinder |
2017-06-09 | parsetools: Improve handling of Unicode atoms | Hans Bolinder |
2017-04-07 | parsetools: Fix Yecc regarding Unicode atoms | Hans Bolinder |
2017-04-07 | parsetools: Fix Leex regarding Unicode atoms | Hans Bolinder |
2017-03-10 | parsetools: Fix handling of locations and annotations | Hans Bolinder |
2017-02-14 | Fixed typos in lib/parsetools | Andrew Dryga |
2016-11-29 | warn_obsolete_guard is already default | Richard Carlsson |
2016-09-28 | parsetools: Correct handling of Unicode in Leex | Hans Bolinder |
2016-09-12 | parsetools: Suppress Dialyzer-warnings | Hans Bolinder |
2016-03-15 | update copyright-year | Henrik Nord |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-05-25 | Update runtime_dependencies in application resource files | Hans Bolinder |
2015-04-30 | parsetools: Use module erl_anno | Hans Bolinder |
2015-01-15 | Let Yecc use the new -dialyzer attribute | Hans Bolinder |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green |
2014-02-18 | Fix library application appup files | Tobias Schlager |
2014-02-12 | Fix a few of Dialyzer's unmatched_return warnings | Hans Bolinder |
2013-09-10 | Missed a few similar calls | Pierre Fenoll |
2013-09-10 | Fix leex module`s inability to build unicode-aware lexers. | Pierre Fenoll |
2013-09-02 | Fix a Unicode filename bug affecting Leex and Yecc | Hans Bolinder |
2013-08-28 | Fix a Yecc bug | Hans Bolinder |
2013-02-19 | Use ~ts for filenames | Hans Bolinder |
2013-02-11 | Make Unicode corrections | Hans Bolinder |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-25 | Extend char() to Unicode characters | Hans Bolinder |
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine |
2013-01-03 | Merge branch 'hb/parsetools/remove_esyntax/OTP-10660' | Hans Bolinder |
2013-01-02 | Remote the file esyntax.yrl | Hans Bolinder |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg |
2011-09-13 | Merge branch 'dev' into major | Henrik Nord |
2011-09-08 | leex: optimize werror/1 | Tuncer Ayaz |
2011-09-08 | yecc: optimize werror/1 | Tuncer Ayaz |
2011-09-08 | yecc: use more descriptive name: 'werror' | Tuncer Ayaz |
2011-09-08 | leex: use more descriptive name: 'werror' | Tuncer Ayaz |
2011-09-08 | yecc: log warnings as errors if -Werror is enabled | Tuncer Ayaz |
2011-09-08 | leex: log warnings as errors if -Werror is enabled | Tuncer Ayaz |
2011-09-08 | yecc: honour -Werror passed from erlc | Tuncer Ayaz |
2011-09-08 | leex: honour -Werror passed from erlc | Tuncer Ayaz |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson |
2011-06-16 | Remove Dialyzer warnings | Hans Bolinder |
2011-06-01 | yecc: add warnings_as_errors option | Tuncer Ayaz |
2011-06-01 | leex: add warnings_as_errors option | Tuncer Ayaz |
2010-08-23 | Fix a problem with HiPE-compiled Yecc parsers | Hans Bolinder |
2010-05-27 | leex: Clean up as suggested by tidier | Kostis Sagonas |
2010-03-05 | OTP-8486 parsetools: yecc bug | Hans Bolinder |