summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* update comments; add lib_zeroinstreampatacongo2009-06-0112-3/+214
* Make lib/ stream implementation visible outside of lib/patacongo2009-05-312-114/+3
* Extend lib to handle incoming streamspatacongo2009-05-3021-167/+619
* Cloning error in functin namepatacongo2009-03-281-2/+2
* cosmeticpatacongo2009-03-071-1/+1
* cosmeticpatacongo2009-03-012-4/+4
* cosmeticpatacongo2009-02-281-2/+2
* Use MAX_INT, not 0x7fffffff. On some machines int is 16-bitspatacongo2009-02-141-1/+2
* Remove extra linepatacongo2008-12-081-1/+0
* Several syntax errorspatacongo2008-12-071-4/+4
* Add fixed precision sin() and cos()patacongo2008-11-294-1/+222
* Needed for ZDS compilepatacongo2008-11-271-1/+1
* Add fixed precision math supportpatacongo2008-11-252-1/+224
* Fix a possible sigsegv in getoptpatacongo2008-11-161-11/+16
* Add str[n]casecmppatacongo2008-11-155-26/+159
* Eliminate warningspatacongo2008-11-103-1/+6
* Syntax error when field width not supportedpatacongo2008-11-101-1/+6
* Make use of FAR consistent in stdio.hpatacongo2008-11-1039-547/+596
* Added low-level, verbose debug supportpatacongo2008-10-271-1/+14
* cosmeticpatacongo2008-09-192-34/+34