summaryrefslogtreecommitdiff
path: root/lib/parsetools/doc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-05-151-0/+15
|
* Revert "Prepare release"Henrik Nord2023-04-121-15/+0
| | | | This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
* Prepare releaseErlang/OTP2023-04-111-0/+15
|
* Revert "Prepare release"Henrik Nord2023-03-221-15/+0
| | | | This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
* Prepare releaseErlang/OTP2023-03-211-0/+15
|
* Update copyright yearErlang/OTP2023-03-211-1/+1
|
* leex column number supportMarko Minđek2023-02-211-14/+39
| | | | | | | | | | Added: Support for including column number in token, end and error locations. Variables in Rules: TokenCol and TokenLoc Leex options: error_location and tab_size Fixed: Bug in testcase OTP14285
* Prepare releaseErlang/OTP2022-09-201-0/+19
|
* Merge branch 'deterministic-build' of https://github.com/TD5/otp into maintBjörn Gustavsson2022-06-292-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | * 'deterministic-build' of https://github.com/TD5/otp: make: Allow OTP to be built deterministically compiler: Make test_lib robust to +deterministic compiler: Make compiler forward +determinsitic flag to epp compiler: Make yecc respect +deterministic compiler: Make leex respect +deterministic compiler: Make asn1ct_gen respect +deterministic compiler: Make EPP respect +deterministic OTP-18165
| * compiler: Make yecc respect +deterministicTom Davies2022-05-061-0/+5
| | | | | | | | | | Makes generated yecc parsers use only basenames in generated -file attributes rather than absolute paths when +deterministic is set.
| * compiler: Make leex respect +deterministicTom Davies2022-05-061-0/+5
| | | | | | | | | | Makes generated leex scanners only use basenames in generated -file attributes, rather than absolute paths when +deterministic is set.
* | Prepare releaseErlang/OTP2022-05-171-0/+16
|/
* Revert "Prepare release"Henrik Nord2022-04-131-16/+0
| | | | This reverts commit a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.
* Prepare releaseErlang/OTP2022-04-111-0/+16
|
* Revert "Prepare release"Henrik Nord2022-03-241-16/+0
| | | | This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
* Prepare releaseErlang/OTP2022-03-231-0/+16
|
* Update copyright yearErlang/OTP2022-03-231-1/+1
|
* Revert "Prepare release"Henrik Nord2022-02-161-16/+0
| | | | This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
* Prepare releaseErlang/OTP2022-02-151-0/+16
|
* Update copyright yearErlang/OTP2022-02-152-2/+2
|
* Merge pull request #5659 from rustkas/masterJohn Högberg2022-02-021-1/+1
|\ | | | | Fix typo in documentation
| * fix typoAnatolii2022-01-281-1/+1
| | | | | | Fix typo in the code example
* | Fix typos in lib/parsetoolsKian-Meng, Ang2021-12-252-3/+3
| |
* | Prepare releaseErlang/OTP2021-12-141-0/+16
| |
* | Update copyright yearRickard Green2021-12-134-4/+4
| |
* | Update some vars (line to position) in yecc docsPéter Gömöri2021-11-261-10/+10
| | | | | | | | | | The text already mentions "position (eg. line number)" and the spec also refers to location in https://github.com/erlang/otp/blob/master/lib/parsetools/include/yeccpre.hrl#L50, so this change is only to avoid any misunderstanding that the position must be a line number.
* | Prepare releaseErlang/OTP2021-09-171-0/+23
| |
* | Prepare releaseErlang/OTP2021-05-101-0/+23
| |
* | Revert "Prepare release"Henrik Nord2021-04-211-23/+0
| | | | | | | | This reverts commit 221e41bd32e433f6e08bbfedb013fc49c9aa1283.
* | Prepare releaseErlang/OTP2021-04-191-0/+23
| |
* | Revert "Prepare release"Henrik Nord2021-03-261-23/+0
| | | | | | | | This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
* | Prepare releaseErlang/OTP2021-03-251-0/+23
| |
* | Revert "Prepare release"Henrik Nord2021-02-241-23/+0
| | | | | | | | This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.
* | Prepare releaseErlang/OTP2021-02-231-0/+23
| |
* | parsetools: Add column numbers to Yecc messagesHans Bolinder2021-01-261-0/+6
| | | | | | | | | | | | | | | | | | When formatting errors and warnings in rules, the text is "at location L:C" if the option `error_location' is set to 'column'. If the option is not set, the text is as before, that is, "at line L". Column numbers are included also when parsing the grammar, if the option is set.
* | parsetools: Let Leex recognize ERL_COMPILER_OPTIONSHans Bolinder2020-11-261-0/+16
| |
* | parsetools: Let Yecc recognize ERL_COMPILER_OPTIONSHans Bolinder2020-11-261-0/+16
| |
* | parsetools: Correct spellingHans Bolinder2020-11-092-4/+4
| |
* | parsetools: Use types and specs for documentationHans Bolinder2020-11-065-115/+121
| |
* | Prepare releaseErlang/OTP2020-05-111-0/+16
| |
* | Revert "Prepare release"Henrik Nord2020-04-221-16/+0
| | | | | | | | This reverts commit eee1f3aba92b5a741eabfa1cb6eca0632562777a.
* | Prepare releaseErlang/OTP2020-04-221-0/+16
| |
* | otp: Move funcs description into funcs_description tagLukas Larsson2020-03-271-4/+5
| |
* | Revert "Prepare release"Henrik Nord2020-03-251-16/+0
| | | | | | | | This reverts commit 63638d668efbeb4539ba301328cabbc2636fb154.
* | Prepare releaseErlang/OTP2020-03-241-0/+16
| |
* | Revert "Prepare release"Henrik Nord2020-02-271-16/+0
| | | | | | | | This reverts commit 50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271.
* | Prepare releaseErlang/OTP2020-02-261-0/+16
| |
* | otp: Refactor doc make system and introduce EEP-48Lukas Larsson2020-02-241-69/+2
| |
* | Add Module prefix to all callbacksLukas Larsson2020-02-241-6/+6
| |
* | docgen: Remove many dead entities from dtdsLukas Larsson2020-02-241-3/+3
|/ | | | | | | Removed unused cite and path enitity from dtd Removed unused dtds Removed unused elements from existing dtds Removed almost unused elements from existing dtds