summaryrefslogtreecommitdiff
path: root/lib/buildcmd.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year number rangesBernhard Voelker2023-01-011-1/+1
* maint: update copyright year number rangesBernhard Voelker2022-01-021-1/+1
* maint: update copyright year number rangesBernhard Voelker2021-01-021-1/+1
* doc: prefer https:// over http:// in more placesBernhard Voelker2020-03-151-1/+1
* maint: update copyright year number rangesBernhard Voelker2020-01-011-1/+1
* maint: update copyright year number rangesBernhard Voelker2019-01-041-1/+1
* maint: adjust preprocessor indentation via cppiBernhard Voelker2018-12-021-2/+2
* maint: move NLS-related macros to a central placeBernhard Voelker2018-03-141-10/+1
* maint: update copyright year number rangesBernhard Voelker2018-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Bernhard Voelker2017-11-131-11/+11
* all: prefer https:// URLs where possibleBernhard Voelker2017-10-231-1/+1
* maint: update copyright year number rangesBernhard Voelker2017-10-231-2/+1
* maint: avoid warnings from GCC 6.2.1Bernhard Voelker2017-02-061-1/+1
* Fix bug #48030: find: -exec + does not pass all arguments in certain casesBernhard Voelker2016-05-311-5/+5
* maint: update copyright years.James Youngman2016-01-031-2/+2
* maint: Don't define the gettext-related macro N_ where it is not needed.James Youngman2016-01-031-6/+0
* maint: avoid syntax-check failuresBernhard Voelker2015-12-281-1/+0
* find: fix potential buffer overflow in -execdir and -okdirDmitry V. Levin2013-09-211-1/+1
* Fix compile-time warnings.Kamil Dudka2013-03-261-2/+5
* Use a consistent order for header-file inclusion.James Youngman2011-06-201-25/+19
* Take gnulib-tool's advice about which header files to include.James Youngman2011-06-201-0/+1
* Eliminate some compiler warnings.James Youngman2011-06-141-2/+0
* Enable more syntax checks, eliminate useless C preprocessor parenthesesJames Youngman2011-06-121-1/+1
* Don't include sys/param.h where we don't need it.James Youngman2011-06-071-7/+7
* Update the copyright year in C source files.James Youngman2011-06-041-2/+2
* Avoid code redundancy in lib/buildcmd.c.James Youngman2011-06-041-2/+1
* Fix a compiler warning in lib/buildcmd.cJames Youngman2011-06-041-1/+1
* Remove unnecessary header checks and include guards.James Youngman2011-06-021-4/+2
* Savannah bug #31424: Revert Interix-specific change.James Youngman2011-05-291-1/+0
* Change "can not" to "cannot".James Youngman2011-04-021-1/+1
* Savannah bug #31424: Work around Interix bug in _SC_ARG_MAX, in which execve ...James Youngman2010-10-231-0/+1
* Remove support for compilers lacking prototypes.James Youngman2010-04-211-8/+0
* Eliminate some obsolete code.James Youngman2010-04-071-30/+0
* Don't return int to represent a boolean value.James Youngman2010-04-051-1/+2
* Avoid using magic numbers as exit statuses.James Youngman2010-04-031-0/+1
* Mark some missed error messages for translation.James Youngman2010-04-031-1/+2
* Remove useless if conditionals before calls to 'free'.James Youngman2010-04-021-2/+1
* Change error (1, ...) to error (EXIT_FAILURE, ...).James Youngman2010-04-021-6/+8
* Coding style fixes: space after function names.James Youngman2010-04-011-31/+31
* Fix Savannah bug#27328, segfault if the initial exec for "find -exec" fails, ...James Youngman2009-11-291-100/+212
* Remove trailing white space.James Youngman2009-04-131-4/+4
* Avoid mixing declarations and statements.James Youngman2009-04-131-9/+12
* Merge Leslie Polzer's SOC 2007 changes for better ARG_MAX supportLeslie P. Polzer2009-04-131-59/+98
* Remove unnecessary include guards.James Youngman2009-04-121-14/+2
* Removed trailing whitespace.James Youngman2009-03-041-44/+44
* Applied patch from Jim Meyering; rename dirfd to dir_fd to avoid shadowing pr...James Youngman2008-03-101-3/+4
* Allow choice of default arg size, Savannah bug #20594.Eric Blake2007-08-011-2/+5
* Migrated from GPL version 2 to GPL version 3James Youngman2007-07-021-6/+4
* Fix Savannah bug #20263 (compilation err on DEC OSF/1. Include <sys/stat.h> ...James Youngman2007-06-261-3/+3
* Fixed various lint complaints pointed out by build-aux/src-sniff.pyJames Youngman2007-06-211-5/+5