summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Z16F Debugpatacongo2008-01-291-8/+8
* Eliminate some Z16F compilation warnings.patacongo2008-01-281-1/+1
* Fix a16f serial bugspatacongo2008-01-262-27/+27
* Using tool-specific cleanpatacongo2008-01-101-2/+3
* Compiles with ZDS-IIpatacongo2008-01-094-136/+145
* Support C pre-processors without variable-arg macrospatacongo2008-01-092-3/+108
* 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
* Fix deadlock casespatacongo2008-01-011-19/+26
* Debug NSH on z80simpatacongo2007-12-311-27/+30
* Fixed for 8051 w/SDCC compilerpatacongo2007-12-282-2/+13
* Add ether_ntoa() and inet_ntoa()patacongo2007-12-113-1/+135
* Add vsnprintfpatacongo2007-11-252-2/+93
* fs/ and lib/ debug can be selectively enabledpatacongo2007-11-242-16/+16
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-1/+4
* Add strcat() and strncat()patacongo2007-11-204-3/+129
* Add strncmp()patacongo2007-11-182-5/+71
* Added network init; refactored some header filespatacongo2007-09-091-1/+1
* Added snprintfpatacongo2007-09-022-3/+98
* Add ntohs&l() and htons&lpatacongo2007-09-023-21/+146
* Added support for socket descriptorspatacongo2007-09-011-1/+1
* Add basename, dirname, strrchrpatacongo2007-07-014-3/+364
* Add getoptpatacongo2007-06-102-1/+262
* Simply conditional build; fix conditional compilationpatacongo2007-06-0915-55/+24
* Function incorrectly namedpatacongo2007-06-071-1/+1
* Add strspn() and strcspn()patacongo2007-05-204-1/+143