Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c99 printf/fprintf compliance. | Keith Kanios | 2007-04-14 | 1 | -0/+3 |
| | |||||
* | AIf we have config.h, we should actually include it!! | H. Peter Anvin | 2007-04-13 | 1 | -0/+1 |
| | | | | | | | | | | Apparently configure was generating config.h, and nothing ever actually included it. Include it in nasm.h as well as compiler.h, and in rdoff/rdlar.h which uses these macros. There appears to be no use of HAVE_* macros in any file that doesn't have nasm.h included; in fact, so far the only use has been in rdoff/rdlar.h. | ||||
* | Remove obsolete types; add <inttypes.h> where needed; header fixes | H. Peter Anvin | 2007-04-12 | 1 | -6/+10 |
| | | | | | | | | | | | - Remove obsolete types like "uint32"; use "uint32_t" consistently. - Make sure we include <inttypes.h> where needed. - Header file guards should be FOO_H or SUBDIR_FOO_H; _FOO_H infringes on the C implementation's namespace and should only be used when writing libc! - Change a few "int8_t" back to "char" where appropriate. There are a lot more places where that should be done, though. - Clean up the check for getuid/getgid in rdoff/rdlar.h. | ||||
* | General push for x86-64 support, dubbed 0.99.00. | Keith Kanios | 2007-04-12 | 1 | -7/+7 |
| | |||||
* | Apply Nindent to all .c and .h filesnasm-0.98.39LATEST | H. Peter Anvin | 2005-01-15 | 1 | -10/+10 |
| | |||||
* | try again to finish Yuri's patch | Frank Kotler | 2002-12-04 | 1 | -0/+30 |