]> git.sur5r.net Git - cc65/history - src/ca65/symtab.c
Merge pull request #274 from bbbradsmith/doc-cc65-intern
[cc65] / src / ca65 / symtab.c
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-05-19 Oliver SchmidtMerge pull request #159 from groessler/something_to_pull
2015-05-16 Christian GroesslerFix verbose symbol dumping in ca65. 159/head
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-13 Oliver SchmidtMerge pull request #116 from greg-king5/symbol-table
2014-05-12 Greg KingFixed a ca65 internal error that would show a message... 116/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-10-27 uzMake the old "AllocNew" flag for symbols an enum and...
2012-10-27 uzMinor code optimization.
2012-10-27 uzFixed a problem with the last change: Sym wasn't always...
2012-10-27 uzFixed a problem reported by thefox: A symbol reference...
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...