Lines Matching refs:R0

5 R0.00 (February 26, 2006)
11 R0.01 (April 29, 2006)
17 R0.02 (June 01, 2006)
25 R0.02a (June 10, 2006)
31 R0.03 (September 22, 2006)
38 R0.03a (December 11, 2006)
45 R0.04 (February 04, 2007)
54 R0.04a (April 01, 2007)
63 R0.04b (May 05, 2007)
72 R0.05 (August 25, 2007)
80 R0.05a (February 03, 2008)
89 R0.06 (April 01, 2008)
96 R0.07 (April 01, 2009)
109 R0.07a (April 14, 2009)
116 R0.07c (June 21, 2009)
126 R0.07e (November 03, 2009)
136 R0.08 (May 15, 2010)
147 R0.08a (August 16, 2010)
156 R0.08b (January 15, 2011)
165 R0.09 (September 06, 2011)
172 R0.09a (August 27, 2012)
180 R0.09b (January 24, 2013)
186 R0.10 (October 02, 2013)
200 R0.10a (January 15, 2014)
205 Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
207 Fixed f_closedir() returns but the volume lock is left acquired. (appeared at R0.10)
208 Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
212 R0.10b (May 19, 2014)
215 …LFN entry is not deleted when delete/rename an object with lossy converted SFN. (appeared at R0.07)
219 R0.10c (November 09, 2014)
223 Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel(). (appeared at R0.09b)
225 Fixed null pointer dereference on attempting to delete the root direcotry. (appeared at R0.08)
229 R0.11 (February 09, 2015)
232 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
233 Fixed _FS_NORTC option does not work properly. (appeared at R0.10c)
237 R0.11a (September 05, 2015)
247 R0.12 (April 12, 2016)
258 R0.12a (July 10, 2016)
263 Fixed f_mkfs() creates wrong volume. (appeared at R0.12)
264 Fixed wrong memory read in create_name(). (appeared at R0.12)
269 R0.12b (September 04, 2016)
273 Fixed writing data is truncated at the file offset 4GiB on the exFAT volume. (appeared at R0.12)
274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12)
275 …ating exFAT volume with too small cluster size can collapse unallocated memory. (appeared at R0.12)
276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)
277 …large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at R0.12)
278 Fixed some internal errors in f_expand() and f_lseek(). (appeared at R0.12)
282 R0.12c (March 04, 2017)
286 Fixed successive f_getfree() can return wrong count on the FAT12/16 volume. (appeared at R0.12)
287 Fixed configuration option _VOLUMES cannot be set 10. (appeared at R0.10c)
291 R0.13 (May 21, 2017)
299 …d archive attribute is left not set when a file on the exFAT volume is renamed. (appeared at R0.12)
300 …y can be collapsed when write or lseek operation to the existing file is done. (appeared at R0.12c)
301 … a file can fail when a new cluster allocation to the exFAT directory occures. (appeared at R0.12c)
305 R0.13a (October 14, 2017)
310 …ed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0.09)
311 …Fixed f_unlink() can cause lost clusters at fragmented file on the exFAT volume. (appeared at R0.1…
312 Fixed f_setlabel() rejects some valid characters for exFAT volume. (appeared at R0.12)
316 R0.13b (April 07, 2018)
320 …g any object on the exFAT root directory beyond the cluster boundary can fail. (appeared at R0.12c)
321 Fixed f_setlabel() does not reject some invalid characters. (appeared at R0.09b)
325 R0.13c (October 14, 2018)
327 …ding a directory gets infinite loop when the last directory entry is not empty. (appeared at R0.12)
328 … sub-directory on the exFAT volume collapses FAT chain of the parent directory. (appeared at R0.12)
329 …getcwd() cause output buffer overrun when the buffer has a valid drive number. (appeared at R0.13b)