summaryrefslogtreecommitdiffstats
path: root/newlib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Feature test macros overhaul: time.hYaakov Selkowitz2016-03-171-2/+13
* Feature test macros overhaul: strings.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: string.hYaakov Selkowitz2016-03-171-23/+15
* Feature test macros overhaul: stdlib.hYaakov Selkowitz2016-03-173-46/+55
* Feature test macros overhaul: stdio.hYaakov Selkowitz2016-03-172-33/+46
* Feature test macros overhaul: signal.hYaakov Selkowitz2016-03-172-15/+11
* Feature test macros overhaul: pwd.hYaakov Selkowitz2016-03-171-2/+2
* Feature test macros overhaul: pthread.hYaakov Selkowitz2016-03-171-2/+2
* Feature test macros overhaul: math.hYaakov Selkowitz2016-03-171-20/+23
* Feature test macros overhaul: limits.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: grp.hYaakov Selkowitz2016-03-171-3/+5
* Feature test macros overhaul: fnmatch.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: fcntl.hYaakov Selkowitz2016-03-171-14/+14
* Feature test macros overhaul: dirent.hYaakov Selkowitz2016-03-171-1/+2
* Feature test macros overhaul: ctype.hYaakov Selkowitz2016-03-171-6/+7
* Feature test macros overhaul: sys/features.hYaakov Selkowitz2016-03-173-148/+275
* setvbuf: Drop setting reent->__cleanupCorinna Vinschen2016-03-131-1/+0
* Update setvbuf to latest OpenBSD implementationCorinna Vinschen2016-03-121-42/+75
* Add __swhatbuf function from OpenBSDCorinna Vinschen2016-03-122-49/+60
* Use __sputc_r inline code when building with gccCorinna Vinschen2016-03-121-3/+5
* Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen2016-02-263-3/+3
* Fix _newlib_version.h logic to support building gcc with newlib.Jeff Johnston2016-02-251-0/+2
* libm/complex: add clog10, clog10fYaakov Selkowitz2016-02-221-0/+5
* pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill2016-02-222-8/+24
* sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen2016-02-181-34/+34
* Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez2016-02-172-52/+33
* POSIX barrier implementation, take 3Václav Haisman2016-02-132-4/+4
* Remove broken ieeefp.h macrosYaakov Selkowitz2016-02-121-11/+6
* Fix compile with GCC 5 -WerrorYaakov Selkowitz2016-02-124-1/+5
* printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen2016-02-081-7/+9
* stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney2016-02-081-4/+10
* Newlib build is broken if configured with nano-malloc and non-reentrant syste...Игорь Веневцев2016-02-081-4/+6
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%X' specifier procesingIgor Venevtsev2016-02-081-0/+1
* * newlib/libc/stdio/nano-vfscanf.c: Fix '%F', '%G' and '%E' specifiers proces...Igor Venevtsev2016-02-081-3/+3
* Change if_nameindex() to use unsigned int i variable.Jeff Johnston2016-02-041-1/+2
* include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen2016-01-291-5/+0
* Fix memcpy bug that reads past end of buffer.Steve Ellcey2016-01-281-1/+1
* grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz2016-01-281-7/+5
* Make macro checks ARMv8-M baseline proofThomas Preud'homme2016-01-287-30/+35
* Fix up errors in regenerated files for 2.3.0 release.newlib-snapshot-20160104Jeff Johnston2016-01-042-138/+2922
* Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston2015-12-2192-4028/+1347
* Fix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.Jeff Johnston2015-12-211-0/+7
* Add static instance of _on_exit_args for _REENT_SMALL platforms.Jeff Johnston2015-12-217-22/+96
* ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov2015-12-1723-69/+99
* Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen2015-12-171-2/+0
* Add _REENT_INIT_PTR_ZEROED()Sebastian Huber2015-12-141-6/+9
* FreeBSD compatibility for <sys/select.h>Sebastian Huber2015-12-145-15/+58
* Add missing lock releases in __register_exitproc().Freddie Chopin2015-12-141-1/+9
* Add missing checks for __SNLK flagCorinna Vinschen2015-12-084-15/+30
* Fix re-initialization of FILE flags and mbstate in freopenCorinna Vinschen2015-12-082-1/+4