summaryrefslogtreecommitdiff
path: root/lib/parsetools
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2018-09-242-1/+16
|
* Update copyright yearHenrik Nord2018-09-211-1/+1
|
* docs: make clean all XMLDIRLukas Larsson2018-07-131-0/+1
|
* Prepare releaseErlang/OTP2018-06-192-1/+16
|
* Update copyright yearHenrik Nord2018-06-185-5/+5
|
* Revert "Prepare release"Henrik2018-05-292-16/+1
| | | | This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
* Prepare releaseErlang/OTP2018-05-252-1/+16
|
* Use \n escape instead of integer 10Richard Carlsson2018-05-041-1/+1
|
* Move lib:nonl/1 into yecc.erlRichard Carlsson2018-05-041-2/+6
|
* Revert "Update release notes"Henrik2018-05-021-15/+0
| | | | This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521.
* Revert "Update version numbers"Henrik2018-05-021-1/+1
| | | | This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3.
* Update release notesErlang/OTP2018-04-301-0/+15
|
* Update version numbersErlang/OTP2018-04-301-1/+1
|
* parsetools: Do not call erlang:get_stacktrace()Hans Bolinder2018-02-063-12/+8
|
* Merge branch 'maint'Henrik Nord2017-12-132-1/+16
|\
| * Update release notesErlang/OTP2017-12-081-0/+15
| |
| * Update version numbersErlang/OTP2017-12-081-1/+1
| |
* | Merge branch 'maint'Hans Bolinder2017-10-251-0/+4
|\ \ | |/ | | | | | | * maint: parsetools: Fix unused functions warnings in leexinc.hrl
| * parsetools: Fix unused functions warnings in leexinc.hrlHans Bolinder2017-10-241-0/+4
| |
* | Merge branch 'maint'Lars Thorsen2017-10-106-72/+11
|\ \ | |/
| * Remove unused files from the documentation buildLars Thorsen2017-09-286-72/+11
| |
* | parsetools: Do not use deprecated functions in string(3)Hans Bolinder2017-07-062-25/+21
|/ | | | Unicode is also handled better in a few cases.
* Prepare releaseErlang/OTP2017-06-212-1/+28
|
* Update copyright yearHans Nilsson2017-06-141-1/+1
|
* parsetools: Improve handling of Unicode atomsHans Bolinder2017-06-092-10/+9
|
* Revert "Prepare release"Hans Nilsson2017-05-312-28/+1
| | | | This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
* Prepare releaseErlang/OTP2017-05-302-1/+28
|
* Revert "Prepare release"Raimo Niskanen2017-05-052-28/+1
| | | | This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
* Prepare releaseErlang/OTP2017-05-042-1/+28
|
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
|
* parsetools: Fix Yecc regarding Unicode atomsHans Bolinder2017-04-072-57/+147
| | | | | Terminals and non-terminals still need to be quoted, which is a side-effect of using the Erlang scanner.
* parsetools: Fix Leex regarding Unicode atomsHans Bolinder2017-04-073-42/+100
| | | | Notice that macro names are unquoted atoms.
* Merge remote-tracking branch ↵Hans Bolinder2017-03-161-1/+1
|\ | | | | | | | | | | | | 'origin/jparise/parsetools/yecc-header-dot/OTP-14276/PR-1357' * origin/jparise/parsetools/yecc-header-dot/OTP-14276/PR-1357: Include ending dot in yecc's Header code example
| * Include ending dot in yecc's Header code exampleJon Parise2017-02-261-1/+1
| | | | | | | | | | | | | | All yecc declarations must end in a dot (.). The code example for the Header declaration doesn't include a trailing dot while all other code examples do. This change adds that dot for consistency and to avoid any potential confusion on the part of the reader.
* | parsetools: Fix handling of locations and annotationsHans Bolinder2017-03-104-209/+162
| |
* | Fixed typos in lib/parsetoolsAndrew Dryga2017-02-141-2/+2
| |
* | Merge tag 'OTP-19.2'Dan Gudmundsson2016-12-142-1/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === OTP-19.2 === Changed Applications: - common_test-1.13 - compiler-7.0.3 - crypto-3.7.2 - dialyzer-3.0.3 - edoc-0.8.1 - erl_docgen-0.6.1 - erl_interface-3.9.2 - erts-8.2 - eunit-2.3.2 - hipe-3.15.3 - inets-6.3.4 - kernel-5.1.1 - mnesia-4.14.2 - observer-2.3 - odbc-2.12 - parsetools-2.1.4 - public_key-1.3 - runtime_tools-1.11 - sasl-3.0.2 - ssh-4.4 - ssl-8.1 - stdlib-3.2 - syntax_tools-2.1.1 - tools-2.9 - wx-1.8 Unchanged Applications: - asn1-4.0.4 - cosEvent-2.2.1 - cosEventDomain-1.2.1 - cosFileTransfer-1.2.1 - cosNotification-1.2.2 - cosProperty-1.2.1 - cosTime-1.2.2 - cosTransactions-1.3.2 - debugger-4.2.1 - diameter-1.12.1 - eldap-1.2.2 - et-1.6 - gs-1.6.2 - ic-4.4.2 - jinterface-1.7.1 - megaco-3.18.1 - orber-3.8.2 - os_mon-2.4.1 - otp_mibs-1.1.1 - percept-0.9 - reltool-0.7.2 - snmp-5.2.4 - typer-0.9.11 - xmerl-1.3.12 * tag 'OTP-19.2': Updated OTP version Prepare release Conflicts: OTP_VERSION
| * Prepare releaseErlang/OTP2016-12-092-1/+21
| |
* | warn_obsolete_guard is already defaultRichard Carlsson2016-11-291-1/+1
|/ | | | Update compiler documentation and remove superfluous erlc flags.
* parsetools: Correct counting of newlinesHans Bolinder2016-09-293-13/+68
| | | | | | | See https://bugs.erlang.org/browse/ERL-263 The fix in commit c9bc5c94 of PR-431 (https://github.com/erlang/otp/pull/431) introduced new problems.
* parsetools: Correct handling of Unicode in LeexHans Bolinder2016-09-282-5/+7
| | | | | | The 'dfa_graph' option did not work with Unicode. The testcase 'unicode' was not correct.
* Prepare releaseErlang/OTP2016-09-202-1/+17
|
* parsetools: Suppress Dialyzer-warningsHans Bolinder2016-09-122-5/+6
| | | | | | | | | When using Yecc's operator precedence declarations (Right, Nonassoc, Left), it is possible that some clauses of the generated code are unreachable. Dialyzer complains, at least if SET_LIMIT in erl_types is set sufficiently high (to avoid sets of integers to collapse to the integer() type). Rather than trying to figure out exactly which clauses are unreachable, Yecc generates a Dialyzer suppression.
* doc: Correct errors introduced by Editorial changesHans Bolinder2016-09-011-1/+1
| | | | Fix some older errors as well.
* Prepare releaseErlang/OTP2016-06-212-1/+16
|
* Revert "Prepare release"Erlang/OTP2016-06-022-16/+1
| | | | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
* Prepare releaseErlang/OTP2016-06-022-1/+16
|
* Revert "Prepare release"Erlang/OTP2016-05-122-16/+1
| | | | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
* Prepare releaseErlang/OTP2016-05-112-1/+16
|
* update copyright-yearHenrik Nord2016-03-1516-16/+16
|