Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | Prepare release | Erlang/OTP | |
2019-04-24 | Revert "Prepare release" | Rickard Green | |
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. | |||
2019-04-23 | Prepare release | Erlang/OTP | |
2019-04-11 | syntax_tools: Fix doc link | Hans Bolinder | |
A link that used to work for 'make edocs' only, now works for 'make release_docs' and on erlang.org as well. | |||
2019-03-28 | syntax_tools: Fix handling of Unicode filenames | Hans Bolinder | |
2019-03-26 | Revert "Prepare release" | Henrik Nord | |
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. | |||
2019-03-25 | Prepare release | Erlang/OTP | |
2019-03-12 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2019-03-11 | Prepare release | Erlang/OTP | |
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2019-01-16 | Merge branch 'maint' | Hans Bolinder | |
* maint: syntax_tools: Fix pretty-printing of type funs | |||
2019-01-15 | syntax_tools: Fix pretty-printing of type funs | Hans Bolinder | |
See also ERL-815. | |||
2018-09-25 | Merge branch 'maint' | Henrik Nord | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-14 | Merge branch 'maint' | Hans Bolinder | |
* maint: erts: Add comment about [] and nil() to The Abstract Format syntax_tools: Correct erl_syntax:revert/1 | |||
2018-09-14 | Merge branch 'hasse/syntax_tools/fix_revert/OTP-15294' into maint | Hans Bolinder | |
* hasse/syntax_tools/fix_revert/OTP-15294: erts: Add comment about [] and nil() to The Abstract Format syntax_tools: Correct erl_syntax:revert/1 | |||
2018-09-12 | Merge branch 'maint' | Hans Bolinder | |
* maint: syntax_tools: Correct unfolding of the stacktrace variable | |||
2018-09-12 | syntax_tools: Correct erl_syntax:revert/1 | Hans Bolinder | |
revert/1 did not handle the types tuple() and map() correctly. | |||
2018-09-10 | syntax_tools: Correct unfolding of the stacktrace variable | Hans Bolinder | |
The bug was introduced in 9ab233. See also https://bugs.erlang.org/browse/ERL-719. | |||
2018-08-11 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Update release notes Update version numbers syntax_tools: Fix a bug regarding reverting map types. | |||
2018-08-11 | Merge branch 'maint-19' into maint | Rickard Green | |
* maint-19: Updated OTP version Update release notes Update version numbers syntax_tools: Fix a bug regarding reverting map types. | |||
2018-08-09 | Update release notes | Erlang/OTP | |
2018-08-09 | Update version numbers | Erlang/OTP | |
2018-07-31 | Merge branch 'maint' | Lukas Larsson | |
2018-07-27 | Change "can not" into "cannot" | Raimo Niskanen | |
I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree. | |||
2018-07-20 | Fix spec for erl_syntax_lib:analyze_type_application/1 | Tomas Abrahamsson | |
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-06-28 | Support bitstrings as literals in erl_syntax | Péter Gömöri | |
Add support of non-whole-byte binaries to `abtract/1`, `concrete/1` and `is_literal/1`. (They are literals in the beam file) | |||
2018-06-28 | syntax_tools: Fix a bug regarding reverting map types. | Hans Bolinder | |
2018-06-25 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release ssh: Report the signal name if there is an exit-signal to sftpd ssh: Bug fix sftp error codes ssh: Fix ssh_xfer decode_ATTR error for Vsn=4 syntax_tools: Fix a bug regarding reverting map types. Conflicts: OTP_VERSION lib/inets/doc/src/notes.xml lib/inets/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/vsn.mk lib/syntax_tools/doc/src/notes.xml lib/syntax_tools/vsn.mk otp_versions.table | |||
2018-06-21 | Prepare release | Erlang/OTP | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-14 | syntax_tools: Fix a bug regarding reverting map types. | Hans Bolinder | |
2018-05-30 | syntax_tools: Fix a bug regarding reverting map types. | Hans Bolinder | |
2018-05-09 | syntax_tools: Add support for -if and -elif | Björn Gustavsson | |
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-05-02 | Revert "Update version numbers" | Henrik | |
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2018-04-30 | Update version numbers | Erlang/OTP | |
2018-04-09 | erl_docgen: Add ghlink step for all non-generated doc xml files | Lukas Larsson | |
In order to get line numbers into the ghlink we have to add a post processing step for all xml files. | |||
2018-01-09 | syntax_tools: Correct handling of stacktrace variable | Hans Bolinder | |
A quick fix to make the test suite work with the updated erl_eval. [I think that if "A:B:_" is allowed, it should have a representation in the abstract format, but that's another story. The pretty printer should not modify the source code, just print it nicely, IMHO. (But removing parentheses is OK)] | |||
2017-12-13 | Merge branch 'maint' | Henrik Nord | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-11-30 | Update syntax_tools to support the stacktrace variable | Björn Gustavsson | |
2017-10-10 | Merge branch 'maint' | Lars Thorsen | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |