From 42df62dae65dd9b02e8ecd4d411ecf12c932ed60 Mon Sep 17 00:00:00 2001 From: savelij13 Date: Thu, 11 Sep 2025 10:09:40 +0300 Subject: [PATCH] fatfs v0.11a September 05, 2015: - Fixed wrong media change can lead a deadlock at thread-safe configuration. - Added code page 771, 860, 861, 863, 864, 865 and 869. (_CODE_PAGE) - Removed some code pages actually not exist on the standard systems. (_CODE_PAGE) - Fixed errors in the case conversion teble of code page 437 and 850 (ff.c). - Fixed errors in the case conversion teble of Unicode (cc*.c). --- doc/00index_e.html | 14 +- doc/00index_j.html | 12 +- doc/css_e.css | 13 +- doc/css_j.css | 15 +- doc/css_p.css | 1 - doc/en/appnote.html | 22 +- doc/en/config.html | 31 +- doc/en/dread.html | 2 +- doc/en/dwrite.html | 4 +- doc/en/filename.html | 2 +- doc/en/findfirst.html | 6 +- doc/en/lseek.html | 2 +- doc/en/open.html | 16 +- doc/en/readdir.html | 2 +- doc/en/setlabel.html | 4 +- doc/img/app3.c | 22 +- doc/ja/appnote.html | 2 +- doc/ja/config.html | 29 +- doc/updates.txt | 152 - src/{history.txt => 00history.txt} | 65 + src/ff.c | 504 +- src/ff.h | 6 +- src/ffconf.h | 67 +- src/integer.h | 10 +- src/option/cc932.c | 7043 ++++++++++++++-------------- src/option/cc936.c | 55 +- src/option/cc949.c | 55 +- src/option/cc950.c | 55 +- src/option/ccsbcs.c | 662 +-- 29 files changed, 4394 insertions(+), 4479 deletions(-) delete mode 100644 doc/css_p.css delete mode 100644 doc/updates.txt rename src/{history.txt => 00history.txt} (93%) diff --git a/doc/00index_e.html b/doc/00index_e.html index 69d2352..12333e5 100644 --- a/doc/00index_e.html +++ b/doc/00index_e.html @@ -26,7 +26,7 @@
  • Windows compatible FAT file system.
  • Platform independent. Easy to port.
  • Very small footprint for code and work area.
  • -
  • Various configuration options: +
  • Various configuration options: