summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* Move more files into subdirectories under lib/patacongo2011-03-306-150/+5
* Move more files into subdirectories under lib/patacongo2011-03-309-29/+104
* Move more files into subdirectories under lib/patacongo2011-03-3027-53/+162
* Move more files into subdirectories under lib/patacongo2011-03-3031-70/+179
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-3051-121/+157
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-3034-101/+140
* header file and file header clean-uppatacongo2011-03-2825-25/+25
* SLIP correctionspatacongo2011-03-131-8/+27
* Add missing RGB typepatacongo2011-02-241-12/+12
* Back out last change; correct fix is in NSHpatacongo2011-02-231-38/+27
* Fix getopt bugpatacongo2011-02-231-27/+38
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2
* Fix compile errors with debug onpatacongo2010-11-151-1/+1
* Fix errors when there is no console devicepatacongo2010-11-061-2/+17
* Add strnlen()patacongo2010-10-272-4/+67
* Add inttypes.hpatacongo2010-10-101-2/+1
* add imaxabs(), labs(), and llabs()patacongo2010-10-093-0/+166
* Add labs(), llabs(), and imaxabs()patacongo2010-10-092-5/+5
* add abs()patacongo2010-10-092-1/+55
* Add floating point support to printfpatacongo2010-05-085-6/+1922
* Add config to enable floating point supportpatacongo2010-03-142-5/+8
* Add strtodpatacongo2010-03-143-5/+229
* Add CRC32 to lib/; add tool to make lpc313x bootloader imagespatacongo2010-01-162-1/+126
* Switching to C99 stdint.h typespatacongo2009-12-1457-353/+325
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-2/+2
* Fix hcs12 integer overflowspatacongo2009-12-122-9/+13
* Fixes for Z80 compilepatacongo2009-11-071-4/+4
* Fix pointer increment bugpatacongo2009-09-161-1/+1
* remove warningpatacongo2009-09-161-4/+5
* strstr fails because length off by 1patacongo2009-08-152-6/+6
* Get rid of cwd in THTTPDpatacongo2009-08-152-2/+2
* THTTPD progresspatacongo2009-08-152-4/+4
* Fix strcasecmppatacongo2009-08-152-5/+13
* Fix various errors in time manipulation routinespatacongo2009-08-083-16/+20
* strftime fixespatacongo2009-08-081-6/+15
* Fix build problems with different configuratin optionspatacongo2009-08-021-1/+6
* Add strpbrk()patacongo2009-07-183-4/+89
* Add strstr()patacongo2009-07-183-15/+115
* Add fileno()patacongo2009-07-132-1/+66
* Add strftimepatacongo2009-07-127-52/+636
* Add gmtime and localtimepatacongo2009-07-122-1/+95
* mktime/gmtime_r moved and highly simplifiedpatacongo2009-07-114-2/+689
* Added some pattern matching logicpatacongo2009-07-113-6/+152
* Fixes for clean ez80 compilationpatacongo2009-06-261-5/+14
* Consolidate buffer dumping functionspatacongo2009-06-251-0/+123
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-2/+5
* Add qsort()patacongo2009-06-203-15/+247
* Adding basic framework for NXFLATpatacongo2009-06-165-4/+227
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-4/+3
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-149-110/+635