2009-12-30 |
uz | Ignore unknown preprocessor directives in an #if group... V2.13.1 |
tree | commitdiff |
2009-12-09 |
uz | * Moved the BASIC stub that calls the compiled program... |
tree | commitdiff |
2009-12-08 |
uz | An assignment for the ZPSAVE segment was missing in... |
tree | commitdiff |
2009-12-08 |
uz | New option and #pragma --local-strings that causes... |
tree | commitdiff |
2009-12-06 |
uz | Relax header checking somewhat, so second source fonts... |
tree | commitdiff |
2009-12-05 |
uz | Rewrote literal handling. Literals are now saved togeth... |
tree | commitdiff |
2009-12-05 |
uz | Fixed problem with last change. Wide string constants... |
tree | commitdiff |
2009-12-04 |
uz | Create one literal pool per function, so that literal... |
tree | commitdiff |
2009-12-04 |
uz | Move global segment creation to a better place in source. |
tree | commitdiff |
2009-12-02 |
uz | Makefile patch contributed by Greg King: |
tree | commitdiff |
2009-11-24 |
uz | In case of parse errors for structs, don't just set... |
tree | commitdiff |
2009-11-24 |
uz | Fix a problem with error handling: The E_HAVE_MARKS... |
tree | commitdiff |
2009-11-24 |
uz | Support for the HuC6280 (CPU of the PC Engine) contribu... |
tree | commitdiff |
2009-11-12 |
uz | Prepare for reading keypresses from the X server. |
tree | commitdiff |
2009-11-02 |
uz | Do not use a separate byte for an END opcode, instead... |
tree | commitdiff |
2009-11-02 |
uz | Added macros for jumps after unsigned compares to the... |
tree | commitdiff |
2009-11-01 |
uz | Some small format changes. Output name is input name... |
tree | commitdiff |
2009-10-31 |
uz | Wrote the actual conversion. Still untested. |
tree | commitdiff |
2009-10-31 |
uz | Fixed a problem introduced with the last change. |
tree | commitdiff |
2009-10-31 |
uz | Fixed a problem with OptJumpTarget3. In a loop over... |
tree | commitdiff |
2009-10-30 |
uz | File reading, verification and comments. |
tree | commitdiff |
2009-10-30 |
uz | Added the chrcvt vector font converter to the top level... |
tree | commitdiff |
2009-10-30 |
uz | Created the skeleton of the vector font converter. |
tree | commitdiff |
2009-10-29 |
uz | Allow fully scoped labels and constants instead of... |
tree | commitdiff |
2009-10-26 |
uz | Added another optimization step. |
tree | commitdiff |
2009-10-26 |
uz | Fixed a bug in the last change. For variables that... |
tree | commitdiff |
2009-10-24 |
uz | Removed an unused table. |
tree | commitdiff |
2009-10-23 |
uz | Rearranged/duplicated optimization steps to generate... |
tree | commitdiff |
2009-10-23 |
uz | Restructured parts of locals.c. This will also fix... |
tree | commitdiff |
2009-10-20 |
uz | Fixed a problem with bit-fields: Values spanning more... |
tree | commitdiff |
2009-10-19 |
uz | The CodeEntry buffer array was one entry to small. |
tree | commitdiff |
2009-10-19 |
uz | Added another optimization step. |
tree | commitdiff |
2009-10-19 |
uz | Added a makefile for cc65 for testing purposes. |
tree | commitdiff |
2009-10-19 |
uz | Added missing definitions, fixed copy&paste errors... |
tree | commitdiff |
2009-10-19 |
uz | Remove __CC65__ since it doesn't support all attributes... |
tree | commitdiff |
2009-10-19 |
uz | Mark an unsed parameter as unused. __attribute__ also... |
tree | commitdiff |
2009-10-19 |
uz | Renamed attribute handling functions. Added SymHasAttr(). |
tree | commitdiff |
2009-10-18 |
uz | Changed handling of attributes to a more generic form... |
tree | commitdiff |
2009-10-18 |
uz | Fixed the existing but unused attribute parsing code... |
tree | commitdiff |
2009-10-15 |
uz | Some cleanup in the code generator. Added a g_drop... |
tree | commitdiff |
2009-10-15 |
uz | Warn when structs are passed by value to a function. |
tree | commitdiff |
2009-10-15 |
uz | Extend handling for "long branch to RTS" to "long branc... |
tree | commitdiff |
2009-10-15 |
uz | If a conditional branch as an unconditional jump as... |
tree | commitdiff |
2009-10-14 |
uz | Allow switching warnings about unused pragmas on or... |
tree | commitdiff |
2009-10-14 |
uz | Fixed a problem with SB_GetSym. |
tree | commitdiff |
2009-10-14 |
uz | Changed names of the pragmas to be identical to the... |
tree | commitdiff |
2009-10-14 |
uz | Fixed an error in the SB_SkipMultiple macro. |
tree | commitdiff |
2009-10-13 |
uz | Rewrote most of the #pragma parsing code. I'm still... |
tree | commitdiff |
2009-10-11 |
uz | Removed an unused function. |
tree | commitdiff |
2009-10-10 |
uz | New function SB_SkipMultiple(). |
tree | commitdiff |
2009-10-08 |
uz | Added a simulated console (memory mapped screen device... |
tree | commitdiff |
2009-10-08 |
uz | Fixed a bug: Attribute numbers were not correctly read. |
tree | commitdiff |
2009-10-08 |
uz | Added the __STDC_HOSTED__ macro. |
tree | commitdiff |
2009-10-08 |
uz | Rewrote handling of the -W command line option. It... |
tree | commitdiff |
2009-10-08 |
uz | Fixed some sloopy StrBuf coding. |
tree | commitdiff |
2009-10-08 |
uz | Use the new InvArg function. |
tree | commitdiff |
2009-10-08 |
uz | Use the new InvArg() function. |
tree | commitdiff |
2009-10-08 |
uz | New function InvArg(). |
tree | commitdiff |
2009-10-08 |
uz | Fixed some sloopy StrBuf coding. |
tree | commitdiff |
2009-10-08 |
uz | Make AUTO_STRBUF_INITIALIZER identical to STATIC_STRBUF... |
tree | commitdiff |
2009-10-08 |
uz | Fixed an error with r4329: In case of a struct pointer... |
tree | commitdiff |
2009-10-07 |
uz | Merge calls to decsp. The implemented routine is not... |
tree | commitdiff |
2009-10-07 |
uz | Get rid of ldaconst/ldxconst/ldyconst in many places. |
tree | commitdiff |
2009-10-06 |
uz | Bumped the version number |
tree | commitdiff |
2009-10-05 |
uz | Fixed a bug: A similar problem as that with structs... |
tree | commitdiff |
2009-10-05 |
uz | When using GetQualifier, pass correct params :-) |
tree | commitdiff |
2009-10-05 |
uz | Use GetQualifier() instead of accessing the field directly. |
tree | commitdiff |
2009-10-05 |
uz | Changed solution for r4329 so that it uses less memory. |
tree | commitdiff |
2009-10-05 |
uz | Fixed a bug: Function designators are converted to... |
tree | commitdiff |
2009-10-05 |
uz | Fixed a bug: A struct field has all qualifiers from... |
tree | commitdiff |
2009-10-04 |
uz | Must link libdl to use dynamic libraries. |
tree | commitdiff |
2009-10-04 |
uz | Added decimal mode (untested): http://www.6502.org... |
tree | commitdiff |
2009-10-04 |
uz | Add .assert actions that aren't evaluated at assembly... |
tree | commitdiff |
2009-10-01 |
uz | Fixed problems that were introduced with r4287. |
tree | commitdiff |
2009-10-01 |
uz | The combined assignment operator (-=, +=, ...) did... |
tree | commitdiff |
2009-10-01 |
ol.sc | Made stacksize user-adjustable on the cmdline. V2.13.0rc2 |
tree | commitdiff |
2009-10-01 |
uz | Added an additional precondition before replacing code... |
tree | commitdiff |
2009-10-01 |
uz | Lynx updates by Karri Kaksonen. |
tree | commitdiff |
2009-09-30 |
uz | Another small change in OptJumpTarget3. |
tree | commitdiff |
2009-09-30 |
uz | Added an additional precondition check to OptJumpTarget3. |
tree | commitdiff |
2009-09-29 |
uz | New optimization step |
tree | commitdiff |
2009-09-29 |
uz | Replace tabs by spaces in file lists. |
tree | commitdiff |
2009-09-29 |
uz | Fixes for the watcom makefiles: |
tree | commitdiff |
2009-09-29 |
uz | Use "override" when appending to CFLAGS, so this works... |
tree | commitdiff |
2009-09-29 |
uz | Create the .inc files before creating the dependency... |
tree | commitdiff |
2009-09-28 |
uz | Move the version numbers from the interface of the... |
tree | commitdiff |
2009-09-28 |
uz | Fixed warnings generated by clang (run by Per Olofsson). |
tree | commitdiff |
2009-09-28 |
uz | Makefile simplification by Greg King |
tree | commitdiff |
2009-09-27 |
uz | Make the watcom makefiles a bit more openwatcom compatible. |
tree | commitdiff |
2009-09-26 |
uz | Cast the (unused) result of CHECK and PRECONDITION... |
tree | commitdiff |
2009-09-26 |
uz | Comment out the RegVal function using #if to get rid... |
tree | commitdiff |
2009-09-26 |
uz | Separate the linker config for the apple2enh target... |
tree | commitdiff |
2009-09-24 |
uz | Fixed the config for the CBM510. Because of changes... |
tree | commitdiff |
2009-09-24 |
uz | Since we have now builtin search paths, we need to... |
tree | commitdiff |
2009-09-24 |
uz | Change the makefiles so that CFLAGS that are special... |
tree | commitdiff |
2009-09-24 |
uz | Use xmalloc.h and change the code slightly to get rid... |
tree | commitdiff |
2009-09-24 |
uz | Added search paths similar to that of the linker and... |
tree | commitdiff |
2009-09-22 |
uz | Changed search paths to use subdirectories of CC65_HOME... |
tree | commitdiff |
2009-09-22 |
uz | New function AddSubSearchPathFromEnv. |
tree | commitdiff |
2009-09-22 |
uz | New linker config for the VIC-20 with 32K cartridge... |
tree | commitdiff |
next |