summaryrefslogtreecommitdiff
path: root/nuttx/lib/string
Commit message (Expand)AuthorAgeFilesLines
* RGMP 4.0 update from Qiang Yupatacongo2012-11-041-0/+2
* Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-211-1/+1
* Minor tweaks to memsetpatacongo2012-10-211-30/+23
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-1/+1
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-212-18/+75
* Add a versin of memset() optimized for speedpatacongo2012-10-211-0/+84
* Add Daniel Vik's optimized memcpy as a configuration optionpatacongo2012-10-202-1/+357
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-142-5/+8
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-131-7/+11
* Email address change in nuttx/patacongo2012-09-1329-90/+90
* Add lib.csv that may be used to generate C library symbol tablespatacongo2012-08-311-1/+1
* Add perror()patacongo2012-08-281-3/+141
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-1/+8
* Add memccpy{}patacongo2012-07-293-13/+116
* Add memchr()patacongo2012-07-283-17/+106
* RGMP NSH configuration fixes; Move strerror strings to FLASHpatacongo2012-06-211-2/+2
* Fix compilation errors with floating point is enabled and field widths are di...patacongo2012-04-051-0/+0
* Add strcasestr()patacongo2012-02-032-1/+135
* Add strndup()patacongo2011-05-292-3/+96
* Fix error in strrch()patacongo2011-04-131-1/+1
* Clean kernel-/user-mode module buildpatacongo2011-04-051-2/+3
* Kernel build mostly successfulpatacongo2011-04-021-4/+11
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-301-1/+1
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-3033-0/+2843