]> git.ipfire.org Git - thirdparty/glibc.git/history - manual
Fix http: URL in 'configure'
[thirdparty/glibc.git] / manual /
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-29  Paul EggertCorrect the spelling of more contributors
2019-08-23  Paul EggertDon't put non-ASCII into installed headers
2019-08-23  Paul EggertFix spellings of contributor names in comments and doc
2019-08-22  Joseph MyersDocument strftime %Ob and %OB as C2X features.
2019-08-19  Carlos O'Donellnss: Make nsswitch.conf more distribution friendly.
2019-08-15  Joseph MyersMake totalorder and totalordermag functions take pointe...
2019-08-13  Joseph MyersAdd feature test macro _ISOC2X_SOURCE.
2019-08-09  DJ DelorieAdd glibc.malloc.mxfast tunable
2019-08-05  Florian Weimerlogin: Remove utmp backend jump tables [BZ #23518]
2019-08-01  Carlos O'DonellUpdate install and NEWS for 2.30 release.
2019-07-29  Florian WeimerLinux: Move getdents64 to <dirent.h>
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_rwlock_clockrdlock...
2019-07-12  Mike Crowenptl: Add POSIX-proposed pthread_cond_clockwait
2019-07-12  Mike Crowenptl: Add POSIX-proposed sem_clockwait
2019-07-10  Andreas SchwabDon't declare __malloc_check_init in <malloc.h> (bug...
2019-06-28  Florian Weimerio: Remove copy_file_range emulation [BZ #24744]
2019-06-07  Florian WeimerLinux: Add getdents64 system call
2019-05-17  Wilco DijkstraSmall tcache improvements
2019-05-17  Florian Weimermanual: Document O_DIRECTORY
2019-05-14  Florian WeimerLinux: Add the tgkill function
2019-05-14  Carlos O'Donellmanual: Adjust twalk_r documentation.
2019-05-10  Wilco DijkstraFix tcache count maximum (BZ #24531)
2019-05-02  Florian Weimermisc: Add twalk_r function
2019-04-25  Florian WeimerExtend BIND_NOW to installed programs with --enable...
2019-04-11  TAMUKI ShoichiAdd missing percent sign to conversion specifier
2019-03-14  Florian WeimerRemove obsolete, never-implemented XSI STREAMS declarations
2019-02-08  Florian WeimerLinux: Add gettid system call wrapper [BZ #6399]
2019-02-02  Florian Weimermanual: Document lack of conformance of sched_* functio...
2019-02-01  Joseph MyersRequire GCC 6.2 or later to build glibc.
2019-02-01  Florian Weimermanual: Update struct sockaddr_in, struct sockaddr_sin6...
2019-02-01  Feng Xueaarch64: Add AmpereComputing emag to tunable cpu list
2019-01-31  Siddhesh PoyarekarPrepare for 2.29 release
2019-01-24  TAMUKI Shoichistrftime: Pass the additional flags from "%EY" to ...
2019-01-24  TAMUKI Shoichistrftime: Set the default width of "%Ey" to 2 [BZ ...
2019-01-17  TAMUKI Shoichimanual: Fix the wording to "alternative" rather than...
2019-01-09  Wilco Dijkstra[AArch64] Add ifunc support for Ares
2019-01-07  Florian Weimermanual: Use @code{errno} instead of @var{errno} [BZ...
2019-01-04  Szabolcs NagyFix the manual for old texinfo
2019-01-01  Joseph MyersUpdate miscellaneous files from upstream sources.
2019-01-01  Joseph MyersUpdate copyright dates not handled by scripts/update...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-21  Joseph MyersRequire GCC 5 or later to build glibc (bug 23993).
2018-12-20  H.J. Lumanual/examples: Remove redundant "if not"
2018-12-18  Florian Weimerlocale: Rewrite locale/gen-translit.pl in Python
2018-12-18  Albert ARIBAUD ... Fix __TIMERSIZE and @theglibcadj typos
2018-12-17  Albert ARIBAUD ... Y2038: add function __localtime64
2018-12-14  Florian Weimermanual: Document thread/task IDs for Linux
2018-12-10  Joseph MyersUse gen-as-const.py to process .pysym files.
2018-12-07  H.J. LuAdd getcpu
2018-12-06  Joseph MyersUpdate miscellaneous files from upstream sources.
2018-12-01  Kemi WangMutex: Add pthread mutex tunables
2018-11-20  DJ Deloriemalloc: tcache double free check
2018-11-16  Zack WeinbergUse STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.
2018-11-01  Gabriel F. T. GomesFix typo in the documentation of gcvt
2018-10-31  Samuel ThibaultMerge branch 'master' into errno
2018-10-31  Samuel Thibaulthurd: Fix errno* generation
2018-10-31  Samuel ThibaultMerge branch 'master' of git://sourceware.org/git/glibc
2018-10-29  Joseph MyersPatch to require Python 3.4 or later to build glibc.
2018-10-24  Joseph MyersUse gen-libm-test.py to generate ulps table for manual.
2018-10-17  Zack Weinberg[manual] Job control is no longer optional.
2018-09-24  Andreas SchwabDon't build libnsl for new ABIs
2018-08-17  Florian WeimerAdd --with-nonshared-cflags option to configure
2018-08-13  Joseph MyersUpdate install.texi documentation of uses of Perl and...
2018-08-02  Carlos O'DonellAdd convenience target 'install-locale-files'.
2018-08-02  Siddhesh PoyarekarRename the glibc.tune namespace to glibc.cpu
2018-07-31  Carlos O'DonellUpdate tooling versions verified to work with glibc.
2018-07-31  Carlos O'DonellUpdate contrib.texi contributions.
2018-07-24  Rical JasanAdd manual documentation for threads.h
2018-07-19  H.J. LuINSTALL: Add a note for Intel CET status
2018-07-18  H.J. Lux86/CET: Document glibc.tune.x86_ibt and glibc.tune...
2018-07-18  H.J. LuIntel CET: Document --enable-cet
2018-07-10  Florian WeimerAdd the statx function
2018-07-05  Florian WeimerAdd renameat2 function [BZ #17662]
2018-07-04  Florian Weimertestrun.sh: Implement --tool=strace, --tool=valgrind
2018-06-29  Martin SeborDocument interaction with GCC built-ins in the Customiz...
2018-06-29  Zack WeinbergNew configure option --disable-crypt.
2018-06-29  Zack Weinbergmanual: Revise crypt.texi.
2018-06-29  Zack Weinbergmanual: Reorganize crypt.texi.
2018-06-29  Zack WeinbergDisallow use of DES encryption functions in new programs.
2018-06-28  Szabolcs NagyFix documentation build with old makeinfo
2018-06-27  Florian WeimerRemove macros extend_alloca, extend_alloca_account...
2018-06-26  Adhemerval ZanellaFix Linux fcntl OFD locks for non-LFS architectures...
2018-06-26  Florian WeimerRun thread shutdown functions in an explicit order
2018-05-17  Joseph MyersAdd narrowing divide functions.
2018-05-16  Florian Weimermath: Merge strtod_nan_*.h into math-type-macros-*.h
2018-05-16  Joseph MyersAdd narrowing multiply functions.
2018-05-07  Alexandre OlivaRevert:
2018-04-30  Raymond Nicholsonmanual/startup.texi (Aborting a Program): Remove inappr...
2018-04-27  Joseph MyersRemove tilegx port.
2018-04-06  Andreas SchwabFix missing @ before texinfo command
2018-04-05  Florian Weimermanual: Various fixes to the mbstouwcs example, and...
2018-04-05  Florian Weimermanual: Move mbstouwcs to an example C file
2018-04-03  H.J. LuUpdate RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]
2018-03-20  Samuel ThibaultFix errno values
2018-03-20  Joseph MyersAdd narrowing subtract functions.
2018-03-18  Agustina Arzillehurd: Reimplement libc locks using mach's gsync
2018-02-21  Rical Jasanmanual: Update _DEFAULT_SOURCE. [BZ #22862]
2018-02-20  Rical Jasanmanual: Update the _ISOC99_SOURCE description.
2018-02-20  Rical Jasanmanual: Document missing feature test macros.
next