Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-28 | Add copyright headers to the *.c/*.h files in the main directory | H. Peter Anvin | 1 | -5/+34 | |
Add copyright headers to the *.c/*.h files in the main directory. For files where I'm sure enough that we have all the approvals, I have given them the 2-BSD license, the others have been given the "LGPL for now" license header. Most of them can probably be changed after auditing. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | |||||
2007-12-29 | regularized spelling of license to match name of LICENSE file | Beroset | 1 | -1/+1 | |
2007-08-30 | Finishing touches on perfect hash tokenizer; actually turn the thing on | H. Peter Anvin | 1 | -0/+20 | |
Finish the perfect hash tokenizer, and actually enable it. Move stdscan() et al to a separate file, since it's not needed in any of the clients of nasmlib other than nasm itself. Run make alldeps. |