Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-16 | Remove Dialyzer warnings | Hans Bolinder | |
The code that deals with the POSIX version of regexps has been commented out. Robert will add an option as well as some way to set the option in the source file later. | |||
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 | |
A bug introduced in Parsetools 1.4.4 (R12B-2) has been fixed. (Thanks to Manolis Papadakis.) | |||
2010-03-03 | OTP-8483 parsetools: yecc bug | Hans Bolinder | |
Yecc failed to report reduce/reduce conflicts where one of the reductions involved the root symbol. This bug has been fixed. (Thanks to Manolis Papadakis.) | |||
2010-02-17 | Merge branch 'ks/cleanups' into ccase/r13b04_dev | Erlang/OTP | |
* ks/cleanups: percept: Clean up as suggested by tidier percept: Modernize types and specs parsetools: Don't use 'try...of' when 'try' will do parsetools: Use %% for comments at the beginning of a line parsetools: Replace lists:keysearch/3 with lists:keyfind/3 parsetools: Modernize types and specs parsetools: Replace TABs with spaces runtime_tools: Modernize specs sasl: Eliminate tuple used as fun sasl: Add missing modules to app file asn1: Clean up as suggested by tidier os_mon: Modernize types and specs wx: Clean up as suggested by tidier OTP-8455 ks/cleanups | |||
2010-02-16 | parsetools: Don't use 'try...of' when 'try' will do | Kostis Sagonas | |
2010-02-16 | parsetools: Use %% for comments at the beginning of a line | Kostis Sagonas | |
According to the style guidelines (and the Erlang mode for Emacs), comments at the beginning of a line should start with "%%", not "%". | |||
2010-02-16 | parsetools: Replace lists:keysearch/3 with lists:keyfind/3 | Kostis Sagonas | |
2010-02-16 | parsetools: Modernize types and specs | Kostis Sagonas | |
2010-02-16 | parsetools: Replace TABs with spaces | Björn Gustavsson | |
The files in the parsetools application are supposed to be indented using spaces only. Remove the stray TABs that somehow have crept in. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |