aboutsummaryrefslogtreecommitdiff
path: root/manual
AgeCommit message (Expand)Author
2018-12-21Require GCC 5 or later to build glibc (bug 23993).Joseph Myers
2018-12-20manual/examples: Remove redundant "if not"H.J. Lu
2018-12-18locale: Rewrite locale/gen-translit.pl in PythonFlorian Weimer
2018-12-18Fix __TIMERSIZE and @theglibcadj typosAlbert ARIBAUD (3ADEV)
2018-12-17Y2038: add function __localtime64Albert ARIBAUD (3ADEV)
2018-12-14manual: Document thread/task IDs for LinuxFlorian Weimer
2018-12-10Use gen-as-const.py to process .pysym files.Joseph Myers
2018-12-07Add getcpuH.J. Lu
2018-12-06Update miscellaneous files from upstream sources.Joseph Myers
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang
2018-11-20malloc: tcache double free checkDJ Delorie
2018-11-16Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg
2018-11-01Fix typo in the documentation of gcvtGabriel F. T. Gomes
2018-10-31hurd: Fix errno* generationSamuel Thibault
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers
2018-10-24Use gen-libm-test.py to generate ulps table for manual.Joseph Myers
2018-10-17[manual] Job control is no longer optional.Zack Weinberg
2018-09-24Don't build libnsl for new ABIsAndreas Schwab
2018-08-17Add --with-nonshared-cflags option to configureFlorian Weimer
2018-08-13Update install.texi documentation of uses of Perl and Python.Joseph Myers
2018-08-02Add convenience target 'install-locale-files'.Carlos O'Donell
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar
2018-07-31Update tooling versions verified to work with glibc.Carlos O'Donell
2018-07-31Update contrib.texi contributions.Carlos O'Donell
2018-07-24Add manual documentation for threads.hRical Jasan
2018-07-19INSTALL: Add a note for Intel CET statusH.J. Lu
2018-07-18x86/CET: Document glibc.tune.x86_ibt and glibc.tune.x86_shstkH.J. Lu
2018-07-18Intel CET: Document --enable-cetH.J. Lu
2018-07-10Add the statx functionFlorian Weimer
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-07-04testrun.sh: Implement --tool=strace, --tool=valgrindFlorian Weimer
2018-06-29Document interaction with GCC built-ins in the Customizing PrintfMartin Sebor
2018-06-29New configure option --disable-crypt.Zack Weinberg
2018-06-29manual: Revise crypt.texi.Zack Weinberg
2018-06-29manual: Reorganize crypt.texi.Zack Weinberg
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg
2018-06-28Fix documentation build with old makeinfoSzabolcs Nagy
2018-06-27Remove macros extend_alloca, extend_alloca_account [BZ #18023]Florian Weimer
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-05-17Add narrowing divide functions.Joseph Myers
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-05-07Revert:Alexandre Oliva
2018-04-30manual/startup.texi (Aborting a Program): Remove inappropriate joke.Raymond Nicholson
2018-04-27Remove tilegx port.Joseph Myers
2018-04-06Fix missing @ before texinfo commandAndreas Schwab
2018-04-05manual: Various fixes to the mbstouwcs example, and mbrtowc updateFlorian Weimer
2018-04-05manual: Move mbstouwcs to an example C fileFlorian Weimer
2018-04-03Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu