summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add strtodpatacongo2010-03-141-1/+1
* Add CRC32 to lib/; add tool to make lpc313x bootloader imagespatacongo2010-01-161-1/+3
* Add strpbrk()patacongo2009-07-181-3/+3
* Add strstr()patacongo2009-07-181-2/+2
* Add fileno()patacongo2009-07-131-1/+1
* Add strftimepatacongo2009-07-121-1/+2
* Add gmtime and localtimepatacongo2009-07-121-1/+1
* mktime/gmtime_r moved and highly simplifiedpatacongo2009-07-111-2/+4
* Added some pattern matching logicpatacongo2009-07-111-2/+4
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-2/+5
* Add qsort()patacongo2009-06-201-1/+1
* Adding basic framework for NXFLATpatacongo2009-06-161-1/+1
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-141-7/+8
* update comments; add lib_zeroinstreampatacongo2009-06-011-1/+2
* Extend lib to handle incoming streamspatacongo2009-05-301-4/+5
* Add fixed precision sin() and cos()patacongo2008-11-291-1/+1
* Add fixed precision math supportpatacongo2008-11-251-1/+1
* Add str[n]casecmppatacongo2008-11-151-3/+4
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-011-2/+3
* Added ch and pwd to NSHpatacongo2008-08-231-1/+6
* Add chdir() and getcwd()patacongo2008-08-221-1/+1
* Removed duplicate getenv() implementationpatacongo2008-08-101-1/+1
* fflush(NULL) returns errorpatacongo2008-02-061-3/+3
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-051-2/+3
* Add fseek()patacongo2008-02-011-3/+4
* Using tool-specific cleanpatacongo2008-01-101-2/+3
* Support C pre-processors without variable-arg macrospatacongo2008-01-091-3/+4
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-2/+3
* ZNeo compiler now workspatacongo2008-01-081-2/+2
* Add support for tools that can't make dependenciespatacongo2008-01-081-3/+1
* Add ether_ntoa() and inet_ntoa()patacongo2007-12-111-1/+1
* Add vsnprintfpatacongo2007-11-251-2/+1
* Add strcat() and strncat()patacongo2007-11-201-3/+3
* Add strncmp()patacongo2007-11-181-5/+6
* Added snprintfpatacongo2007-09-021-3/+3
* Add ntohs&l() and htons&lpatacongo2007-09-021-21/+16
* Add basename, dirname, strrchrpatacongo2007-07-011-3/+7
* Add getoptpatacongo2007-06-101-1/+3
* Simply conditional build; fix conditional compilationpatacongo2007-06-091-7/+23
* Add strspn() and strcspn()patacongo2007-05-201-0/+1
* Add strerror()patacongo2007-03-171-1/+1
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-101-2/+3
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-101-2/+2
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-051-1/+2
* Working toward successful link using aslinkpatacongo2007-02-271-5/+5
* Finally, a clean SDCC compilepatacongo2007-02-271-1/+1
* Progress toward clean SDCC compilationpatacongo2007-02-211-2/+5
* NuttX RTOSpatacongo2007-02-171-0/+96