summaryrefslogtreecommitdiff
path: root/source/compiler/aslfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* iASL: Improve behavior of the -p (path prefix) option.Robert Moore2013-12-111-0/+1
* iASL: Add support for an "offset table" output file.Robert Moore2013-03-151-0/+21
* iASL: Auto-detect binary ACPI tables for disassembly.Robert Moore2013-02-061-0/+7
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* iASL source restructuring: split large files into 5 new files.Robert Moore2012-12-141-347/+1
* iASL/Tools: Standardize use of stream I/O functions.Robert Moore2012-11-081-13/+13
* 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
* Remove extra spaces after periods within comments.Robert Moore2012-09-261-4/+4
* iASL/Tools: Cleanup empty lines at file start and end.Robert Moore2012-09-211-1/+0
* iASL/Tools: return statement audit.Robert Moore2012-09-211-3/+0
* iASL: Cleanup intermediate file deletion.Robert Moore2012-09-051-0/+37
* iASL: Fix NULLs emitted in listing files.Robert Moore2012-06-061-9/+9
* iASL: Improved pathname support.Robert Moore2012-05-111-5/+103
* iASL: Print all error/warning messages to stderr by default.Robert Moore2012-04-041-3/+3
* iASL: Cleanup/standardize main lex file.Robert Moore2012-03-291-1/+1
* iASL: Implement #line directive in compiler lexer.Robert Moore2012-03-281-7/+7
* iASL: Add pass-thru #line support for correct line numbers.Robert Moore2012-03-231-0/+27
* iASL: Add option to disable preprocessor.Robert Moore2012-03-211-8/+11
* iASL: Add preprocessor infrastructure and initial implementation.Robert Moore2012-03-151-5/+29
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* iASL: Emit statistics for all optional output files.Robert Moore2011-08-231-1/+5
* iASL: Add listing support for Data Table Compiler.Robert Moore2011-01-111-20/+20
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* iASL/tools: Lint changes.Robert Moore2010-09-031-2/+2
* iASL: Update handling of temp files for DTC.Robert Moore2010-06-021-44/+49
* iASL: Support for Data Table Compiler.Robert Moore2010-05-211-7/+1
* iASL: Update -ta/-tc hex output options.Robert Moore2010-04-051-0/+30
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* iASL: Add -I option to specify include directories.Robert Moore2009-08-071-53/+169
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* iASL: Support absolute pathnames for include files.Robert Moore2008-07-231-1/+12
* Add va_end statements as appropriate.rmoore12008-01-241-1/+3
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Add 2006 copyrightrmoore12006-01-091-89/+123
* Exit with non-zero on erroraystarik2005-06-291-3/+3
* Update for changed data structures (removed 8/16/32 overlay foraystarik2005-06-291-3/+3
* Fixed problem with include file name generationaystarik2005-06-291-10/+2
* Added support for the generation of ASM and C include filesaystarik2005-06-291-2/+41
* Improved filename handling. All output created in local directoryaystarik2005-06-291-10/+56
* Overhaul of options, using new AcpiGetoptaystarik2005-06-291-52/+3
* Temp source output file opened in binary.aystarik2005-06-291-10/+13
* Use explicit text mode modifier when opening files, don't depend onaystarik2005-06-291-8/+8
* Updates to integrate into MS VC++aystarik2005-06-291-30/+46
* Check for null ptraystarik2005-06-291-5/+9
* New help messages, added support for hex output in C or ASMaystarik2005-06-291-2/+1
* Major changes to produce .ASM and .C source/listing filesaystarik2005-06-291-14/+21