Gregory Nutt
|
4f5879f998
|
C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
|
2017-02-16 16:10:09 -06:00 |
|
Gregory Nutt
|
41137b82fa
|
Add strtold()
|
2016-10-22 13:02:55 -06:00 |
|
Gregory Nutt
|
30ab01b1d8
|
strtof: Add strtof() as simply a compy of strtod with types and limits changed
|
2016-10-20 12:07:12 -06:00 |
|
Gregory Nutt
|
890a9eb45d
|
Fix a few wide character build issues
|
2016-10-18 19:11:09 -06:00 |
|
Gregory Nutt
|
07e20479ad
|
/dev/random: Add configuration option to use the congruential PRNG.
|
2016-07-17 07:56:25 -06:00 |
|
Gregory Nutt
|
ffd3a31649
|
Rename lib_rand.c to lib_srand.c
|
2016-07-17 07:11:09 -06:00 |
|
Gregory Nutt
|
95555a0199
|
PTY: Add ioctls to support locking and unlocking of the slave. LIBC: Add implementation of unlockpt()
|
2016-07-15 09:39:33 -06:00 |
|
Gregory Nutt
|
6139860c0b
|
PTY: Added PTY IOCTL command definitions. Add support for TIOCGPTN. LIB: Implement ptsname() and ptsname_r()
|
2016-07-15 08:33:47 -06:00 |
|
Gregory Nutt
|
2ba224eca2
|
Add support for bsearch() in C library
|
2015-10-02 12:33:58 -06:00 |
|
Gregory Nutt
|
6df94096ca
|
Add ldiv() and lldiv() too
|
2015-08-14 08:45:59 -06:00 |
|
Stavros Polymenis
|
301f215638
|
Add support for div() to the C library. From OrbitalFox
|
2015-08-14 08:35:01 -06:00 |
|
Gregory Nutt
|
d13731711f
|
Add mktemp() and mkstemp()
|
2014-11-05 09:39:18 -06:00 |
|
Gregory Nutt
|
be14ee1f95
|
Move strol(), stroul(), and friends from libc/string to libc/stdlib where they belong
|
2014-01-16 08:03:26 -06:00 |
|
patacongo
|
d960ca3b8d
|
itoa() from Ryan Sundberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
|
2013-03-14 18:30:06 +00:00 |
|
patacongo
|
5cb8226727
|
OK.. I think the directory has been recovered and renamed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:34:46 +00:00 |
|
patacongo
|
42997ede83
|
Still trying to recover directory contents
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:19:12 +00:00 |
|