Lines Matching full:on
21 Fixed a problem on small (<32M) partition.
41 Fixed f_mkdir() creates incorrect directory on FAT32.
56 Supported multiple partitions on a physical drive.
75 Fixed f_mkfs() on FAT32 creates incorrect FSINFO.
76 Fixed f_mkdir() on FAT32 creates incorrect directory.
92 Improved performance of f_lseek() on moving to the same or following cluster.
111 Septemberarated out OS dependent code on reentrant cfg.
118 Fixed f_unlink() can return FR_OK on error.
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
130 Fixed name matching error on the 13 character boundary.
132 Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
141 Changed some types on the API, XCHAR->TCHAR.
142 Changed .fname in the FILINFO structure on Unicode cfg.
143 String functions support UTF-8 encoding files on Unicode cfg.
159 f_lseek() reports required table size on creating CLMP.
176 Fixed assertion failure due to OS/2 EA on FAT12/16 volume.
188 Added selection of character encoding on the file. (_STRF_ENCODE)
196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error.
208 Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
215 …Fixed LFN entry is not deleted on delete/rename an object with lossy converted SFN. (appeared at R…
224 Fixed a potential problem of FAT access that can appear on disk error.
225 Fixed null pointer dereference on attempting to delete the root direcotry. (appeared at R0.08)
241 Removed some code pages actually not exist on the standard systems. (_CODE_PAGE)
273 Fixed writing data is truncated at the file offset 4GiB on the exFAT volume. (appeared at R0.12)
277 …Fixed large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at…