summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* cosmeticpatacongo2008-09-081-19/+19
* Fix compile errorpatacongo2008-09-011-3/+1
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-016-37/+428
* Remove warningpatacongo2008-08-301-2/+0
* Added ch and pwd to NSHpatacongo2008-08-235-160/+110
* fix error in getopt with no argumentspatacongo2008-08-231-3/+3
* Add chdir() and getcwd()patacongo2008-08-226-29/+395
* NSH redirected outputpatacongo2008-08-161-16/+16
* Remove duplicate strtok() implementatinpatacongo2008-08-162-61/+24
* Fix EOF detectionpatacongo2008-08-122-61/+77
* cosmeticpatacongo2008-08-111-62/+62
* Removed duplicate getenv() implementationpatacongo2008-08-102-171/+1
* typospatacongo2008-08-021-1/+1
* Fix bug: Using unsigned to detect errno<0patacongo2008-07-311-1/+1
* Fix important task shutdown bugspatacongo2008-05-151-1/+1
* fix compilation errors/warningspatacongo2008-02-062-12/+12
* fflush(NULL) returns errorpatacongo2008-02-067-179/+373
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-0510-301/+710
* Add fseek()patacongo2008-02-013-31/+125
* Typo in unused #elsepatacongo2008-01-291-1/+1
* Fix some Z16F serial bugspatacongo2008-01-291-28/+28