summaryrefslogtreecommitdiff
path: root/nasmlib/file.c
Commit message (Expand)AuthorAgeFilesLines
* disam: explicitly change stdin to binary modeChang S. Bae2020-04-221-0/+5
* listing: make it possible to flush the listing output after every lineH. Peter Anvin (Intel)2019-10-231-0/+14
* Win32: when converting filenames to UTF-16, don't add \\?\H. Peter Anvin2019-10-031-13/+10
* update watcom config file.Ozkan Sezer2019-08-071-1/+3
* file.c: the "rb" os_fopen() flags are static in two places, simplifyH. Peter Anvin (Intel)2019-05-151-8/+5
* file.c: handle long pathnames on WindowsH. Peter Anvin (Intel)2019-05-151-60/+169
* error: Cover all levels with helpersCyrill Gorcunov2018-11-251-4/+4
* errors: simplify nasm_fatal() and nasm_panic()H. Peter Anvin2018-06-151-5/+5
* nasmlib/file.c: simplify and unify fwriteint*/addr()H. Peter Anvin2017-11-291-35/+4
* outobj: emit file dependency informationH. Peter Anvin2017-08-161-0/+18
* Fix errors uncovered by clang warningsChang S. Bae2017-04-171-1/+1
* rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-171-0/+10
* Windows: clean up the handling of stat on WindowsH. Peter Anvin2017-04-061-3/+3
* MSVC compatibility: clean up the handling of _stati64/_fstati64H. Peter Anvin2017-04-051-3/+3
* nasmlib/file: move memory-mapping functions out of file.cH. Peter Anvin2017-02-231-158/+1
* nasmlib/file.c: fix various portability problemsH. Peter Anvin2017-02-231-6/+29
* compiler.h: include <sys/types.h>H. Peter Anvin2016-10-191-6/+0
* Move config.h to a subdirectory, add MSVC-specific config fileH. Peter Anvin2016-10-041-1/+27
* file: improve the file access interfaceH. Peter Anvin2016-09-211-18/+185
* nasmlib: move fseeko/ftello/off_t replacements to nasmlib.hH. Peter Anvin2016-09-201-14/+2
* Add wrappers around fopen(), use mmap on glibcH. Peter Anvin2016-05-251-0/+35
* Revert "nasmlib/file.c: Windows _chsize_s() *returns* errno"H. Peter Anvin2016-05-101-11/+1
* nasmlib/file.c: Windows _chsize_s() *returns* errnoH. Peter Anvin2016-05-101-1/+11
* lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-081-0/+155