index
:
delta/findutils.git
Debian_stable
FINDUTILS
baserock/bootstrap
baserock/bootstrap-pass1
baserock/bootstrap-stable
baserock/morph
baserock/morph-stable
baserock/v4.5.14
d_type_optimisation
debian
fts-conversion
jy_branch_2003_05_24_gnulib_update
master
master-UNNAMED-BRANCH
master-UNNAMED-BRANCH-UNNAMED-BRANCH
rel-4-2-fixes
rel-4-3-fixes
rel-4-4-fixes
rel-4-6-fixes
git.savannah.gnu.org: git/findutils.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
buildcmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: update copyright year number ranges
Bernhard Voelker
2023-01-01
1
-1
/
+1
*
maint: update copyright year number ranges
Bernhard Voelker
2022-01-02
1
-1
/
+1
*
maint: update copyright year number ranges
Bernhard Voelker
2021-01-02
1
-1
/
+1
*
doc: prefer https:// over http:// in more places
Bernhard Voelker
2020-03-15
1
-1
/
+1
*
maint: update copyright year number ranges
Bernhard Voelker
2020-01-01
1
-1
/
+1
*
maint: update copyright year number ranges
Bernhard Voelker
2019-01-04
1
-1
/
+1
*
maint: adjust preprocessor indentation via cppi
Bernhard Voelker
2018-12-02
1
-2
/
+2
*
maint: move NLS-related macros to a central place
Bernhard Voelker
2018-03-14
1
-10
/
+1
*
maint: update copyright year number ranges
Bernhard Voelker
2018-01-01
1
-1
/
+1
*
all: use die() rather than error(EXIT_FAILURE)
Bernhard Voelker
2017-11-13
1
-11
/
+11
*
all: prefer https:// URLs where possible
Bernhard Voelker
2017-10-23
1
-1
/
+1
*
maint: update copyright year number ranges
Bernhard Voelker
2017-10-23
1
-2
/
+1
*
maint: avoid warnings from GCC 6.2.1
Bernhard Voelker
2017-02-06
1
-1
/
+1
*
Fix bug #48030: find: -exec + does not pass all arguments in certain cases
Bernhard Voelker
2016-05-31
1
-5
/
+5
*
maint: update copyright years.
James Youngman
2016-01-03
1
-2
/
+2
*
maint: Don't define the gettext-related macro N_ where it is not needed.
James Youngman
2016-01-03
1
-6
/
+0
*
maint: avoid syntax-check failures
Bernhard Voelker
2015-12-28
1
-1
/
+0
*
find: fix potential buffer overflow in -execdir and -okdir
Dmitry V. Levin
2013-09-21
1
-1
/
+1
*
Fix compile-time warnings.
Kamil Dudka
2013-03-26
1
-2
/
+5
*
Use a consistent order for header-file inclusion.
James Youngman
2011-06-20
1
-25
/
+19
*
Take gnulib-tool's advice about which header files to include.
James Youngman
2011-06-20
1
-0
/
+1
*
Eliminate some compiler warnings.
James Youngman
2011-06-14
1
-2
/
+0
*
Enable more syntax checks, eliminate useless C preprocessor parentheses
James Youngman
2011-06-12
1
-1
/
+1
*
Don't include sys/param.h where we don't need it.
James Youngman
2011-06-07
1
-7
/
+7
*
Update the copyright year in C source files.
James Youngman
2011-06-04
1
-2
/
+2
*
Avoid code redundancy in lib/buildcmd.c.
James Youngman
2011-06-04
1
-2
/
+1
*
Fix a compiler warning in lib/buildcmd.c
James Youngman
2011-06-04
1
-1
/
+1
*
Remove unnecessary header checks and include guards.
James Youngman
2011-06-02
1
-4
/
+2
*
Savannah bug #31424: Revert Interix-specific change.
James Youngman
2011-05-29
1
-1
/
+0
*
Change "can not" to "cannot".
James Youngman
2011-04-02
1
-1
/
+1
*
Savannah bug #31424: Work around Interix bug in _SC_ARG_MAX, in which execve ...
James Youngman
2010-10-23
1
-0
/
+1
*
Remove support for compilers lacking prototypes.
James Youngman
2010-04-21
1
-8
/
+0
*
Eliminate some obsolete code.
James Youngman
2010-04-07
1
-30
/
+0
*
Don't return int to represent a boolean value.
James Youngman
2010-04-05
1
-1
/
+2
*
Avoid using magic numbers as exit statuses.
James Youngman
2010-04-03
1
-0
/
+1
*
Mark some missed error messages for translation.
James Youngman
2010-04-03
1
-1
/
+2
*
Remove useless if conditionals before calls to 'free'.
James Youngman
2010-04-02
1
-2
/
+1
*
Change error (1, ...) to error (EXIT_FAILURE, ...).
James Youngman
2010-04-02
1
-6
/
+8
*
Coding style fixes: space after function names.
James Youngman
2010-04-01
1
-31
/
+31
*
Fix Savannah bug#27328, segfault if the initial exec for "find -exec" fails, ...
James Youngman
2009-11-29
1
-100
/
+212
*
Remove trailing white space.
James Youngman
2009-04-13
1
-4
/
+4
*
Avoid mixing declarations and statements.
James Youngman
2009-04-13
1
-9
/
+12
*
Merge Leslie Polzer's SOC 2007 changes for better ARG_MAX support
Leslie P. Polzer
2009-04-13
1
-59
/
+98
*
Remove unnecessary include guards.
James Youngman
2009-04-12
1
-14
/
+2
*
Removed trailing whitespace.
James Youngman
2009-03-04
1
-44
/
+44
*
Applied patch from Jim Meyering; rename dirfd to dir_fd to avoid shadowing pr...
James Youngman
2008-03-10
1
-3
/
+4
*
Allow choice of default arg size, Savannah bug #20594.
Eric Blake
2007-08-01
1
-2
/
+5
*
Migrated from GPL version 2 to GPL version 3
James Youngman
2007-07-02
1
-6
/
+4
*
Fix Savannah bug #20263 (compilation err on DEC OSF/1. Include <sys/stat.h> ...
James Youngman
2007-06-26
1
-3
/
+3
*
Fixed various lint complaints pointed out by build-aux/src-sniff.py
James Youngman
2007-06-21
1
-5
/
+5
[next]