summaryrefslogtreecommitdiff
path: root/nasmlib/saa.c
Commit message (Collapse)AuthorAgeFilesLines
* SAA: allow seeking beyond the end of the arrayH. Peter Anvin2019-02-251-4/+10
| | | | | | | If putting the file pointer past the end of the array, expand the array with zeroes. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* saa.c: unify the various saa_write*() routinesH. Peter Anvin2017-11-291-58/+4
| | | | | | Use cpu_to_le*() to unify the various saa_write*() routines. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* saa: fix typo: LITTEENDIAN -> LITTLEENDIANH. Peter Anvin2017-06-231-1/+1
| | | | Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* SAA: add saa_wcstring()H. Peter Anvin2017-04-231-1/+14
| | | | | | | Add saa_wcstring() to write a C string (a string including final NUL) to an SAA, and return the number of bytes written. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-0/+418
Make the source code easier to understand and keep track of by organizing it into subdirectories depending on the function. Signed-off-by: H. Peter Anvin <hpa@zytor.com>