2003-11-11 |
cuz | Constant expressions, ^ operator |
commit | commitdiff | tree | snapshot |
2003-11-11 |
cuz | Optimizations |
commit | commitdiff | tree | snapshot |
2003-11-11 |
cuz | Fixed a problem |
commit | commitdiff | tree | snapshot |
2003-11-11 |
cuz | New DumpExpr signature |
commit | commitdiff | tree | snapshot |
2003-11-11 |
cuz | Allow dumping of symbol expressions |
commit | commitdiff | tree | snapshot |
2003-11-11 |
cuz | Rewrote expression evaluation. More smaller changes. |
commit | commitdiff | tree | snapshot |
2003-11-11 |
cuz | Use safe shift routines |
commit | commitdiff | tree | snapshot |
2003-11-11 |
cuz | New shift module, comment fixes |
commit | commitdiff | tree | snapshot |
2003-11-10 |
cuz | Renamed expression ops for better readability |
commit | commitdiff | tree | snapshot |
2003-11-10 |
cuz | Added more missing ops |
commit | commitdiff | tree | snapshot |
2003-11-10 |
cuz | EXPR_SECTION was missing from dump |
commit | commitdiff | tree | snapshot |
2003-11-10 |
cuz | Fix doubtful syntax which causes warnings with new... |
commit | commitdiff | tree | snapshot |
2003-11-10 |
cuz | Use new assembler syntax |
commit | commitdiff | tree | snapshot |
2003-11-09 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2003-11-09 |
cuz | Use new assembler syntax |
commit | commitdiff | tree | snapshot |
2003-11-09 |
cuz | Fixed exports for now |
commit | commitdiff | tree | snapshot |
2003-11-09 |
cuz | Ignore opctest |
commit | commitdiff | tree | snapshot |
2003-11-09 |
cuz | Improved an error message in case of invalid input... |
commit | commitdiff | tree | snapshot |
2003-11-09 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2003-11-08 |
cuz | Added .SCOPE/.ENDSCOPE |
commit | commitdiff | tree | snapshot |
2003-11-08 |
cuz | Files in the file tables have their names in the string... |
commit | commitdiff | tree | snapshot |
2003-11-08 |
cuz | More work on address sizes |
commit | commitdiff | tree | snapshot |
2003-11-08 |
cuz | Replace error/warning numbers by strings. |
commit | commitdiff | tree | snapshot |
2003-11-07 |
cuz | Working on better 65816 support |
commit | commitdiff | tree | snapshot |
2003-11-07 |
cuz | Fixed compiler warnings |
commit | commitdiff | tree | snapshot |
2003-11-06 |
cuz | New module |
commit | commitdiff | tree | snapshot |
2003-11-06 |
cuz | Made lots of functions __fastcall__ |
commit | commitdiff | tree | snapshot |
2003-11-06 |
cuz | Fixed the return code of fgetpos and ftell. |
commit | commitdiff | tree | snapshot |
2003-11-06 |
cuz | Revised symbol scoping |
commit | commitdiff | tree | snapshot |
2003-11-05 |
cuz | Improved optimizations |
commit | commitdiff | tree | snapshot |
2003-11-05 |
cpg | fix returned X register value (patch by Stefan Haubenthal) |
commit | commitdiff | tree | snapshot |
2003-11-04 |
cuz | Fixed a typo |
commit | commitdiff | tree | snapshot |
2003-11-04 |
cuz | Changed freeing symbol relations, cosmetic changes |
commit | commitdiff | tree | snapshot |
2003-11-04 |
cuz | New function and bug fix |
commit | commitdiff | tree | snapshot |
2003-11-04 |
cuz | Removed tgi_emu_bar |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | Build all before install |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | Global make file |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | Removed emulation for BAR |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | Fixed a bug |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | PEI is no valid opcode for the 6502/sc02/c02 |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | Fixed missing tab |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | Add dummy target strip |
commit | commitdiff | tree | snapshot |
2003-11-03 |
cuz | Renamed targets |
commit | commitdiff | tree | snapshot |
2003-11-02 |
cuz | Convert the watcom makefiles for use with wine under... |
commit | commitdiff | tree | snapshot |
2003-11-02 |
cuz | Converted the makefile to use wine under Linux |
commit | commitdiff | tree | snapshot |
2003-11-02 |
cuz | Added missing files after upgrade to rpm 4.2 |
commit | commitdiff | tree | snapshot |
2003-10-31 |
cuz | Change data types to get a smaller memory footprint |
commit | commitdiff | tree | snapshot |
2003-10-31 |
cuz | Free expression trees when they're no longer needed |
commit | commitdiff | tree | snapshot |
2003-10-31 |
cuz | Removed dead code |
commit | commitdiff | tree | snapshot |
2003-10-31 |
cuz | Work on named scopes |
commit | commitdiff | tree | snapshot |
2003-10-31 |
cuz | Added parens |
commit | commitdiff | tree | snapshot |
2003-10-31 |
cuz | An "absolute mode override modifier" is now added for... |
commit | commitdiff | tree | snapshot |
2003-10-30 |
cuz | Fixed a bug in the opcode tables |
commit | commitdiff | tree | snapshot |
2003-10-29 |
cuz | More functions |
commit | commitdiff | tree | snapshot |
2003-10-29 |
cuz | Make qsort __fastcall__ |
commit | commitdiff | tree | snapshot |
2003-10-29 |
cuz | Make bsearch __fastcall__ |
commit | commitdiff | tree | snapshot |
2003-10-29 |
cuz | tgi_pagecount returns an unsigned, not void |
commit | commitdiff | tree | snapshot |
2003-10-29 |
cuz | Fixed a comment |
commit | commitdiff | tree | snapshot |
2003-10-28 |
cuz | Added additional config files for supervision. These... |
commit | commitdiff | tree | snapshot |
2003-10-28 |
cuz | Improvements by Piotr Fusik |
commit | commitdiff | tree | snapshot |
2003-10-28 |
cuz | Runtime function improvements by Piotr Fusik |
commit | commitdiff | tree | snapshot |
2003-10-27 |
cuz | Fixed a typo |
commit | commitdiff | tree | snapshot |
2003-10-24 |
cuz | Use ROM variables MAX_X/MAX_Y |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cpg | changes from Stefan A. Haubenthal |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | Change API for the Compare function |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | Added TEXT entry point, use new assignment operator |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | DONE/GETPALETTE/GETDEFPALETTE must no longer return... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | DONE does no longer set an error code |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | getpalette and getdefpalette may no longer return a... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | DONE, GETPALETTE and GETDEFPALETTE will no longer retur... |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | GETDEFPALETTE will no longer return an error |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | Used TGI_API_VERSION |
commit | commitdiff | tree | snapshot |
2003-10-23 |
cuz | Added TGI_API_VERSION |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | Explain command line arguments |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | Move SymEntry stuff into its own module |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | Fixed a bug in memcpy |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | Use the new generic hash tables |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | More tweaking of the new hashtab module |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | Cosmetic changes |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | Use the new hash table module |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | New generic hash table module |
commit | commitdiff | tree | snapshot |
2003-10-22 |
cuz | More string buffer functions |
commit | commitdiff | tree | snapshot |
2003-10-21 |
cuz | Move the segment handling stuff from objcode to a separ... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
cuz | Fixed _HAVE_off_t |
commit | commitdiff | tree | snapshot |
2003-10-21 |
cuz | Fixed problem with tgi_init and tgi_setpalette |
commit | commitdiff | tree | snapshot |
2003-10-20 |
cpg | removed unimplemented _atari_xxxcolor function declarations |
commit | commitdiff | tree | snapshot |
2003-10-20 |
cuz | Help for --linelabels was missing |
commit | commitdiff | tree | snapshot |
2003-10-20 |
cuz | Add info about the label assignment operator |
commit | commitdiff | tree | snapshot |
2003-10-19 |
cuz | Separate doc package |
commit | commitdiff | tree | snapshot |
2003-10-19 |
cuz | Create a separate doc subpackage |
commit | commitdiff | tree | snapshot |
2003-10-17 |
izydorst | VLIR linker malloc's memory, fixes |
commit | commitdiff | tree | snapshot |
2003-10-17 |
izydorst | replaced one arbitrary limit by another one, will not... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
cuz | Use the new := operator |
commit | commitdiff | tree | snapshot |
2003-10-17 |
cuz | Add := assignment op, define some currently unused... |
commit | commitdiff | tree | snapshot |
2003-10-17 |
cuz | Change debug file format |
commit | commitdiff | tree | snapshot |
2003-10-16 |
cuz | Minor corrections |
commit | commitdiff | tree | snapshot |
2003-10-16 |
cuz | Restructured the index file. |
commit | commitdiff | tree | snapshot |
2003-10-16 |
cpg | added PIA struct; completed functions list |
commit | commitdiff | tree | snapshot |
2003-10-16 |
cpg | Added atari.sgml |
commit | commitdiff | tree | snapshot |
2003-10-16 |
cpg | first version, most text by Shawn |
commit | commitdiff | tree | snapshot |
next |