summaryrefslogtreecommitdiff
path: root/lib/buildcmd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bugfixes for Savannah bugs #19768 and #19766James Youngman2007-05-011-2/+5
* Avoid calling stat for pred_delete. Instead, try the unlink assuming the tar...James Youngman2007-04-281-5/+3
* Simplifythe calculation of the defautl value of xargs's -s option. Avoid an ...James Youngman2007-04-281-16/+24
* Call gnulib's mbsstr() instead of a locally-defined mbsstr()James Youngman2007-04-251-40/+2
* Added SOC guidance commentsJames Youngman2007-04-241-3/+63
* Support fts() in FTS_CWDFD mode. Also work around Savannah bug #18466 (with ...James Youngman2007-04-141-2/+7
* Eliminated a few compiler warningsJames Youngman2007-02-251-1/+1
* Work around Savannah bug #17877, which manifests on systems which useJames Youngman2006-11-201-2/+3
* Fixed Svannah bug #17782 ('./' prefix added at start of arg while it should b...James Youngman2006-11-081-13/+11
* Fixed Savannah bug#16738, find does not subtract environment size in find .. ...James Youngman2006-08-051-7/+94
* Fixed many compilation warningsJames Youngman2005-12-231-12/+22
* Merge to trunk from 4.2.x fixesJames Youngman2005-11-241-9/+34
* Merged changes from the 4.2.x branchJames Youngman2005-11-231-8/+24
* reindent and untabifyJames Youngman2005-11-231-74/+74
* Applied all the trunk changes (up to this point) to the 4.3.x sourcesJames Youngman2005-11-211-3/+4
* Assume unistd.h is present - avoid using HAVE_UNISTD_HJames Youngman2005-07-021-2/+3
* Updated the FSF's postal addressJames Youngman2005-06-071-1/+1
* Fixed Savannah bug #12230, in which '-exec echo == {} +' is always run, even ...James Youngman2005-03-071-1/+3
* Oops, initialise state->cmd_initial_argv_chars to zero.James Youngman2005-01-161-1/+1
* Tidied up formatting of arg list for bc_do_insertJames Youngman2005-01-161-2/+1
* Implemented -execdir and -okdirJames Youngman2005-01-151-10/+37
* First working version of -exec ...+James Youngman2005-01-151-4/+15
* Initial implementation of -exec ..{} +, but currently disabled since not yet ...James Youngman2005-01-091-2/+2
* Refactored xargs to use an external library function from the new file buildc...James Youngman2005-01-071-0/+338