Lines Matching full:on
174 * Set error flag when fgetc is called on an file without read
182 * Make fgets return any accumulated string on EOF instead of
187 return NULL/EOVERFLOW on overflow.
222 * Test on i386 native target.
253 * Enable MMU in picocrt on A profile ARM and AARCH64 targets when
358 multi-lib to check various FPU configurations on older and more
361 * Improve CI speed by using ccache on zephyr and mac tests,
372 * Fix a bunch of bugs on targets with 16-bit int type. Thanks to
375 * Work around a handful of platform bugs on MSP430. I think these are
379 * Run tests on MSP430 using the simulator that comes with gdb. Thanks to
385 printf at friends. This is useful on targets without hardware
391 by removing code that acts on most data modifers including width
414 -fno-sanitize-undefined-trap-on-error.
416 * Validate exception configuration on targets with mixed exception
421 * Fix bugs in nexttowards/nextafter on clang caused by the compiler
428 * Handle soft float on x86 and sparc targets. That mostly required
433 testing on these architectures using qemu.
465 doesn't use floating point operations to save additional space on
478 disabled on the cmake command line.
501 code. These allows developers to reference them as libraries on the
567 working on lld support).
593 * Fix a couple of clang bugs (one on Cortex M0)
644 value on buffer overflow, add ftello/fseeko, fputc return value,
657 11. Fix %p printf/scanf on ILP64 targets.
672 1. Fix build on big-endian systems (thanks to Thomas Daede)
772 15. Remove floating point exception generation code on targets
774 on soft float machines without affecting results.
780 2. Add htonl and friends (based on __htonl). Thanks to Johan de
819 4. Make strto{d,f,ld} set errno to ERANGE on overflow/underflow,
853 2. Support building libstdc++ on top of picolibc
860 save space on systems known to not use any.
862 5. Fix HW floating point initialization on 32-bit ARM processors to
929 3. Fix fma/fmaf on arm and RISC-V so that the machine-specific versions
945 9. Use hardware TLS register on ARM when available.
990 6. Document how to use picolibc on a native POSIX system for
1044 3. Testing on github on push and pull-request. For now, this is
1059 selected. The value of this option depends on how gcc was
1090 This release was focused on cleaning up the copyright and license
1114 passes its own test suite on x86, RISC-V and ARM.
1151 1. semihost support. This adds console I/O and exit(3) support on ARM