]> git.sur5r.net Git - cc65/history - src/cc65/compile.c
Disallow global variable declarations with an initializer.
[cc65] / src / cc65 / compile.c
2017-02-13 Piotr FusikDisallow global variable declarations with an initializer.
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
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-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...
2013-02-02 uzFixed a problem: When a struct or unit was declared...
2012-03-24 uzFixed an error: When determining where to place initial...
2011-11-07 uzDisallow __asm__ on global level.
2011-08-31 uzWrite out global symbols to the debug file. Added some...
2010-08-24 uzFixed problem with last change: Static declaration...
2010-08-23 uzAllow initialization of variables declared with "extern".
2009-12-08 uzNew option and #pragma --local-strings that causes...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-04 uzMove global segment creation to a better place in source.
2009-10-19 uzRenamed attribute handling functions. Added SymHasAttr().
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-10-08 uzAdded the __STDC_HOSTED__ macro.
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-08-29 uzFix wrong check for typedef which caused non allocation...
2009-08-20 uzFixed a bug reported by Greg King: Initialized data...
2009-02-23 uzAdded a separate output module that is used to manage...
2008-08-03 uzFixed several problems with old style (K&R) declaration...
2008-08-03 uzMove some storage class handling and checking for impli...
2008-08-03 uzTransfer the storage class flags from struct DeclSpec...
2008-08-03 uzFixed handling of function definitions with an empty...
2005-01-09 cuzOutput warnings for implicit int types if std >= C99.
2004-12-16 cuzSome improvements using the new SB_Printf for string...
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-15 cuzMake the -O and --codesize options stackable.
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-08-13 cuzMore optimizations
2003-05-27 cuzFixed an include file search order problem
2003-02-19 cuzFixed problem with array forward decl
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzFixed the last fix. Sigh:-(
2003-01-20 cuzThe check for illegal storage classes on globals was...
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-11-24 cuzReenable register variables
2002-10-14 cuzFixed a buffer overflow (report from Christian Groessler).
2002-09-23 cuzAdded the __DATE__ and __TIME__ preprocessor macros
2001-09-09 cuzMove inline asm parsing into a separate module
2001-09-06 cuzRenamed some functions for better readbility.
2001-05-22 cuzAdded .dbg statement generation for the assembler
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-03 cuzWorking on the new backend
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2000-12-04 cuzMinor rearrangements to make the code more robust in...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzMoved the check module to the common dir.
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-12 cuzAdded support for old style (K&R) function declarations.