summaryrefslogtreecommitdiff
path: root/Porting/Glossary
Commit message (Expand)AuthorAgeFilesLines
* Add sys/syscall.h probeH.Merijn Brand2023-04-281-5/+17
* Figure out I32df, U32uf, etc. in Configure rather than in perl.hTAKAI Kousuke2022-11-141-0/+20
* Regen Configure and friends after backportsH.Merijn Brand2021-10-291-0/+7
* A Configure test for C11 thread local storage specificer, _Thread_localNicholas Clark2021-09-071-0/+8
* Regen Configure and Glossary after backport of xlocale.h additionH.Merijn Brand2021-08-111-2/+30
* Regenerate Configure and frieds after backportH.Merijn Brand2021-02-141-1/+6
* Fix typosSamanta Navarro2020-10-031-3/+3
* Add the Configure option to enable strict by default in perl programs.Todd Rinaldo2020-09-151-0/+5
* Merge Configure changes for z/OS and AIXH.Merijn Brand2020-08-221-1/+5
* Remove 5005threads vestiges from Configure and friendsDagfinn Ilmari Mannsåker2020-08-211-5/+0
* Provide a better recommendation for 'Run only under a shell'Nicolas R2020-08-101-1/+1
* Regenerate Porting/GlossaryDagfinn Ilmari Mannsåker2020-08-101-0/+18
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* fixing usally and paternBryan Stenson2019-12-191-3/+3
* Further integration from Configure worksH.Merijn Brand2019-04-261-0/+30
* Rely on C89 "const"Aaron Crane2018-11-271-5/+0
* Regen after backporting and mergingH.Merijn Brand2018-04-161-10/+11
* configure probe for mkostemp()Zefram2017-12-221-0/+6
* configure probes for accept4(), dup3(), pipe2()Zefram2017-12-221-0/+12
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-0/+10
* Regenerate Porting/GlossaryAaron Crane2017-11-181-40/+40
* Regenerate GlossaryH.Merijn Brand2017-10-211-45/+93
* Rely on C89 <string.h>Aaron Crane2017-10-211-8/+0
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-4/+0
* Rely on C89 <assert.h>Aaron Crane2017-10-211-5/+0
* Rely on C89 <math.h>Aaron Crane2017-10-211-4/+0
* Rely on C89 strerror()Aaron Crane2017-10-211-10/+0
* Don't try to use <values.h>Aaron Crane2017-10-211-5/+0
* Rely on C89 <float.h>Aaron Crane2017-10-211-5/+0
* Rely on C89 <limits.h>Aaron Crane2017-10-211-5/+0
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-211-8/+0
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-211-6/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-5/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-5/+0
* Rely on C89 <stdarg.h>Aaron Crane2017-10-211-13/+0
* Rely on C89 prototypesAaron Crane2017-10-211-4/+0
* Don't pretend to determine whether ansi2knr is neededAaron Crane2017-10-211-4/+0
* Rely on C89 variadic prototypesAaron Crane2017-10-211-5/+0
* Rely on C89 vprintf()Aaron Crane2017-10-211-10/+0
* Rely on C89 snprintf()Aaron Crane2017-10-211-10/+0
* Assume C89 "volatile" keywordAaron Crane2017-10-211-5/+0
* Assume we have C89 memchr()Aaron Crane2017-10-211-5/+0
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-14/+0
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-211-19/+0
* Don't look for a "safe" memcpy()Aaron Crane2017-10-211-5/+0
* Assume we have C89 memset()Aaron Crane2017-10-211-9/+0
* Remove USE_STRUCT_COPY in favour of C89 struct assignmentAaron Crane2017-10-211-5/+0
* Finish adding memrchr Configure probeDagfinn Ilmari Mannsåker2017-10-131-0/+6
* regen Configure and friends after backportsH.Merijn Brand2017-09-191-18/+18
* add probes for openat, unlinkat, renameat, linkat and fchmodatTony Cook2017-09-111-0/+20