summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-0810-1737/+0
* Move fseeko/ftello/off_t handling from compiler.h into lib/file.cH. Peter Anvin2016-03-081-10/+25
* Move version strings to a separate headerH. Peter Anvin2016-03-081-2/+2
* Makefiles: use actual archive managersH. Peter Anvin2016-03-089-0/+1600
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-03-071-2/+2
|\
| * Replace nasm_error(ERR_FATAL/ERR_PANIC) with nasm_fatal/nasm_panicH. Peter Anvin2016-03-031-2/+2
* | Portability improvements and autoconf modernizationH. Peter Anvin2016-02-181-2/+0
|/
* BR2979629: vsnprintf: Use nasm_mallocCyrill Gorcunov2010-04-011-7/+5
* vsnprintf: Style nitfixCyrill Gorcunov2010-04-011-14/+13
* Add strlcpy() functionH. Peter Anvin2009-08-101-0/+53
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-091-2/+0
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+0
* Portability fixesH. Peter Anvin2007-10-022-0/+4
* lib/vsnprintf.c: correct boundary conditionsH. Peter Anvin2007-09-281-6/+6
* Add substitutes for snprintf() and vsnprintf()H. Peter Anvin2007-09-282-0/+73