]> git.sur5r.net Git - cc65/history - src
New function cc65_symbol_inrange. Fixed an error in cc65_symbol_byname.
[cc65] / src /
2010-08-11 uzNew function cc65_symbol_inrange. Fixed an error in...
2010-08-09 uzFirst support for symbols - mostly untested.
2010-08-09 uzStart adding (limited) support for symbols.
2010-08-09 uzChange output for symbols in the debug info file to...
2010-08-09 uzMove the collection containing all line infos into...
2010-08-09 uzAdd 'extern "C"' so the module may be used from C+...
2010-08-09 uzAdded some more checks and initialization.
2010-08-09 uzFixed a C99ism.
2010-08-08 uzMajor changes: Names of structures, fields and subrouti...
2010-08-08 uzAnother format change: Record the output file and offse...
2010-08-08 uzAllow access to segment information.
2010-08-08 uzMore collection usage. This has also removed the need...
2010-08-08 uzMore collection usage.
2010-08-08 uzReplace more linked lists by collections.
2010-08-08 uzUse collections instead of linked lists to simplify...
2010-08-07 uzSome more test and example code.
2010-08-07 uzImproved info API.
2010-08-07 uzSome changes in debug info generation.
2010-08-06 uzAdd some code that tries to skip unknown keywords that...
2010-08-05 uzThe stuff will not link with Watcom because of vsnprint...
2010-08-05 uzSeveral fixes detected when using another C compiler.
2010-08-05 uzFirst working version with complete API for line inform...
2010-08-05 uzOutput version information into the debug file.
2010-08-05 uzCorrected indentation - no code change.
2010-08-05 uzFix relocation of line infos.
2010-08-03 uzDon't output multiple code ranges per line, since this...
2010-08-03 uzFirst version of a module that reads debug files genera...
2010-08-01 uzBe sure to generate line info for all segments.
2010-08-01 uzChanged a comment
2010-07-31 uzFixed an error in the macro version of HasObjData().
2010-07-31 uzFixed an error: Some of the collections weren't initial...
2010-07-30 uzHandle file position information for fragments differen...
2010-07-30 uzUse collections in the object file structure instead...
2010-07-30 uzAdded a new function CollGrow.
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2010-07-11 uzAnother minor improvement in compares.
2010-07-11 uzFixed and improved the code for compares. Before, compa...
2010-07-10 uzFixed an error: A function wasn't converted to a void...
2010-07-10 uzA negative token count for .LEFT was incorrectly adjust...
2010-05-30 uzAdded relative include path handling: The path of an...
2010-05-29 uzCheck for a size of zero in SB_CopyBuf to make the...
2010-05-29 uzDon't ignore empty paths when adding the path of a...
2010-05-28 uzChanged search path logic: Include files are now search...
2010-05-28 uzPushSearchPath will add the path only if it's not alrea...
2010-05-28 uzNew functions PushSearchPath and PopSearchPath.
2010-05-27 uzFix the check for constant static local data, which...
2010-05-09 uzRestructured search path handling.
2010-05-04 uzNew option --bin-include-dir which is passed to the...
2010-05-02 uzAdded a new option --dep-target to the compiler. This...
2010-05-02 uzRestructured the code for better reada- and maintainabi...
2010-05-01 uzAdded --create-dep and --create-full-dep to the cl65...
2010-05-01 uzRewrote the search path routines to use collections...
2010-05-01 uzAdded dependency file generation to the assembler....
2010-05-01 uzChanged generation of makefile dependencies:
2010-04-29 uzMore preparations for an extension of the calling conve...
2010-04-25 uzChange the OptStackOps function so that it adjusts...
2010-04-22 uzRemember the type of the input file. This may be used...
2010-04-18 uzImplemented new .PUSHCPU and .POPCPU commands.
2010-04-18 uzAdded several functions to the intstack module.
2010-04-17 uzAdded while loop inversion.
2010-04-10 uzReverted part of change 4108 that prevented an optimiza...
2010-04-09 uzAdded the cdecl keyword
2010-03-23 uzMore strcmp inlining.
2010-03-23 uzFixed the size of the RAM segment for the CBM610. The...
2010-03-22 uzInline some occurances of strcmp.
2010-03-21 uzFor the CBM 510, the stack is not part of RAM. And...
2010-03-21 ol.sc- No more HEAP segment
2010-03-21 uzFixed an optimizer problem.
2010-03-20 uzReenable compile time evaluation of strlen for string...
2010-03-20 uzChanged the size of available RAM so that the last...
2010-03-20 uzAllow escape sequences prefixed by '%' in strings....
2010-03-20 uzChanged the type of CfgSVal to a string buffer and...
2010-03-14 uzFixed two issues with macros:
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-31 uzFixed open mode for second try in DoIncBin (Greg King).
2010-01-25 uzAdded a separate include search path for binary include...
2010-01-20 uzFixed a problem in the optimizer function that rewrites...
2010-01-17 ol.scDefine HEADER memory area for the EXEHDR segment for...
2009-12-30 uzIgnore unknown preprocessor directives in an #if group... V2.13.1
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-08 uzAn assignment for the ZPSAVE segment was missing in...
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-06 uzRelax header checking somewhat, so second source fonts...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-05 uzFixed problem with last change. Wide string constants...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-12-04 uzMove global segment creation to a better place in source.
2009-12-02 uzMakefile patch contributed by Greg King:
2009-11-24 uzIn case of parse errors for structs, don't just set...
2009-11-24 uzFix a problem with error handling: The E_HAVE_MARKS...
2009-11-24 uzSupport for the HuC6280 (CPU of the PC Engine) contribu...
2009-11-12 uzPrepare for reading keypresses from the X server.
2009-11-02 uzDo not use a separate byte for an END opcode, instead...
2009-11-02 uzAdded macros for jumps after unsigned compares to the...
2009-11-01 uzSome small format changes. Output name is input name...
2009-10-31 uzWrote the actual conversion. Still untested.
2009-10-31 uzFixed a problem introduced with the last change.
2009-10-31 uzFixed a problem with OptJumpTarget3. In a loop over...
2009-10-30 uzFile reading, verification and comments.
2009-10-30 uzAdded the chrcvt vector font converter to the top level...
next