summaryrefslogtreecommitdiff
path: root/nuttx/lib
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate buffer dumping functionspatacongo2009-06-251-0/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1952 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Add qsort()patacongo2009-06-203-15/+247
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1916 42af7a65-404d-4744-a932-0658087f49c3
* Adding basic framework for NXFLATpatacongo2009-06-165-4/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1887 42af7a65-404d-4744-a932-0658087f49c3
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1884 42af7a65-404d-4744-a932-0658087f49c3
* Add strtoul, strtoll, strtoull, atol, and atoll.patacongo2009-06-149-110/+635
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1883 42af7a65-404d-4744-a932-0658087f49c3
* update comments; add lib_zeroinstreampatacongo2009-06-0112-3/+214
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1842 42af7a65-404d-4744-a932-0658087f49c3
* Make lib/ stream implementation visible outside of lib/patacongo2009-05-312-114/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1841 42af7a65-404d-4744-a932-0658087f49c3
* Extend lib to handle incoming streamspatacongo2009-05-3021-167/+619
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1840 42af7a65-404d-4744-a932-0658087f49c3
* Cloning error in functin namepatacongo2009-03-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1648 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1567 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-012-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1561 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-02-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1535 42af7a65-404d-4744-a932-0658087f49c3
* Use MAX_INT, not 0x7fffffff. On some machines int is 16-bitspatacongo2009-02-141-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1498 42af7a65-404d-4744-a932-0658087f49c3
* Remove extra linepatacongo2008-12-081-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1435 42af7a65-404d-4744-a932-0658087f49c3
* Several syntax errorspatacongo2008-12-071-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1431 42af7a65-404d-4744-a932-0658087f49c3
* Add fixed precision sin() and cos()patacongo2008-11-294-1/+222
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1342 42af7a65-404d-4744-a932-0658087f49c3
* Needed for ZDS compilepatacongo2008-11-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1318 42af7a65-404d-4744-a932-0658087f49c3
* Add fixed precision math supportpatacongo2008-11-252-1/+224
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1304 42af7a65-404d-4744-a932-0658087f49c3
* Fix a possible sigsegv in getoptpatacongo2008-11-161-11/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1252 42af7a65-404d-4744-a932-0658087f49c3
* Add str[n]casecmppatacongo2008-11-155-26/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1239 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warningspatacongo2008-11-103-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1186 42af7a65-404d-4744-a932-0658087f49c3
* Syntax error when field width not supportedpatacongo2008-11-101-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1183 42af7a65-404d-4744-a932-0658087f49c3
* Make use of FAR consistent in stdio.hpatacongo2008-11-1039-547/+596
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1182 42af7a65-404d-4744-a932-0658087f49c3
* Added low-level, verbose debug supportpatacongo2008-10-271-1/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1081 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-09-192-34/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@936 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-09-081-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@897 42af7a65-404d-4744-a932-0658087f49c3
* Fix compile errorpatacongo2008-09-011-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@863 42af7a65-404d-4744-a932-0658087f49c3
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-016-37/+428
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@862 42af7a65-404d-4744-a932-0658087f49c3
* Remove warningpatacongo2008-08-301-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@856 42af7a65-404d-4744-a932-0658087f49c3
* Added ch and pwd to NSHpatacongo2008-08-235-160/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@841 42af7a65-404d-4744-a932-0658087f49c3
* fix error in getopt with no argumentspatacongo2008-08-231-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@839 42af7a65-404d-4744-a932-0658087f49c3
* Add chdir() and getcwd()patacongo2008-08-226-29/+395
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@837 42af7a65-404d-4744-a932-0658087f49c3
* NSH redirected outputpatacongo2008-08-161-16/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@823 42af7a65-404d-4744-a932-0658087f49c3
* Remove duplicate strtok() implementatinpatacongo2008-08-162-61/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@822 42af7a65-404d-4744-a932-0658087f49c3
* Fix EOF detectionpatacongo2008-08-122-61/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@818 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2008-08-111-62/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@817 42af7a65-404d-4744-a932-0658087f49c3
* Removed duplicate getenv() implementationpatacongo2008-08-102-171/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@815 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2008-08-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@799 42af7a65-404d-4744-a932-0658087f49c3
* Fix bug: Using unsigned to detect errno<0patacongo2008-07-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@791 42af7a65-404d-4744-a932-0658087f49c3
* Fix important task shutdown bugspatacongo2008-05-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@750 42af7a65-404d-4744-a932-0658087f49c3
* fix compilation errors/warningspatacongo2008-02-062-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@643 42af7a65-404d-4744-a932-0658087f49c3
* fflush(NULL) returns errorpatacongo2008-02-067-179/+373
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@636 42af7a65-404d-4744-a932-0658087f49c3
* Various fixes for buffered R/W I/O and seekingpatacongo2008-02-0510-301/+710
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@630 42af7a65-404d-4744-a932-0658087f49c3
* Add fseek()patacongo2008-02-013-31/+125
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@613 42af7a65-404d-4744-a932-0658087f49c3
* Typo in unused #elsepatacongo2008-01-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@583 42af7a65-404d-4744-a932-0658087f49c3
* Fix some Z16F serial bugspatacongo2008-01-291-28/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@582 42af7a65-404d-4744-a932-0658087f49c3
* Z16F Debugpatacongo2008-01-291-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@579 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some Z16F compilation warnings.patacongo2008-01-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@575 42af7a65-404d-4744-a932-0658087f49c3
* Fix a16f serial bugspatacongo2008-01-262-27/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@568 42af7a65-404d-4744-a932-0658087f49c3