summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* strftime: Add support for %s (seconds since epoch)Brian Inglis2015-10-272-25/+104
* Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2015-10-192-1/+15
* C11 aligned_alloc() implementationSebastian Huber2015-10-194-18/+70
* C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2015-10-192-0/+6
* C11 quick_exit() support for <stdlib.h>Sebastian Huber2015-10-195-17/+124
* Import <threads.h> from latest FreeBSD.Jeff Johnston2015-10-133-0/+152
* Synchronize with FreeBSD.Jeff Johnston2015-10-132-24/+145
* Add FreeBSD style changes to sys/cdefs.hJeff Johnston2015-10-132-32/+37
* Define setjmp buffer length for IA64.Nick Clifton2015-10-082-0/+8
* Minimize newlib code size for ft32newlib-snapshot-20150924Jeff Johnston2015-09-222-6/+5
* Add support for ft32 to newlib.Jeff Johnston2015-09-0418-1911/+9660
* libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson2015-09-032-0/+8
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-292-0/+20
* strlen-armv7.S: Fix preprocessor checkCorinna Vinschen2015-08-272-1/+6
* Fix for pri and scn formatsAndre Simoes Dias Vieira2015-08-273-127/+273
* Always declare "kill" in include/sys/signal.hJames Greenhalgh2015-08-251-2/+2
* Manuals failing to build on Ubuntu LTS 14.04cygwin-2_2_1-releaseJon TURNEY2015-08-201-1/+1
* Add MIN MAX macro to param header file.Andre Vieira2015-08-201-0/+3
* Use machine header file for endianness configuration.Andre Vieira2015-08-203-15/+41
* Use machine header file for param configuration.Andre Vieira2015-08-201-2/+10
* sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz2015-08-181-0/+6
* or1k: Fix critical handling in malloc locksJeff Johnston2015-08-072-2/+8
* Fix wscanf family positional parameter handling in %lc, %ls, %l[]Shoichi Sakon2015-08-032-7/+15
* Don't include stdio64 functions in reentrant syscalls menu when not bulding s...Jon TURNEY2015-08-031-0/+8
* Fix typo in <sys/lock.h>Sebastian Huber2015-07-312-1/+6
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-302-191/+188
* Move header filesSebastian Huber2015-07-299-5/+23
* newlib/ChangeLog: Left out of previous commit.Joel Sherrill2015-07-291-0/+4
* Add <sys/lock.h>Sebastian Huber2015-07-291-0/+235
* Remove workaround for texinfo bug with underscores in filenames from mothball...newlib-snapshot-20150723Jon TURNEY2015-07-241-116/+28
* Remove a stray sentence fragment in iconv.texJon TURNEY2015-07-241-1/+0
* Fix a typo in iconv.texJon TURNEY2015-07-241-1/+1
* Fix SYNPOSIS prototypes for iconv functionsJon TURNEY2015-07-241-4/+4
* Use makedoc generated texinfo documentation for reentrant syscallsJon TURNEY2015-07-241-139/+54
* Add missing NEWPAGE commands to makedoc markup in reent/Jon TURNEY2015-07-242-0/+3
* Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2015-07-212-2/+16
* [AArch64] Reverting recent optimized memset().Marcus Shawcroft2015-07-152-184/+196
* [AArch64] Optimized memset.Wilco Dijkstra2015-07-132-191/+189
* Fix ChangeLog entry for previous two commits.Marcus Shawcroft2015-07-131-2/+2
* [AArch64] Optimized memcpy.Wilco Dijkstra2015-07-132-134/+166
* [AArch64] Optimized memmove.Wilco Dijkstra2015-07-132-282/+113
* Fix typo in README.Jeff Johnston2015-07-101-1/+1
* Rework handling of basename variantsYaakov Selkowitz2015-07-063-4/+14
* Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2015-07-063-2/+10
* Prevent use of uninitialized file lockSebastian Huber2015-07-023-4/+16
* Regenerate Makefile.inJon TURNEY2015-06-297-5/+14
* Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY2015-06-2410-4/+34
* Use makedoc output files which are generated but aren't includedJon TURNEY2015-06-246-2/+33
* Don't chew files which contain no documentation markupJon TURNEY2015-06-243-3/+6
* Fix mismatched parentheses in documentation.Jon TURNEY2015-06-244-3/+10