summaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix warning caused by change in mktime prototypeGregory Nutt2014-08-121-8/+9
* Adds support for localtime. From Max NeklyudovGregory Nutt2014-08-126-5/+2684
* Slightly improved nanosecond calculationGregory Nutt2014-08-101-2/+4
* SAMA5: Fix bugs in timer/counter interrupts and one-shot timerGregory Nutt2014-08-101-2/+2
* WM8904: Don't use MSEC2TICK in timeout calculationGregory Nutt2014-08-081-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-5/+1
* Audio: Change how the end of the audio stream is detected by the leaf audio c...Gregory Nutt2014-07-311-10/+12
* Cosmetic changes, mostly to commentsGregory Nutt2014-07-291-2/+2
* Lpc17xx Ethernet: Comment out an assertion that is reported to first inapprop...Gregory Nutt2014-07-111-2/+2
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-042-0/+4
* Make variable definitions 'static const' when possible to save RAM usage. Fr...Gregory Nutt2014-06-301-5/+5
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-291-14/+32
* Change double_t to double in rint. Add rintf and rintl while we are at itGregory Nutt2014-06-285-86/+371
* Various changes associated with symbol tables. Most from Pelle WindestamGregory Nutt2014-06-276-6/+80
* Cosmetic cleanupGregory Nutt2014-06-181-3/+3
* Add seekable standard streamsGregory Nutt2014-06-145-27/+296
* Add support for seekable raw streamsGregory Nutt2014-06-145-32/+279
* Add support for seekable memory streamsGregory Nutt2014-06-147-24/+430
* snprintf(): If size is zero, then snprintf() should return the size of the r...Gregory Nutt2014-05-301-7/+29
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-2/+2
* Nucleo F401RE: Remove PX4 cruft that can in with the portGregory Nutt2014-04-221-12/+1
* More trailing whilespace removalGregory Nutt2014-04-13113-201/+201
* Remove dangling white space at the end of the lineGregory Nutt2014-04-131-2/+2
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-1/+1
* Make sure that there is one space after forGregory Nutt2014-04-124-5/+5
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+1
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* sscanf: Use stroul() vs strol() for %u format. From kfrolovGregory Nutt2014-04-021-14/+28
* Fix ftell() bug: It was not accounting for data buffered in memory. From Ma...Gregory Nutt2014-03-311-3/+38
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-315-27/+24
* sscanf(): Was returning the wrong number of conversions in many cases; Also, ...Gregory Nutt2014-03-301-11/+16
* Use get_errno() instead of errno because I may do something different if used...Gregory Nutt2014-03-301-4/+8
* strncpy would fail if n==0Gregory Nutt2014-03-282-22/+24
* configs/rgmp/arm/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-3/+6
* Ooops... I left out a semicolon in the last sscanf() commitGregory Nutt2014-02-181-4/+4
* sscanf() bug fixes from David SidraneGregory Nutt2014-02-181-4/+18
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-2/+2
* More changes to restore the native Windows buildGregory Nutt2014-02-071-1/+3
* Add a patch to work around the bug in the ZDS-II 5.0.1 toolchainGregory Nutt2014-01-241-0/+1
* getopt(): Could leave optind in undefined state if argc == 1Gregory Nutt2014-01-201-0/+4
* Minor documentation updates and other cosmetic changesGregory Nutt2014-01-203-3/+0
* Move strol(), stroul(), and friends from libc/string to libc/stdlib where the...Gregory Nutt2014-01-168-22/+24
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-146-7/+11
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-131-1/+1
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-4/+4
* Forgot to add stpcpy.c in last commitGregory Nutt2014-01-101-0/+67
* Add stpcpy()Gregory Nutt2014-01-092-11/+24
* Minor fixes to lib_fgets() typingGregory Nutt2014-01-085-5/+15