change from very old HTML to Markdown#89
Merged
ianfixes merged 2 commits intoemaculation:masterfrom Mar 3, 2019
retokromer:patch-2
Merged
change from very old HTML to Markdown#89ianfixes merged 2 commits intoemaculation:masterfrom retokromer:patch-2
ianfixes merged 2 commits intoemaculation:masterfrom
retokromer:patch-2
Conversation
Member
|
Hahah 😄 I was scripting something up to import directly from the HTML, but this works too |
Contributor
Author
|
I have a BBEdit scripts that converts all up to HTML 4.0 and XHTML 1.0 into HTML 5. |
ybart
reviewed
Nov 29, 2019
| - Emulator snapshot - save the current emulator state (memory + registers) to a file for fast startup next time. | ||
| - Multiple emulators. The window stuff is mostly there, but the uae_cpu code has lots of globals, and is not re-entrant | ||
| - Real addressing mode for the emulator. Mike Sliczniak had done most of the work, but with real addressing the emulator just crashes for me. | ||
| - Improve Objective-C object allocation (e.g. http://www.mulle-kybernetik.com/artikel/Optimisation/opti-5.html) – **Caveat:** On 2019-03-03 the link is broken. RK |
There was a problem hiding this comment.
It seems it's just a typo, this one works: http://www.mulle-kybernetik.com/artikel/Optimization/opti-5.html
Contributor
Author
There was a problem hiding this comment.
American English vs. British English
ianfixes
added a commit
that referenced
this pull request
Dec 2, 2019
My thanks to @retokromer for converting this to markdown as part of #89 -- this made conversion to GitHub issues go more smoothly.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make the To-Do easier to read. This in meant in preparation of #74.