History log of /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/mem.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c3810c83aa9158e8903e23b51616f7d7faaa63bc 15-Jan-2014 Jon Medhurst <tixy@linaro.org> Fix memmove and memcpy

memmove needs to allow for overlapping memory regions and, together
with memcpy, should return the input destination pointer, not the
address after the end of the copied data.

fixes ARM-software/tf-issues#18

Signed-off-by: Jon Medhurst <tixy@linaro.org>
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/mem.c
e83b0cadc67882c1ba7f430d16dab80c9b3a0228 14-Jan-2014 Dan Handley <dan.handley@arm.com> Update year in copyright text to 2014

Change-Id: Ic7fb61aabae1d515b9e6baf3dd003807ff42da60
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/mem.c
c81b1d0f0333eca2bc01e718bd2a1b091647afba 17-Dec-2013 Harry Liebel <Harry.Liebel@arm.com> Create local C library implementation (1/2)

- This change is split into two separate patches in order to
simplify the history as interpreted by 'git'. The split is
between the move/rename and addition of new files.
- Remove dependency on toolchain C library headers and functions in
order to ensure behavioural compatibility between toolchains.
- Use FreeBSD as reference for C library implementation.
- Do not let GCC use default library include paths.
- Remove unused definitions in modified headers and implementations.
- Move C library files to 'lib/stdlib' and 'include/stdlib'.
- Break std.c functions out into separate files.

Change-Id: I91cddfb3229775f770ad781589670c57d347a154
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/mem.c