summaryrefslogtreecommitdiff
path: root/lib/debugger/doc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-03-061-0/+14
|
* Prepare releaseErlang/OTP2022-05-171-0/+23
|
* Revert "Prepare release"Henrik Nord2022-04-131-23/+0
| | | | This reverts commit a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.
* Prepare releaseErlang/OTP2022-04-111-0/+23
|
* Revert "Prepare release"Henrik Nord2022-03-241-23/+0
| | | | This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
* Prepare releaseErlang/OTP2022-03-231-0/+23
|
* Update copyright yearErlang/OTP2022-03-231-1/+1
|
* Merge branch 'maint' into masterHenrik Nord2022-03-101-0/+16
|\ | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * Prepare releaseErlang/OTP2022-03-091-0/+16
| |
* | Revert "Prepare release"Henrik Nord2022-02-161-23/+0
| | | | | | | | This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
* | Prepare releaseErlang/OTP2022-02-151-0/+23
| |
* | Merge branch 'maint'Rickard Green2021-12-157-7/+7
|\ \ | |/ | | | | | | * maint: Update copyright year
| * Update copyright yearRickard Green2021-12-157-7/+7
| |
* | Fix typos in lib/debuggerKian-Meng, Ang2021-12-101-1/+1
|/ | | | Co-authored-by: Björn Gustavsson <bgustavsson@gmail.com>
* Prepare releaseErlang/OTP2021-09-171-0/+16
|
* Prepare releaseErlang/OTP2021-05-101-0/+33
|
* Revert "Prepare release"Henrik Nord2021-04-211-33/+0
| | | | This reverts commit 221e41bd32e433f6e08bbfedb013fc49c9aa1283.
* Prepare releaseErlang/OTP2021-04-191-0/+33
|
* Revert "Prepare release"Henrik Nord2021-03-261-33/+0
| | | | This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
* Prepare releaseErlang/OTP2021-03-251-0/+33
|
* Revert "Prepare release"Henrik Nord2021-02-241-33/+0
| | | | This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.
* Prepare releaseErlang/OTP2021-02-231-0/+33
|
* Fix typoHenrik Lagebrand2020-11-191-1/+1
|
* Prepare releaseErlang/OTP2020-05-111-0/+37
|
* Revert "Prepare release"Henrik Nord2020-04-221-37/+0
| | | | This reverts commit eee1f3aba92b5a741eabfa1cb6eca0632562777a.
* Prepare releaseErlang/OTP2020-04-221-0/+37
|
* otp: Convert all <seealso> to more specific variantsLukas Larsson2020-03-274-38/+38
| | | | | | | | | | | | We add `seemfa`, `seeerl`, `seetype`, `seeapp`, `seecom`, `seecref` , `seefile` and `seeguide` in order to make it easier to reason about what each link points to without examining the target. This information will then be embedded in the EEP-48 chunks for usage by other tools. The tool used can be found here: https://gist.github.com/garazdawi/68527d92ae5b37c8f129bfbdfffdfa68
* Revert "Prepare release"Henrik Nord2020-03-251-37/+0
| | | | This reverts commit 63638d668efbeb4539ba301328cabbc2636fb154.
* Prepare releaseErlang/OTP2020-03-241-0/+37
|
* Revert "Prepare release"Henrik Nord2020-02-271-37/+0
| | | | This reverts commit 50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271.
* Prepare releaseErlang/OTP2020-02-261-0/+37
|
* otp: Refactor doc make system and introduce EEP-48Lukas Larsson2020-02-249-82/+16
|
* Prepare releaseErlang/OTP2019-12-061-0/+16
|
* Prepare releaseErlang/OTP2019-05-101-0/+17
|
* Revert "Prepare release"Rickard Green2019-04-241-17/+0
| | | | This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
* Prepare releaseErlang/OTP2019-04-231-0/+17
|
* Revert "Prepare release"Henrik Nord2019-03-261-17/+0
| | | | This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017.
* Prepare releaseErlang/OTP2019-03-251-0/+17
|
* Merge 'rickard/make-fixes-21/OTP-15551' into 'rickard/make-fixes-22/OTP-15551'Rickard Green2019-03-041-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/make-fixes-21/OTP-15551: Fix install phase in build system - Install of (mainly) documentation caused rebuild and modification of the source tree even when the source previously had been built. Also otp_patch_apply modified the source tree when updating documentation. This messed up the installation if installation was performed by another user than the user that originally built the system which not is an uncommon scenario. - Some documentation was installed by copying files instead of installing the files which caused faulty access rights on files. - The documentation was not properly updated when applying a patch using otp_patch_apply.
| * Merge 'rickard/make-fixes-20/OTP-15551' into 'rickard/make-fixes-21/OTP-15551'Rickard Green2019-03-041-2/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/make-fixes-20/OTP-15551: Fix install phase in build system - Install of (mainly) documentation caused rebuild and modification of the source tree even when the source previously had been built. Also otp_patch_apply modified the source tree when updating documentation. This messed up the installation if installation was performed by another user than the user that originally built the system which not is an uncommon scenario. - Some documentation was installed by copying files instead of installing the files which caused faulty access rights on files. - The documentation was not properly updated when applying a patch using otp_patch_apply.
| | * Merge 'rickard/make-fixes-19/OTP-15551' into 'rickard/make-fixes-20/OTP-15551'Rickard Green2019-03-041-2/+1
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/make-fixes-19/OTP-15551: Fix install phase in build system - Install of (mainly) documentation caused rebuild and modification of the source tree even when the source previously had been built. Also otp_patch_apply modified the source tree when updating documentation. This messed up the installation if installation was performed by another user than the user that originally built the system which not is an uncommon scenario. - Some documentation was installed by copying files instead of installing the files which caused faulty access rights on files. - The documentation was not properly updated when applying a patch using otp_patch_apply.
| | | * Merge 'rickard/make-fixes-18/OTP-15551' into 'rickard/make-fixes-19/OTP-15551'Rickard Green2019-03-041-2/+1
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/make-fixes-18/OTP-15551: Fix install phase in build system - Install of (mainly) documentation caused rebuild and modification of the source tree even when the source previously had been built. Also otp_patch_apply modified the source tree when updating documentation. This messed up the installation if installation was performed by another user than the user that originally built the system which not is an uncommon scenario. - Some documentation was installed by copying files instead of installing the files which caused faulty access rights on files. - The documentation was not properly updated when applying a patch using otp_patch_apply.
| | | | * Merge 'rickard/make-fixes-17/OTP-15551' into 'rickard/make-fixes-18/OTP-15551'Rickard Green2019-03-041-2/+1
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/make-fixes-17/OTP-15551: Fix install phase in build system - Install of (mainly) documentation caused rebuild and modification of the source tree even when the source previously had been built. Also otp_patch_apply modified the source tree when updating documentation. This messed up the installation if installation was performed by another user than the user that originally built the system which not is an uncommon scenario. - Some documentation was installed by copying files instead of installing the files which caused faulty access rights on files. - The documentation was not properly updated when applying a patch using otp_patch_apply.
| | | | | * Fix install phase in build systemRickard Green2019-03-041-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Install of (mainly) documentation caused rebuild and modification of the source tree even when the source previously had been built. Also otp_patch_apply modified the source tree when updating documentation. This messed up the installation if installation was performed by another user than the user that originally built the system which not is an uncommon scenario. - Some documentation was installed by copying files instead of installing the files which caused faulty access rights on files. - The documentation was not properly updated when applying a patch using otp_patch_apply.
* | | | | | Revert "Prepare release"Rickard Green2019-02-271-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab.
* | | | | | Prepare releaseErlang/OTP2019-02-261-0/+17
| | | | | |
* | | | | | Add empty 'since' attribute for old modules and functionsSverker Eriksson2018-12-123-70/+70
|/ / / / /
* | | | | Prepare releaseErlang/OTP2018-09-241-0/+15
| | | | |
* | | | | docs: make clean all XMLDIRLukas Larsson2018-07-131-0/+1
| | | | |
* | | | | Prepare releaseErlang/OTP2018-06-191-0/+15
| | | | |