Ayke van Laethem
fa55b15ac6
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
...
CPython doesn't allow SEEK_CUR with non-zero offset for files in text mode,
and uPy inherited this behaviour for both text and binary files. It makes
sense to provide full support for SEEK_CUR of binary-mode files in uPy, and
to do this in a minimal way means also allowing to use SEEK_CUR with
non-zero offsets on text-mode files. That seems to be a fair compromise.
2018-03-23 09:19:56 -05:00
..
2017-04-27 15:01:01 +03:00
2017-07-18 11:57:39 +10:00
2017-10-02 21:20:47 +03:00
2016-10-11 07:13:23 +03:00
2017-08-30 10:59:58 +10:00
2017-07-18 11:57:39 +10:00
2017-10-04 12:37:50 +11:00
2017-07-31 18:35:40 +10:00
2017-09-12 16:00:21 +10:00
2017-07-18 11:57:39 +10:00
2017-02-05 14:20:17 +03:00
2017-07-18 11:57:39 +10:00
2017-07-26 12:51:46 +10:00
2017-07-18 11:57:39 +10:00
2017-02-06 14:38:33 +11:00
2017-07-18 11:57:39 +10:00
2017-10-13 20:01:57 +11:00
2017-10-04 12:37:50 +11:00
2017-10-04 12:37:50 +11:00
2017-10-24 22:39:36 +11:00
2017-07-29 18:24:16 +03:00
2017-10-04 12:37:50 +11:00
2017-07-31 18:35:40 +10:00
2017-10-24 22:31:16 -07:00
2017-10-04 12:37:50 +11:00
2017-10-04 12:37:50 +11:00
2017-10-04 12:37:50 +11:00
2017-10-04 12:37:50 +11:00
2018-01-24 19:24:36 -05:00
2017-08-25 22:17:07 -04:00
2017-10-30 15:25:32 +11:00
2017-10-30 15:41:37 +11:00
2017-11-02 12:41:50 -07:00
2017-10-04 12:37:50 +11:00
2017-11-02 12:41:50 -07:00
2017-10-04 12:37:50 +11:00
2017-07-18 11:57:39 +10:00
2017-11-02 12:41:50 -07:00
2017-07-07 11:32:22 +10:00
2017-07-18 11:57:39 +10:00
2017-10-30 18:29:20 -07:00
2018-03-23 09:19:56 -05:00
2017-08-25 22:17:07 -04:00
2017-10-04 12:37:50 +11:00
2017-10-04 12:37:50 +11:00
2017-10-30 18:29:20 -07:00
2017-03-14 11:52:05 +11:00
2017-11-02 12:41:50 -07:00
2017-08-25 22:17:07 -04:00
2016-06-18 18:44:57 +03:00
2017-07-18 11:57:39 +10:00