-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* compiler-explorer.el: Update version. * ChangeLog: New file.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
2022-11-08 Michał Krzywkowski <k.michal@zoho.com> | ||
|
||
Version 0.2.0 | ||
|
||
- New hook `compiler-explorer-params-change-hook' which runs when | ||
compilation parameters change (like arguments, execution input string). | ||
|
||
- Execution output buffer now recognizes ANSI escape codes. With | ||
this, e.g. AddressSanitizer output is shown properly. | ||
|
||
- Lines in ASM buffer are now always truncated. | ||
|
||
- Various fixes | ||
|
||
2021-02-07 Michał Krzywkowski <k.michal@zoho.com> | ||
|
||
Version 0.1.0 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters