1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix ACIA check so we don't enable RX/TX with IRQs on More... over 1 year ago
Updated documentation on string literal translation in asm() and _Static_assert(). More... over 1 year ago
Fixed array subscript with a bit-field with patch by kugelfuhr. More... over 1 year ago
don't use a label in the bgt macro, as that may cause subtle problems. fixes #2222 More... over 1 year ago
Put back 6551 test as a last verification More... over 1 year ago
Merge pull request #2224 from acqn/DeclCleanUp More... over 1 year ago
changed "inline assembler statement" to "inline assembler expression" as suggested in #2191 More... over 1 year ago
Merge pull request #1799 from acqn/#1489 More... over 1 year ago
Merge pull request #2223 from acqn/VSLineEndingFix More... over 1 year ago
Fixed timing of #pragma charmap. Now it is immediately applied and affects almost all characters and string literals after it. Exceptions: - String literals as the message of a static assertion or inline assembler code (only the required one, not any optional formatted arguments) in an asm() expression are not translated with either #pragma charmap or target presets. - String literals used for preprocessor directives or as the result of stringized macro arguments are never translated. More... over 1 year ago
Fixed string literal concatenation with pragmas in between. More... over 1 year ago
Added warning on concatenated string literals in _Pragma operations. More... over 1 year ago
Made the intension of functions in src/cc65/declare.c less confusing. More... over 1 year ago
Move cli in common out path More... over 1 year ago
Fix logic error on parameters checks More... over 1 year ago
Move hardware check to ser_install More... over 1 year ago
Apple2 SSC: on IIgs, verify slot mode More... over 1 year ago
Fixed EOL settings (LF vs CRLF) for Visual Studio. More... over 1 year ago
General fixes for prerequisites for optimization on certain std functions. Added utility functions for extracting expression info. More... over 1 year ago
Address code review comments More... over 1 year ago
Do the IIgs check as documented More... over 1 year ago
Spare cycles on IRQ path More... over 1 year ago
Don't check firmware at $C200, as we don't use it More... over 1 year ago
Fix register r/w timing More... over 1 year ago
Better check for 6551 More... over 1 year ago
Merge pull request #2216 from acqn/FuncDefFix More... over 1 year ago
Merge pull request #2212 from BrianPeek/removeabc More... over 1 year ago
Merge pull request #2215 from acqn/VariadicCallCheck More... over 1 year ago
remove abc ptrs More... over 1 year ago
The type category in a function definition cannot be inherited from a typedef. More... over 1 year ago