summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2024-04-28redir: Use memfd_create instead of pipeHerbert Xu1-1/+1
2024-04-07configure.ac: drop -Wl,--fatal-warningsFabrice Fontaine1-1/+1
2023-01-08redir: Use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD if availableнаб1-0/+11
2022-12-11Release 0.5.12.v0.5.12Herbert Xu1-1/+1
2021-06-04shell: Call CHECK_DECL on stat64Herbert Xu1-2/+3
2021-01-13shell: Fail if building --with-libedit and can't find libeditC. McEnroe1-1/+2
2020-12-23shell: Disable glob again as it strips traing slashesHerbert Xu1-3/+2
2020-08-28shell: Group readdir64/dirent64 with open64Herbert Xu1-4/+4
2020-07-08expand: Make glob(3) interruptible by SIGINTHerbert Xu1-0/+7
2020-06-01shell: Enable fnmatch/glob by defaultHerbert Xu1-5/+6
2020-06-01Release 0.5.11.v0.5.11Herbert Xu1-1/+1
2020-05-15shell: Always use explicit large file APIHerbert Xu1-0/+5
2020-01-20shell: delete AC_PROG_YACCFangrui Song1-1/+0
2018-12-14shell: Enable automake silent rulesAntonio Ospite1-0/+2
2018-12-14shell: Update configure.ac with suggestions from autoupdateAntonio Ospite1-2/+2
2018-05-17Release 0.5.10.2.v0.5.10.2Herbert Xu1-1/+1
2018-05-10Release 0.5.10.1.v0.5.10.1Herbert Xu1-1/+1
2018-05-03Release 0.5.10.v0.5.10Herbert Xu1-1/+1
2018-04-19shell: Add subdir-objects to AM_INIT_AUTOMAKEJason Bowen1-1/+1
2018-03-22builtin: Greater resolution in test -nt / test -otMartijn Dekker1-0/+14
2016-09-23Release 0.5.9.1.v0.5.9.1Herbert Xu1-1/+1
2016-06-06Release 0.5.9.v0.5.9Herbert Xu1-1/+1
2014-11-17[BUILTIN] Fix "test -x" as root on FreeBSD 8Jonathan Nieder1-0/+31
2014-09-26Release 0.5.8.v0.5.8Herbert Xu1-1/+1
2011-08-17[SHELL] Allow building without LINEO supportDavid S. Miller1-0/+5
2011-08-17[ARITH] Avoid imaxdiv when only one of the results is wantedHarald van Dijk1-1/+1
2011-07-08Release 0.5.7.v0.5.7Herbert Xu1-1/+1
2011-03-15[SHELL] Port to SolarisBrian Koropoff1-1/+40
2010-04-02[BUILTIN] Use faccessat if availableHerbert Xu1-1/+2
2010-04-02Release 0.5.6.v0.5.6Herbert Xu1-1/+1
2009-01-14Release 0.5.5.1.v0.5.5.1Herbert Xu1-1/+1
2009-01-13Release 0.5.5.v0.5.5Herbert Xu1-1/+1
2009-01-13[BUILD] Fixed build on OS XMark Mentovai1-0/+15
2009-01-13[BUILD] Fixed build on NetBSDAleksey Cheusov1-0/+1
2007-12-23[ARITH] If imaxdiv() isn't available, use / and % operatorsGerrit Pape1-2/+3
2007-10-20[EXPAND] Added configure --enable-glob and --enable-fnmatch optionsHerbert Xu1-0/+13
2007-10-04[BUILD] Add --enable-static option to configure.Alexey Gladkov1-0/+6
2007-07-12Release 0.5.4.v0.5.4Herbert Xu1-1/+1
2006-05-23[BUILD] Added --with-libedit option to configureAlexey Gladkov1-0/+13
2005-11-26Release 0.5.3.v0.5.3Herbert Xu1-1/+1
2005-10-29[SYSTEM] Added out-of-line ctypes functions for klibcHerbert Xu1-2/+2
2005-10-29[SYSTEM] Added dummy sysconf implementationHerbert Xu1-1/+1
2005-10-29[SYSTEM] Added dummy strtod implementationHerbert Xu1-1/+1
2005-10-29[BUILTIN] Disable ulimit if there is no getrlimitHerbert Xu1-2/+2
2005-10-29[SIGNAL] Added default implementation of killpgHerbert Xu1-2/+2
2005-10-29[SIGNAL] Added default implementation of strsignalHerbert Xu1-2/+2
2005-10-29[EXPAND] Added getpwhome as a wrapper for getpwnamHerbert Xu1-1/+2
2005-10-29[SYSTEM] Added default implementation of bsearchHerbert Xu1-1/+1
2005-10-29Use stat if stat64 does not existHerbert Xu1-0/+8
2005-10-29[SIGNAL] Use bsd_signal if it exists and signal does notHerbert Xu1-0/+8
2005-10-29Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu1-1/+0
2005-09-26Fixed support for cross-compilation.gilles.chanteperdrix1-1/+10
2005-09-26Release 0.5.2.v0.5.2herbert1-1/+1
2005-09-26Initial import.Herbert Xu1-0/+21