958 Commits (master)

Author SHA1 Message Date
Adhemerval Zanella 686d542025 posix: Sync tempname with gnulib 3 years ago
Sergey Bugaev 49aa652db8 Allow glibc to be compiled without EXEC_PAGESIZE 2 years ago
Adhemerval Zanella 29951991f5 libio: Improve fortify with clang 2 years ago
Joseph Myers 42cc619dfb Refer to C23 in place of C2X in glibc 2 years ago
Florian Weimer ecc7c3deb9 libio: Check remaining buffer size in _IO_wdo_write (bug 31183) 2 years ago
Paul Eggert dff8da6b3e Update copyright dates with scripts/update-copyrights 2 years ago
Xi Ruoyao 64b1a44183 libio: Add nonnull attribute for most FILE * arguments in stdio.h 3 years ago
Adam Jackson 8cb69e0543 libio: Fix oversized __io_vtables 3 years ago
Samuel Thibault f7f181c12c hurd: Fix tst-openloc 3 years ago
Joe Simmons-Talbott 5324d25842 fileops: Don't process ,ccs= as individual mode flags (BZ#18906) 3 years ago
Frédéric Bérat 923b53e920 libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCE 3 years ago
Frédéric Bérat 840dc610c8 libio/bits/stdio2.h: Clearly separate declaration from definitions 3 years ago
Frédéric Bérat 20c894d21e Exclude routines from fortification 3 years ago
Andreas Schwab af130d2709 Always do locking when accessing streams (bug 15142, bug 14697) 8 years ago
Frédéric Bérat 8022fc7d51 tests: replace system by xsystem 3 years ago
Frederic Berat a84dcb4bdf tests: replace fread by xfread 3 years ago
Paul Pluzhnikov 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337 3 years ago
Frédéric Bérat 026a84a54d tests: replace write by xwrite 3 years ago
Xi Ruoyao 71d9e0fe76 libio: Add __nonnull for FILE * arguments of fclose and freopen 3 years ago
Sergey Bugaev e6a252758c Mark various cold functions as __COLD 3 years ago
Florian Weimer 0d5cb2ae27 <stdio.h>: Make fopencookie, vasprintf, asprintf available by default 3 years ago
Adhemerval Zanella 21a171bcb2 libio: Remove unused pragma weak on vtable 3 years ago
Joe Simmons-Talbott 868506eb42 system: Add "--" after "-c" for sh (BZ #28519) 3 years ago
Adhemerval Zanella Netto 3020f72618 libio: Remove the usage of __libc_IO_vtables 3 years ago
Adhemerval Zanella Netto f65ca70dea libio: Do not autogenerate stdio_lim.h 3 years ago
Adhemerval Zanella Netto 88677348b4 Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 3 years ago
Joseph Myers dee2bea048 C2x scanf binary constant handling 3 years ago
Adhemerval Zanella e7223fa1e8 stdio: Do not ignore posix_spawn error on popen (BZ #29016) 3 years ago
Wilco Dijkstra 32c7acd464 Replace rawmemchr (s, '\0') with strchr 3 years ago
Florian Weimer f5c65fa920 libio: Update number of written bytes in dprintf implementation 3 years ago
Florian Weimer 0d50f477f4 stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039) 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Andreas Schwab a09183aed7 getdelim: ensure error indicator is set on error (bug 29917) 3 years ago
Florian Weimer 118816de33 libio: Convert __vswprintf_internal to buffers (bug 27857) 3 years ago
Florian Weimer 5365acc567 libio: Convert __obstack_vprintf_internal to buffers (bug 27124) 3 years ago
Florian Weimer 8ece45e4f5 libio: Convert __vdprintf_internal to buffers 3 years ago
Florian Weimer af7f416551 libio: Convert __vasprintf_internal to buffers 3 years ago
Florian Weimer fb9bd841b8 libio: Convert __vsprintf_internal to buffers 3 years ago
Florian Weimer e88b9f0e5c stdio-common: Convert vfprintf and related functions to buffers 3 years ago
Adhemerval Zanella 5dcd2d0ad0 stdlib: Move _IO_cleanup to call_function_static_weak 3 years ago
Adhemerval Zanella 8d98c7c00f configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases 4 years ago
Florian Weimer 58548b9d68 Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 3 years ago
Florian Weimer 88f4b6929c Introduce <pointer_guard.h>, extracted from <sysdep.h> 3 years ago
Adhemerval Zanella Netto de477abcaa Use '%z' instead of '%Z' on printf functions 4 years ago
Florian Weimer 032712621f Remove spurious references to _dl_open_hook 4 years ago
Tulio Magno Quites Machado Filho d0fa09a770 Apply asm redirections in stdio.h before first use [BZ #27087] 4 years ago
Florian Weimer 88ed43ff0c libio: Flush-only _IO_str_overflow must not return EOF (bug 28949) 4 years ago
Florian Weimer 6fece2968a libio: Convert tst_swprintf to the test framework 4 years ago
José Bollo edc696a73a libio: Ensure output buffer for wchars (bug #28828) 4 years ago
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights 4 years ago