summaryrefslogtreecommitdiff
path: root/nasmlib
Commit message (Expand)AuthorAgeFilesLines
* nasmlib/file: move memory-mapping functions out of file.cH. Peter Anvin2017-02-233-158/+241
* nasmlib/file.c: fix various portability problemsH. Peter Anvin2017-02-231-6/+29
* nasmlib: md5c -- Use size of struct ctx for memsetMartin Lindhe2017-01-051-1/+1
* Various fixes to the ilog2 functionsH. Peter Anvin2016-11-151-3/+10
* nasmlib: we need the exact size for the clz functionsH. Peter Anvin2016-11-151-2/+2
* 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
* Factor out common string list handling codeH. Peter Anvin2016-10-041-0/+100
* 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
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-254-0/+942
* nasmlib: break up nasmlib.c into logical componentsH. Peter Anvin2016-05-258-635/+788
* Add wrappers around fopen(), use mmap on glibcH. Peter Anvin2016-05-251-0/+35
* nasmlib: give gcc a bit more hints about how our allocation functions workH. Peter Anvin2016-05-251-2/+7
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-162-38/+128
* 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-087-0/+1606