DeforaOS
·
Webmail
·
Login
·
Documentation
·
Mailing-lists
·
Members
DeforaOS
::
Project
About
News
Project
Roadmap
Development
Policy
Projects
Download
Packages
Screenshots
Support
Documentation
Reports
Deutsch
English
Français
Homepage
·
Browse source
·
Timeline
·
Bug reports
·
Files
c99 CVS: src/code.c
Name
Date
Author
Message
1.18
2010/05/04 23:50:22
khorben
Fixed potential invalid pointer
1.17
2009/08/09 12:19:15
khorben
Let the plugins influence the pre-processor behavior
1.16
2009/07/31 00:58:22
khorben
Added the indent target as an early attempt at a C code beautifier
1.15
2008/06/22 01:53:48
khorben
Work-around to support function names in more situations...
1.14
2008/06/22 01:40:05
khorben
Using "begin" and "BEGIN" instead of "start" and "START" for "end" and "END"
1.13
2008/06/21 19:11:05
khorben
Catching more context changes
1.12
2008/06/20 16:36:45
khorben
Exposing target.h to allow creation of third-party plug-ins
1.11
2008/06/12 23:44:35
khorben
Added stub for storage class specification
1.10
2008/06/12 23:29:01
khorben
Handling duplicate storage class specifiers
1.9
2008/06/09 00:15:24
khorben
The Code API now supports labels
1.8
2008/06/06 23:56:44
khorben
Apparently handling enumerations a bit better
1.7
2008/06/06 01:38:15
khorben
Made the Code class much more intelligent
1.6
2008/05/22 00:51:58
khorben
Fixed minor memory leaks
1.5
2008/06/03 10:00:13
khorben
Removed context functions in favor of functions, types and variables handing
1.4
2008/05/05 20:37:29
khorben
Introducing sections and functions in the as target
1.3
2008/05/05 14:36:06
khorben
Integrated the assembler to the compilation framework
1.2
2008/05/04 02:03:12
khorben
No longer need to failover when config.h is incomplete
1.1
2008/04/11 13:05:07
khorben
Added initial code generation helpers