Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-02 | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 1 | -1/+1 | |
These files cannot be automatically relicensed by util/relicense.pl since they either contain unusual but trivial contributions (such as the addition of __nonnull function attributes), or contain lines dating back to the initial git revision (and so require manual knowledge of the code's origin). Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||
2012-10-15 | [libc] Add wcslen() function | Michael Brown | 1 | -0/+2 | |
Signed-off-by: Michael Brown <mcb30@ipxe.org> | |||||
2012-07-19 | [libc] Add missing wchar.h header | Michael Brown | 1 | -0/+27 | |
Commit 58ed3b1 ("[libc] Add support for "%lc" and "%ls" format specifiers") was missing a file. Signed-off-by: Michael Brown <mcb30@ipxe.org> |