summaryrefslogtreecommitdiff
path: root/source/compiler/prscan.c
Commit message (Expand)AuthorAgeFilesLines
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* iASL/Preprocessor: Add proper message for #warning directive.Robert Moore2013-05-301-2/+1
* iASL/Preprocessor: Fix two issues with preprocessor errors.Robert Moore2013-05-301-28/+20
* iASL: fix another "could not delete" issue.Robert Moore2013-05-301-1/+1
* iASL: Abort compiler immediately upon a #error directive.Robert Moore2013-05-291-2/+5
* iASL/Preprocessor: Finish implementation of nested #if/#else blocks.Robert Moore2013-05-241-99/+269
* iASL: Add mechanism to disable specific warnings/remarks.Robert Moore2013-05-071-10/+22
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+14
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* iASL: Improved pathname support.Robert Moore2012-05-111-1/+1
* iASL: Implement #line directive in compiler lexer.Robert Moore2012-03-281-2/+25
* iASL: Abort on currently unsupported macro definitions.Robert Moore2012-03-231-2/+3
* iASL: Add pass-thru #line support for correct line numbers.Robert Moore2012-03-231-20/+19
* iASL: Add preprocessor infrastructure and initial implementation.Robert Moore2012-03-151-0/+821