Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12-06 | Prepare release | Erlang/OTP | |
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-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-08-23 | Fix a problem with HiPE-compiled Yecc parsers | Hans Bolinder | |
2010-06-11 | Update release notes | Björn Gustavsson | |
2010-06-10 | Update version numbers | Björn Gustavsson | |
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-19 | Update release notes | Björn-Egil Dahlberg | |
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. | |||
2010-02-11 | Update version numbers | Björn Gustavsson | |
2010-02-01 | yecc_SUITE: Adjustment for modified error tuple | Hans Bolinder | |
2010-02-01 | Add test suite for parsetools | Björn Gustavsson | |
2009-12-03 | documentation: Fix bugs introduced in the SGML to XML transition | Hans Bolinder | |
In the transition from SGML to XML (several releases ago), bugs were introduced in the documentation, for instance "\n" replaced by newlines. Correct those bugs. Also correct double backslashes. They seem to have been introduced very early in the development of OTP. According to Lars they "solved" a bug in the generation of HTML &c. Now that standard tools are used instead of docbuilder, the bug has become visible. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |