Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Handlers defined via 'when ...', should stay at global level
|
|
|
|
|
|
|
|
|
|
|
|
|
|
D4 scripts do not have respective 'end...' statement, which leads
to syntax errors. Now we are preprocessing those as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was due to the greater than 0x7f being redundant for signed char.
|
|
|
|
|
|
No idea why the initial frame was removed, but that caused everything
to be shifted by 1, and thus, incorrect scripts were launched
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mac has had possibility to have 8-bit characters in their filenames.
In the modern world it goes with either codepages or UTF-8, which
makes it much less compatible. Trying to mitigate that
|
|
|
|
|
|
|