Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-05 | Revert "Prepare release" | Raimo Niskanen | |
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. | |||
2017-05-04 | Prepare release | Erlang/OTP | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-07 | parsetools: Fix Leex regarding Unicode atoms | Hans Bolinder | |
Notice that macro names are unquoted atoms. | |||
2017-02-26 | Include ending dot in yecc's Header code example | Jon Parise | |
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. | |||
2016-12-09 | Prepare release | Erlang/OTP | |
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-12-15 | Update release notes | Erlang/OTP | |
2015-07-15 | yecc: fix file/2 error tuple doc | Tuncer Ayaz | |
2015-07-15 | leex: fix file/2 error tuple doc (Reported-by: Leo Liu) | Tuncer Ayaz | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-02-24 | Merge branch 'fenollp/yecc-bad-example-code/OTP-11749' | Henrik Nord | |
* fenollp/yecc-bad-example-code/OTP-11749: Replace fixed-length list-nodes by tuple-nodes | |||
2013-12-29 | Replace fixed-length list-nodes by tuple-nodes | Pierre Fenoll | |
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-03 | Merge branch 'maint' | Hans Bolinder | |
* maint: Fix a Unicode filename bug affecting Leex and Yecc | |||
2013-09-02 | Fix a Unicode filename bug affecting Leex and Yecc | Hans Bolinder | |
A bug where Unicode filenames combined with Latin-1 encoding could crash Yecc and Leex has been fixed. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-08-18 | Fix incorrect order of pseudo variables in yecc example | garrett | |
The example is for converting from infix to prefix. This change uses to correct ordering of the triplet. |