diff --git a/ChangeLog b/ChangeLog index 67e48d3a843..75dd9c16319 100644 --- a/ChangeLog +++ b/ChangeLog @@ -435,3 +435,9 @@ writing to the socket. 0.3.14 2008-xx-xx Gregory Nutt + * FAT FS now uses position variable in struct file. This simplifies operations + like ftell(). + * fseek() needs to discard bytes buffered by ungetc(). + * Corrected ftell() return value. + * Added fsetpos() and fgetpos(). + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 90d8f112f68..0b33ac548b7 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1062,6 +1062,11 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>