| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | otp: Make update_deprecation fail when removing an future version | Lukas Larsson | 2022-06-08 | 1 | -0/+21 |
| | | | | | | | This can happen if a function is marked as removed in a module while the metadata in DEPRECATIONS lists a future release as the "remove" release. | ||||
| * | Update copyright year | Erlang/OTP | 2022-02-15 | 1 | -1/+1 |
| | | |||||
| * | update_deprecations: The script silently discarded errors in file:write | Hans Nilsson | 2022-01-19 | 1 | -3/+1 |
| | | |||||
| * | update_deprecations: The script didn't handle '-deprecated([f/1])' | Hans Nilsson | 2022-01-19 | 1 | -1/+1 |
| | | | | | | | | which caused the atom 'undefined' to be the Text in update_deprecations:make_xml_info/2. According to /home/uabhnil/Projects/OTP/otp1/HOWTO/DEPRECATE.md that 'undefined' should be changed to "see the documentation for details." by that script. The internal wiki page has the same opinion as the script. | ||||
| * | Update copyright year | Rickard Green | 2021-12-13 | 1 | -1/+1 |
| | | |||||
| * | otp: Require complete build when updating deprecations | John Högberg | 2021-02-01 | 1 | -3/+21 |
| | | |||||
| * | otp: Document previously removed functions | John Högberg | 2021-01-18 | 1 | -42/+57 |
| | | | | | | | This commit adds a page for Removed Functionality in the user's guide, listing the functions we've removed recently and still warn about. | ||||
| * | system: Move deprecation to XMLGEN stage of makefile | Lukas Larsson | 2020-03-27 | 1 | -8/+6 |
| | | |||||
| * | Use RelMarker variable | Björn Gustavsson | 2020-03-26 | 1 | -1/+2 |
| | | | | | | While at it, turn on warnings as errors to avoid this kind of mistake in the future. | ||||
| * | Consistently name anchors in deprecation documentation | Björn Gustavsson | 2020-03-23 | 1 | -0/+1 |
| | | | | | | Don't mix upper and lower case. Also don't reference non-existing sections in the scheduled-for-removal page. | ||||
| * | Include removal information in the deprecation message | Björn Gustavsson | 2020-03-17 | 1 | -11/+47 |
| | | |||||
| * | Add cross-checking of DEPRECATIONS and doc generation | Björn Gustavsson | 2020-03-11 | 1 | -40/+214 |
| | | |||||
| * | otp/erl_lint: Generate deprecation and removal warnings from source | John Högberg | 2020-02-12 | 1 | -0/+149 |
