summaryrefslogtreecommitdiff
path: root/source/components/utilities/utclib.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Efi edk2"revert-143-efi-edk2Robert Moore2016-06-151-144/+2
* Clib: Add generic strpbrk() and strtok() to improve portabilityLv Zheng2016-06-061-0/+87
* Clib: Add memmove() to improve portabilityLv Zheng2016-06-061-0/+55
* Clib: Add -nostdinc support for EFI layerLv Zheng2016-06-061-2/+2
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Cleanup use of NEGATIVE and POSITIVE defines.Robert Moore2015-06-261-7/+4
* Split C library prototypes to new header.Robert Moore2015-06-171-4/+2
* Clib: Correct memset() declarations.Lv Zheng2015-06-111-1/+1
* De-macroize calls to standard C library functions.Robert Moore2015-06-091-50/+92
* Fix incorrect implementation of local strstr function.Robert Moore2015-04-011-12/+9
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-956/+956
* source and test: update copyright notices to 2015David E. Box2015-01-231-956/+956
* Remove extraneous #defines, no functional change.Robert Moore2014-10-091-2/+0
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Utilities: Allow use of non-native string API AcpiUtStrchr().Lv Zheng2014-05-121-3/+1
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* 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
* Update local C library module comments for ASCII table.Robert Moore2012-09-261-130/+131
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-211-1/+0
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Restructure includes into public/private.Robert Moore2008-10-221-0/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* Eliminate ACPI_NATIVE_UINT type.Robert Moore2008-05-081-1/+1
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Add 2006 copyrightrmoore12006-01-091-2/+2
* strupr not POSIX, always use local AcpiUtStrupraystarik2005-06-291-35/+1
* strrchr not used at this time; commented outaystarik2005-06-291-293/+334
* implemented strchraystarik2005-06-291-2/+34
* added acpiutmemcmpaystarik2005-06-291-2/+32
* Overhaul of the NATIVE* types. renamed to ACPI_NATIVE*, eliminatedaystarik2005-06-291-35/+35
* Removed L suffix on constants - confuses source converter and notaystarik2005-06-291-3/+3
* Lint changesaystarik2005-06-291-9/+9
* Some Lint changes; 16-bit changesaystarik2005-06-291-29/+12
* Cleanupaystarik2005-06-291-14/+2
* fix typosaystarik2005-06-291-22/+22
* move strupr to cmutils, and change linux include to use systemaystarik2005-06-291-33/+1
* Base doesn't need to be a NATIVE_UINT.aystarik2005-06-291-2/+2
* fixed strtoul to use UINT32, like it did originallyaystarik2005-06-291-3/+3
* Removed NATIVE_UINT from internal structures and some procedures.aystarik2005-06-291-3/+3
* STRLEN returns NATIVE_UINT, so fix places where people assume itaystarik2005-06-291-4/+4
* Added dynamic object conversion supportaystarik2005-06-291-5/+6