]> git.sur5r.net Git - cc65/history - src/ca65/symtab.c
More work on high level language debug symbols. They are now passed correctly
[cc65] / src / ca65 / symtab.c
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-29 uzRenamed hldbgsym -> hlldbgsym.
2011-08-29 uzWrite the high level debug info to the object file.
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-19 uzLast fix was wrong. The problem wasn't in the struct...
2011-08-19 uzRemoved some debug output.
2011-08-19 uzUse CollTransfer where possible.
2011-08-18 uzRemember where each symbol was defined and where it...
2011-08-16 uzWrite imports out as debug symbols.
2011-08-16 uzTrack export ids of debug symbols and write the to...
2011-08-16 uzIf a debug symbol is an import, write out the import id.
2011-08-16 uzRenamed variables for better readability.
2011-08-12 uzAdjust to recent changes in the hash modules.
2011-08-07 uzSome improvements for spans.
2011-08-07 uzFox scopes that have a label (= .PROC), write the label...
2011-08-04 uzRename SegRange to span. Write out the size instead...
2011-07-31 uzRemove SCOPE_PROC. It's a .SCOPE with an owner symbol.
2011-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzMove scope type definitions to common/
2011-07-31 uzAdd the parent scope/symbol to the debug symbol attributes.
2011-07-31 uzWrite scope information to the object file.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-25 uzConvert imports, exports and debug symbols to use and...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-17 uzDebug symbolid for each symbol that goes into the debug...
2010-08-17 uzRename symbol index => import id because that's what...
2010-08-17 uzMaintain some additional information for scopes. Write...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2006-04-09 cuzEmit warnings for symbols that were used suboptimal...
2005-12-04 cuzIgnore internal symbols when generating warnings about...
2004-04-19 cuzFixed a problem with .global: In some situations, expor...
2003-12-13 cuzSet the address size once assembly is terminated
2003-12-13 cuzInclude exported symbols in debug info
2003-12-12 cuzCode cleanup
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-12-03 cuzFixes for scoping and better .sizeof support
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-11-30 cuzMore .size/.sizeof support
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-13 cuzMore work on expressions and address sizes
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-09 cuzFixed exports for now
2003-11-08 cuzMore work on address sizes
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-11-06 cuzRevised symbol scoping
2003-10-31 cuzWork on named scopes
2003-10-22 cuzMove SymEntry stuff into its own module
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-10-17 cuzAdd := assignment op, define some currently unused...
2003-05-25 cuzChanged the object file and library format. There is...
2003-03-17 cuzFixed a few comments
2003-03-17 cuzFixed a bug: .ENDPROC without .PROC would crash the...
2003-03-07 cuzRemove debugging printf's
2003-03-07 cuzAdded new .FORCEIMPORT pseudo op
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2002-11-22 cuzReversed the last change because it did not work
2002-11-21 cuzFixed a bug
2002-10-03 cuzUse a #define instead of numeric value
2002-03-24 cuzInclude name of errorneous symbol in error message
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-15 cuzCheck for sign problems in compares
2001-09-08 cuzAdd the label/equate bit to the exports and debug symbols
2001-05-08 cuzThe .defined function (and .ifdef/.ifndef) flagged...
2000-11-20 cuzWorking on the condes feature
2000-11-02 cuzRemoved underlines from struct names
2000-10-31 cuzAdded missing params to Error function
2000-10-30 cuzWorking on initializers
2000-10-30 cuzRenamed EXP_INITIALIZER
2000-10-30 cuzAdd initializer bit in debug syms
2000-10-30 cuzAdd initializer
2000-08-02 cuzChange the implementation of the file table. It may...
2000-08-02 cuzAdded a method to write variable sized unsigned values...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-30 cuzInclude file path changes
2000-06-14 cuzMore common subroutines
2000-05-28 uzThis commit was generated by cvs2svn to compensate...