summaryrefslogtreecommitdiff
path: root/nasmlib.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a bunch of unnecessary indirectionsH. Peter Anvin2016-03-031-9/+17
* nasmlib: add nasm_fatal() like nasm_panic()H. Peter Anvin2016-03-031-0/+1
* Merge branch 'machofix'H. Peter Anvin2016-02-111-0/+2
|\
| * nasmlib.h: remove system definitions of ALIGN and ALIGN_MASKH. Peter Anvin2016-02-051-0/+2
* | Remove the --allow-64-bits option and make it a warningH. Peter Anvin2016-02-081-1/+2
* | nasmlib.h: Add #undef for ZERO_BUF_SIZEH. Peter Anvin2016-02-081-0/+1
* | nasmlib: Factor out common code from the panic() macroH. Peter Anvin2016-02-081-1/+2
* | Merge branch 'master' of ssh://repo.or.cz/srv/git/nasmH. Peter Anvin2016-02-081-5/+3
|\ \ | |/
| * nasmlib: Add generic panic() macro, and no-return nasm_panic()H. Peter Anvin2016-02-021-6/+4
* | nasmlib.h: If BUFSIZ is bigger than the default ZERO_BUF_SIZE, adjustH. Peter Anvin2016-01-281-2/+5
|/
* nasmlib: Add nasm_realpath()Jim Kukunas2016-01-241-0/+7
* nasmlib: Plcate undefined behaviour in signed_bitsCyrill Gorcunov2015-10-111-1/+1
* Replace unchecked fwrite() callsH. Peter Anvin2014-10-211-1/+6
* debug: Drop LOGALLOC usageCyrill Gorcunov2014-05-091-25/+0
* bnd: Show warning when bnd prefix is droppedJin Kyu Song2013-12-041-1/+2
* Make the LOCK and HLE warnings suppressable.H. Peter Anvin2012-02-251-1/+3
* Add WARN_IDX helper and ERR_WARN_TERM named constantCyrill Gorcunov2011-12-051-1/+3
* nasmlib: Add list_reverse helperCyrill Gorcunov2011-06-251-0/+13
* nasmlib: Add list_last helperCyrill Gorcunov2011-06-251-0/+4
* Move numvalue herleper into nasmlib.hCyrill Gorcunov2011-06-251-0/+2
* Revert "nasmlib: added string replace (strrep) utility function"Keith Kanios2011-04-091-5/+0
* nasmlib: added string replace (strrep) utility functionKeith Kanios2011-04-081-0/+5
* nasmlib: Rename elements() macro to ARRAY_SIZECyrill Gorcunov2010-06-031-2/+1
* Add generic ilog2 functionsH. Peter Anvin2010-04-211-0/+12
* nasmlib.c: Introduce nasm_get_word helperCyrill Gorcunov2010-04-111-0/+1
* nasmlib: Introduce nasm_trim_spaces and nasm_opt_val helpersCyrill Gorcunov2010-04-101-0/+2
* BR 2496848: Tighten ea checksVictor van den Elzen2010-03-121-0/+10
* nasmlib.h: Introduce ALIGN helpersCyrill Gorcunov2010-02-111-0/+7
* Don't boundcheck 64-bit numbers, it gives problems due to overflowsVictor van den Elzen2009-11-111-9/+27
* Introduce is_power2 helperCyrill Gorcunov2009-11-061-0/+3
* nasmlib.h: Introduce nasm_build_assertCyrill Gorcunov2009-11-051-0/+5
* nasmlib: Introduce idata_bytes helperCyrill Gorcunov2009-10-311-0/+2
* nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()H. Peter Anvin2009-10-131-1/+1
* nasmlib: introduce string helpersCyrill Gorcunov2009-10-131-0/+5
* introduce "overflow" helpersCyrill Gorcunov2009-10-131-0/+27
* style cleanupCyrill Gorcunov2009-10-131-103/+103
* Fix some format strings for nasm_errorVictor van den Elzen2009-08-111-0/+4
* nasmlib.h - introduce list iterator helpersCyrill Gorcunov2009-07-201-0/+12
* Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-181-6/+5
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-061-12/+0
* Change noreturn macro to no_return to avoid header file problemsH. Peter Anvin2009-07-051-1/+1
* nasmlib.h: add unlikely() to nasm_assert()H. Peter Anvin2009-07-031-2/+5
* nasmlib: add nasm_assert(); use const char * for filenamesH. Peter Anvin2009-07-011-7/+14
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-5/+46
* Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin2009-06-271-14/+0
* debug: make *all* the null debug routines available as a libraryH. Peter Anvin2009-06-271-0/+10
* nasmlib: make nasm_strcat() take const argumentsH. Peter Anvin2009-02-211-1/+1
* Unify all-zero buffers; add fwritezero()H. Peter Anvin2009-02-211-0/+4
* Better warnings for out-of-range valuesH. Peter Anvin2008-10-061-3/+4
* Allow %warning output to be suppressedH. Peter Anvin2008-09-301-1/+2