summaryrefslogtreecommitdiff
path: root/nuttx/lib/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-1/+1
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-111-0/+45
* Still trying to recover directory contentspatacongo2012-11-101-136/+0
* Trying to recover from deleted directory contentspatacongo2012-11-101-0/+136
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-136/+0
* lib/math files not follow coding standard; float, double, and long double ver...patacongo2012-10-281-0/+1
* Part I of port of Rhombus math librarypatacongo2012-10-281-1/+1
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-131-35/+8
* Add tcsetattr and tcgetattrpatacongo2012-02-011-4/+12
* Fixes for kernel stub buildspatacongo2011-04-061-5/+18
* Clean kernel-/user-mode module buildpatacongo2011-04-051-2/+28
* Kernel build mostly successfulpatacongo2011-04-021-4/+6
* Move more functions out of sched/ to lib/; proxies almost buildpatacongo2011-04-021-8/+12
* Move more files into subdirectories under lib/patacongo2011-03-311-5/+11
* Move more files into subdirectories under lib/patacongo2011-03-301-18/+9
* Move more files into subdirectories under lib/patacongo2011-03-301-17/+11
* Move more files into subdirectories under lib/patacongo2011-03-301-16/+12
* Move stdio.h functions in lib/ to lib/stdiopatacongo2011-03-301-24/+4
* Move string.h functions in lib/ to lib/stringpatacongo2011-03-301-38/+35
* Add strnlen()patacongo2010-10-271-4/+5
* Add labs(), llabs(), and imaxabs()patacongo2010-10-091-1/+1
* add abs()patacongo2010-10-091-1/+1
* Add floating point support to printfpatacongo2010-05-081-1/+4
* 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