summaryrefslogtreecommitdiff
path: root/supervisor/shared/translate.c
AgeCommit message (Expand)Author
2021-01-08avoid inline compile errorsDan Halbert
2020-09-14Small improvements to the dictionary compressionTaku Fukada
2020-09-12compression: Implement ciscorn's dictionary approachJeff Epler
2020-09-08Fix decompression of unicode values above 2047Jeff Epler
2020-09-08translations: Make decompression clearerJeff Epler
2020-09-01add bigram compression to makeqstrdataJeff Epler
2020-05-28string compression: save a few bits per stringJeff Epler
2019-12-02translation: Compress as unicode, not bytesJeff Epler
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-08-16Fix esp and samdScott Shawcroft
2018-08-16fix mpy-crossScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft