Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-03 | Merge lib into kern | Richard Braun | |
There are no precise enough criteria to justify the separation of these two directories. | |||
2012-10-19 | Use the standard __ASSEMBLER__ macro | Richard Braun | |
2012-10-10 | macros: minor change | Richard Braun | |
Rename XQUOTE to __QUOTE. | |||
2012-10-10 | macros: new DECL_CONST macro | Richard Braun | |
This macro is needed where a constant value can be used in both assembly and C code, but it needs a specific type in C code for correct results. This type is usually assigned with a suffix such as "UL", which makes assembly fail. DECL_CONST creates different forms based on the language. | |||
2012-09-30 | Initial commit | Richard Braun | |