Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-01 | yecc: add warnings_as_errors option | Tuncer Ayaz | |
2011-06-01 | leex: add warnings_as_errors option | Tuncer Ayaz | |
2011-05-30 | leex: fix typo in leex_SUITE | Tuncer Ayaz | |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for parsetools | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update parsetools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | |||
2010-11-01 | Improve formating of Yecc error messages | Hans Bolinder | |
The formating of Yecc's error messages has been improved. (Thanks to Joe Armstrong.) | |||
2010-08-23 | Fix a problem with HiPE-compiled Yecc parsers | Hans Bolinder | |
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-01 | yecc_SUITE: Adjustment for modified error tuple | Hans Bolinder | |
2010-02-01 | Add test suite for parsetools | Björn Gustavsson | |