summaryrefslogtreecommitdiff
path: root/lib/parsetools
Commit message (Collapse)AuthorAgeFilesLines
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-172-2/+2
|
* Update and add cover spec files to work with common_testLukas Larsson2011-02-172-1/+3
|
* Update all test specsLukas Larsson2011-02-171-1/+1
|
* Fix formatting for parsetoolsLukas Larsson2011-02-172-29/+33
|
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-172-2/+14
|
* Add ts_install_scb to suite/0Lukas Larsson2011-02-172-2/+6
|
* Update parsetools tests to conform with common_test standardLukas Larsson2011-02-173-26/+43
|
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-172-5/+5
|
* Prepare releaseErlang/OTP2010-12-062-1/+16
|
* Improve formating of Yecc error messagesHans Bolinder2010-11-012-3/+11
| | | | | The formating of Yecc's error messages has been improved. (Thanks to Joe Armstrong.)
* Prepare releaseOTP_R14BErlang/OTP2010-09-131-0/+15
|
* Fix a problem with HiPE-compiled Yecc parsersHans Bolinder2010-08-235-114/+161
|
* Update release notesBjörn Gustavsson2010-06-111-0/+22
|
* Update version numbersBjörn Gustavsson2010-06-101-1/+1
|
* leex: Clean up as suggested by tidierKostis Sagonas2010-05-271-27/+26
|
* OTP-8486 parsetools: yecc bugHans Bolinder2010-03-052-5/+37
| | | | | A bug introduced in Parsetools 1.4.4 (R12B-2) has been fixed. (Thanks to Manolis Papadakis.)
* OTP-8483 parsetools: yecc bugHans Bolinder2010-03-032-4/+40
| | | | | | 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.)
* Update release notesBjörn-Egil Dahlberg2010-02-191-3/+19
|
* Merge branch 'ks/cleanups' into ccase/r13b04_devErlang/OTP2010-02-173-65/+62
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * parsetools: Don't use 'try...of' when 'try' will doKostis Sagonas2010-02-161-2/+1
| |
| * parsetools: Use %% for comments at the beginning of a lineKostis Sagonas2010-02-162-5/+5
| | | | | | | | | | | | According to the style guidelines (and the Erlang mode for Emacs), comments at the beginning of a line should start with "%%", not "%".
| * parsetools: Replace lists:keysearch/3 with lists:keyfind/3Kostis Sagonas2010-02-161-18/+18
| |
| * parsetools: Modernize types and specsKostis Sagonas2010-02-162-14/+12
| |
| * parsetools: Replace TABs with spacesBjörn Gustavsson2010-02-162-11/+11
|/ | | | | | The files in the parsetools application are supposed to be indented using spaces only. Remove the stray TABs that somehow have crept in.
* Update version numbersBjörn Gustavsson2010-02-111-1/+1
|
* yecc_SUITE: Adjustment for modified error tupleHans Bolinder2010-02-011-1/+1
|
* Add test suite for parsetoolsBjörn Gustavsson2010-02-014-0/+2783
|
* documentation: Fix bugs introduced in the SGML to XML transitionHans Bolinder2009-12-031-19/+19
| | | | | | | | | | | 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.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2032-0/+7588