/[findutils]/findutils/xargs/xargs.c
ViewVC logotype

Log of /findutils/xargs/xargs.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.80
Mon Dec 8 15:42:56 2008 UTC (15 years, 4 months ago) by cvs2git
Branch: MAIN
CVS Tags: HEAD
Changes since 1.79: +0 -0 lines
FILE REMOVED
remove all files; README-use-git: add this one file


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Mon Jan 7 01:23:49 2008 UTC (16 years, 3 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_13-1, FINDUTILS_4_4_0-1, FINDUTILS_4_5_0-1, FINDUTILS_4_5_1-1, FINDUTILS_4_5_2-1, FINDUTILS_4_5_3-1, jy_before_git_conversion
Branch point for: rel-4-3-fixes, rel-4-4-fixes
Changes since 1.78: +106 -44 lines
Diff to previous 1.78
Reap child processes sooner in order to reduce resource usage


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Thu Dec 20 21:53:55 2007 UTC (16 years, 4 months ago) by jay
Branch: MAIN
Changes since 1.77: +13 -23 lines
Diff to previous 1.77
Backed out the positional parameter change because it was too error prone and over-complex


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Thu Dec 20 10:10:59 2007 UTC (16 years, 4 months ago) by jay
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
Installed typo fix from Jakub Bogusz


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed Dec 19 21:16:33 2007 UTC (16 years, 4 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_12-1
Changes since 1.75: +23 -13 lines
Diff to previous 1.75
Enhancements to format strings in hman-readable messages intended to allow better translation


Revision 1.49.2.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 8 15:41:04 2007 UTC (16 years, 4 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: FINDUTILS_4_2_32-1, FINDUTILS_4_2_33-1
Changes since 1.49.2.17: +6 -8 lines
Diff to previous 1.49.2.17 , to branch point 1.49 , to next main 1.80
Update to version 3 of the GNU GPL


Revision 1.49.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Aug 25 22:16:29 2007 UTC (16 years, 8 months ago) by ericb
Branch: rel-4-2-fixes
Changes since 1.49.2.16: +19 -19 lines
Diff to previous 1.49.2.16 , to branch point 1.49
Fix Savannah bug #20273, partial reads of seekable stdin.
* import-gnulib.config (modules): Add closein.
* xargs/xargs.c (main, get_input_delimiter): Fix compile
warnings.
(main): Use close_stdin, not close_stdout.
* find/find.c (main): Likewise.
* NEWS: Document the fix.


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun Jul 22 13:08:22 2007 UTC (16 years, 9 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_10-1, FINDUTILS_4_3_11-1, FINDUTILS_4_3_9-1
Changes since 1.74: +2 -2 lines
Diff to previous 1.74
Fixed Savannah bug #20547, version information not compliant with GNU coding standard


Revision 1.49.2.16 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 15:38:05 2007 UTC (16 years, 9 months ago) by ericb
Branch: rel-4-2-fixes
Changes since 1.49.2.15: +2 -0 lines
Diff to previous 1.49.2.15 , to branch point 1.49
* xargs/xargs.c (main): Fix Savannah bug #19660.
* NEWS: Document it.


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 08:25:45 2007 UTC (16 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.73: +6 -8 lines
Diff to previous 1.73
Migrated from GPL version 2 to GPL version 3


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sat Jun 30 13:15:33 2007 UTC (16 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.72: +2 -1 lines
Diff to previous 1.72
Use verify_true for validating constant conditions rather than assert, because the latter is only checked at runtime and eats CPU time


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Thu Jun 28 13:06:43 2007 UTC (16 years, 10 months ago) by ericb
Branch: MAIN
Changes since 1.71: +4 -3 lines
Diff to previous 1.71
Fix Savannah bug #20273, xargs -E with seekable stdin.
* import-gnulib.config (modules): Sort, add closein.
* xargs/testsuite/Makefile.am (EXTRA_DIST_EXP, EXTRA_DIST_XO)
(EXTRA_DIST_XI): Add new test.
* xargs/testsuite/config/unix.exp (xargs_start): Support optional
argument to allow test to run a subshell.
* xargs/testsuite/inputs/sv-bug-20273.xi: New file.
* xargs/testsuite/xargs.posix/sv-bug-20273.xo: Likewise.
* xargs/testsuite/xargs.posix/sv-but-20273.exp: Likewise.
* xargs/xargs.c (main): Use close_stdin, not close_stdout.
* NEWS: Document the fix.

Added a maintenance manual.
* doc/Makefile.am (info_TEXINFOS): Added doc/find-main.texi.
* doc/find.texi (Introduction): Fixed typo.


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 08:24:19 2007 UTC (16 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.70: +7 -7 lines
Diff to previous 1.70
Fix Savannah bug #20263 (compilation err on DEC OSF/1.  Include <sys/stat.h> in files where where we use struct stat.  Removed some dead code following some calls to assert(0), which are now backed up by abort calls.   Use assert (0) rather than assert (false).  Make sure we include the space.


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Thu Jun 21 23:41:08 2007 UTC (16 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.69: +12 -12 lines
Diff to previous 1.69
Fixed various lint complaints pointed out by build-aux/src-sniff.py


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Apr 29 15:50:21 2007 UTC (17 years ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_5-1, FINDUTILS_4_3_6-1, FINDUTILS_4_3_7-1, FINDUTILS_4_3_8-1
Changes since 1.68: +4 -3 lines
Diff to previous 1.68
Fixed Savannah bug #18203 (find error messages can garble the console)


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 14:27:40 2007 UTC (17 years ago) by jay
Branch: MAIN
Changes since 1.67: +49 -5 lines
Diff to previous 1.67
Simplifythe calculation of the defautl value of xargs's -s option.  Avoid an assertion failure on AIX when _SC_ARG_MAX is larger than LINE_MAX


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 16:14:49 2007 UTC (17 years ago) by jay
Branch: MAIN
Changes since 1.66: +2 -0 lines
Diff to previous 1.66
Applied patch from Eric Blake fixing Savannab bug# 19660


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 10:58:34 2007 UTC (17 years, 1 month ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_3-1, FINDUTILS_4_3_4-1
Changes since 1.65: +13 -5 lines
Diff to previous 1.65
Warn the user that echo will be run at least once if stdin is a tty for xargs --show-limits.  Also, find -quit has a 100% success rate.


Revision 1.49.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Feb 28 23:57:54 2007 UTC (17 years, 2 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: FINDUTILS_4_2_31-1
Changes since 1.49.2.14: +2 -0 lines
Diff to previous 1.49.2.14 , to branch point 1.49
New method of checking out and configuring gnulib - define which version we need to use, and remember which version we used


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Wed Feb 28 23:55:47 2007 UTC (17 years, 2 months ago) by jay
Branch: MAIN
Changes since 1.64: +2 -0 lines
Diff to previous 1.64
New method of checking out and configuring gnulib - define which version we need to use, and remember which version we used


Revision 1.49.2.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 10:38:50 2007 UTC (17 years, 2 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: FINDUTILS_4_2_30-1
Changes since 1.49.2.13: +1 -1 lines
Diff to previous 1.49.2.13 , to branch point 1.49
Updated copyright years


Revision 1.49.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 09:45:28 2007 UTC (17 years, 2 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49.2.12: +1 -1 lines
Diff to previous 1.49.2.12 , to branch point 1.49
Savannah bug #18384: removed spurious extra [ in the --help output.


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sun Feb 25 12:05:51 2007 UTC (17 years, 2 months ago) by jay
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
Eliminated a few compiler warnings


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Sat Feb 24 14:12:50 2007 UTC (17 years, 2 months ago) by jay
Branch: MAIN
Changes since 1.62: +14 -0 lines
Diff to previous 1.62
Describe how xargs handles trailing blanks


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sat Feb 24 13:57:31 2007 UTC (17 years, 2 months ago) by jay
Branch: MAIN
Changes since 1.61: +9 -6 lines
Diff to previous 1.61
Use an enum rather than proprocessor macro values for the lexer state.


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sat Jan 13 18:17:55 2007 UTC (17 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.60: +5 -1 lines
Diff to previous 1.60
Fixed Savannah bug #18714


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Jan 13 16:13:29 2007 UTC (17 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
Removed suprious "[" in xargs --help output (fixes Savannah bug #18384).


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 18:09:33 2007 UTC (17 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.58: +16 -5 lines
Diff to previous 1.58
xargs: correctly handle quoted empty arguments occurring first or last on a line (by adding an empty argument to the output).  Fixes Savannah bug #18713.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Aug 20 20:39:48 2006 UTC (17 years, 8 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_2-1
Changes since 1.57: +6 -7 lines
Diff to previous 1.57
Merged some changes from the 4.2 branch:
Describe what happens if you do "find -printf %" (with a single % at
the end of the format).  Added test case for "find -printf %H".  Fixes
for "find -perm" with X.  Better range checking in frcode.c.  Tests
for long initially-identical prefixes in frcode.c and that it
correctly encodes paths with mroe than 2^16 characters in comon in the
prefix.  Also initial spaces.  Added --show-limits to the xargs help
message and manpage.


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Mon Aug 7 11:05:59 2006 UTC (17 years, 8 months ago) by jay
Branch: MAIN
CVS Tags: compat_gnulib_2006-07-09
Changes since 1.56: +0 -3 lines
Diff to previous 1.56
Removed unused code (tivial patch from Miloslav Trmac).


Revision 1.49.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Aug 7 11:02:24 2006 UTC (17 years, 8 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: FINDUTILS_4_2_29-1
Changes since 1.49.2.11: +0 -17 lines
Diff to previous 1.49.2.11 , to branch point 1.49
Removed unused code.


Revision 1.49.2.11 - (view) (download) (annotate) - [select for diffs]
Sat Aug 5 18:03:21 2006 UTC (17 years, 8 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: FINDUTILS_4_2_28-1
Changes since 1.49.2.10: +97 -107 lines
Diff to previous 1.49.2.10 , to branch point 1.49
Fixed Savannah bug#16738, find does not subtract environment size in find .. -exec {} +


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sat Aug 5 18:02:54 2006 UTC (17 years, 8 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_1-1
Changes since 1.55: +87 -111 lines
Diff to previous 1.55
Fixed Savannah bug#16738, find does not subtract environment size in find .. -exec {} +


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Fri Dec 23 18:24:20 2005 UTC (18 years, 4 months ago) by jay
Branch: MAIN
Changes since 1.54: +34 -29 lines
Diff to previous 1.54
Fixed many compilation warnings


Revision 1.49.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 08:34:41 2005 UTC (18 years, 4 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49.2.9: +1 -1 lines
Diff to previous 1.49.2.9 , to branch point 1.49
Fixed bug# 15211, that xargs --show-limits is not documented in the manpage or in the usage message


Revision 1.49.2.9 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 17:56:13 2005 UTC (18 years, 4 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: rel-4-2-fixes-last-merge-to-trunk
Changes since 1.49.2.8: +1 -1 lines
Diff to previous 1.49.2.8 , to branch point 1.49
Fixed spelling errors in Bob Proulx's name.  Sorry, Bob.


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 17:55:47 2005 UTC (18 years, 4 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_3_0-1
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
Fixed spelling errors in Bob Proulx's name.  Sorry, Bob.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 07:56:00 2005 UTC (18 years, 4 months ago) by jay
Branch: MAIN
Changes since 1.52: +13 -2 lines
Diff to previous 1.52
Merged latest changes from 4.2.x branch


Revision 1.49.2.8 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 02:53:08 2005 UTC (18 years, 4 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: FINDUTILS_4_2_27-1
Changes since 1.49.2.7: +12 -1 lines
Diff to previous 1.49.2.7 , to branch point 1.49
Correctly display the size of the argument buffer we really allocated.


Revision 1.49.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 05:40:03 2005 UTC (18 years, 5 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49.2.6: +1 -1 lines
Diff to previous 1.49.2.6 , to branch point 1.49
Typo correction from Benno Schulenberg <benno@nietvergeten.nl>
(trivial change)


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 19:50:16 2005 UTC (18 years, 5 months ago) by jay
Branch: MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51
Merged latest changes from 4.2.x branch


Revision 1.49.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 19:42:12 2005 UTC (18 years, 5 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49.2.5: +4 -4 lines
Diff to previous 1.49.2.5 , to branch point 1.49
Typo "Ilegal"; change to "Invalid" since this is not really illegal!
Bug report by Primoz Peterlin.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 07:21:41 2005 UTC (18 years, 5 months ago) by jay
Branch: MAIN
Changes since 1.50: +1 -1 lines
Diff to previous 1.50
Prefer the word 'Invalid' or the phrase 'not allowed' over 'Illegal', as per the GNU coding standards, and as per the suggestion from Benno Schulenberg


Revision 1.49.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 07:20:57 2005 UTC (18 years, 5 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49.2.4: +1 -1 lines
Diff to previous 1.49.2.4 , to branch point 1.49
Prefer the word 'Invalid' or the phrase 'not allowed' over 'Illegal', as per the GNU codign standards, and as per the suggestion from Benno Schulenberg


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Nov 21 04:00:11 2005 UTC (18 years, 5 months ago) by jay
Branch: MAIN
Changes since 1.49: +27 -8 lines
Diff to previous 1.49
Applied all the trunk changes (up to this point) to the 4.3.x sources


Revision 1.49.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Sep 21 09:06:38 2005 UTC (18 years, 7 months ago) by jay
Branch: rel-4-2-fixes
CVS Tags: FINDUTILS_4_2_26-1
Changes since 1.49.2.3: +4 -4 lines
Diff to previous 1.49.2.3 , to branch point 1.49
Clarified the -E option


Revision 1.49.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Sep 20 18:40:53 2005 UTC (18 years, 7 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49.2.2: +13 -5 lines
Diff to previous 1.49.2.2 , to branch point 1.49
Documentation clarification: -L and -I take a mandatory argument; -l and -i do not


Revision 1.49.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 21:54:03 2005 UTC (18 years, 7 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49.2.1: +12 -1 lines
Diff to previous 1.49.2.1 , to branch point 1.49
Fixed Savannah bug #14550 - if environment is too large to allow
exec() to work, we cannot even use "xargs --help".


Revision 1.49.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 6 08:13:42 2005 UTC (18 years, 7 months ago) by jay
Branch: rel-4-2-fixes
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
Typo in "IEEE" in a comment.


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Sep 3 12:49:16 2005 UTC (18 years, 7 months ago) by jay
Branch: MAIN
Branch point for: rel-4-2-fixes
Changes since 1.48: +129 -3 lines
Diff to previous 1.48
Added the --delimiter option to xargs, resolving Savannah support request sr #102914


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri Jul 22 20:44:45 2005 UTC (18 years, 9 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_24-1, FINDUTILS_4_2_25-1, before_fts_conversion, fts-last-merge-from-trunk
Branch point for: fts-conversion
Changes since 1.47: +21 -3 lines
Diff to previous 1.47
Fix Savannah bug #13878, in which xargs deals incorrectly with child failure, returning 0 when it should return 123


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Jul 2 09:54:34 2005 UTC (18 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.46: +3 -2 lines
Diff to previous 1.46
Assume unistd.h is present - avoid using HAVE_UNISTD_H


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 07:48:23 2005 UTC (18 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.45: +5 -106 lines
Diff to previous 1.45
Removed some code which had alread been disabled via the preprocessor.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Tue Jun 7 22:24:56 2005 UTC (18 years, 10 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_21-1, FINDUTILS_4_2_22-1, FINDUTILS_4_2_23-1
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
Updated the FSF's postal address


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon May 2 23:27:05 2005 UTC (19 years ago) by jay
Branch: MAIN
Changes since 1.43: +48 -6 lines
Diff to previous 1.43
Added Dmitry V. Levin's additional test cases for xargs, together with enhancements whioch ensure that xargs passes the extra tests


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 00:48:07 2005 UTC (19 years, 2 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_17-1, FINDUTILS_4_2_18-1, FINDUTILS_4_2_19-1, FINDUTILS_4_2_20-1
Changes since 1.42: +5 -0 lines
Diff to previous 1.42
Fixed Savannah bug #11866 (not resetting number of used chars in the command buffer) - reported by Dimitry V. Levin


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Jan 31 23:40:27 2005 UTC (19 years, 3 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_16-1
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
Updated/corrected the email address for David MacKenzie, one of the original authors of findutils


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Jan 15 11:14:14 2005 UTC (19 years, 3 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_12-1, FINDUTILS_4_2_13-1, FINDUTILS_4_2_14-1, FINDUTILS_4_2_15-1
Branch point for: d_type_optimisation
Changes since 1.40: +40 -11 lines
Diff to previous 1.40
Updated to bring into line with bc_*() interface changes


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Jan 15 09:32:49 2005 UTC (19 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.39: +5 -5 lines
Diff to previous 1.39
First working version of -exec ...+


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Jan 9 19:22:59 2005 UTC (19 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
Initial implementation of -exec ..{} +, but currently disabled since not yet working


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Jan 8 14:09:55 2005 UTC (19 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
The GNU coding standard requires a space between the function name and
its parenthesised argument list.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat Jan 8 12:31:06 2005 UTC (19 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.36: +3 -0 lines
Diff to previous 1.36
Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 20:50:44 2005 UTC (19 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.35: +95 -260 lines
Diff to previous 1.35
Refactored xargs to use an external library function from the new file buildcmd.c


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Dec 6 00:38:52 2004 UTC (19 years, 4 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_10-1, FINDUTILS_4_2_11-1
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
Added the -I and -L options; also -E takes an argument which is not optional.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 01:39:33 2004 UTC (19 years, 4 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_9-1
Changes since 1.33: +5 -3 lines
Diff to previous 1.33
Implemented POSIX options -L, -I and -E


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 15:27:32 2004 UTC (19 years, 4 months ago) by jay
Branch: MAIN
Changes since 1.32: +8 -5 lines
Diff to previous 1.32
Implement POSIX option -E (and make the default behaviour that there
is no logical EOF string - POSIX now allows this).


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 13:14:41 2004 UTC (19 years, 4 months ago) by jay
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
Fixed typo


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Nov 24 17:01:13 2004 UTC (19 years, 5 months ago) by jay
Branch: MAIN
Changes since 1.30: +10 -0 lines
Diff to previous 1.30
Once we collect enough arguments (for the value specified by the -n
option) to do an exec(), do it immediaely instead of waiting for the
next one to arrive.  This fixes Savannah bug #7340.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 17:57:51 2004 UTC (19 years, 5 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_7-1, FINDUTILS_4_2_8-1
Changes since 1.29: +47 -19 lines
Diff to previous 1.29
Implemented xargs --arg-file


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Nov 10 21:17:06 2004 UTC (19 years, 5 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_5-1, FINDUTILS_4_2_6-1
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Get the right number of bytes in a Kilobyte (hint: it's not 1048; that
was a typo, honest :)


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 00:54:00 2004 UTC (19 years, 5 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_4-1
Changes since 1.27: +0 -5 lines
Diff to previous 1.27
Enforcing a lower limit on the value specified by -s makes the test
suite fail.  Removed that lower limit.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 00:01:19 2004 UTC (19 years, 5 months ago) by jay
Branch: MAIN
Changes since 1.26: +166 -26 lines
Diff to previous 1.26
Increased the default argument length and improved POSIX compliance of the handling of out-of-range values for the -s option


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 19:40:47 2004 UTC (19 years, 6 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_3-1
Changes since 1.25: +0 -3 lines
Diff to previous 1.25
No need to #define _GNU_SOURCE if we use gl_INIT.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 22:59:23 2004 UTC (19 years, 6 months ago) by jay
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Corrected typo in the address of the FSF office


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 22:42:20 2004 UTC (19 years, 6 months ago) by jay
Branch: MAIN
Changes since 1.23: +0 -7 lines
Diff to previous 1.23
Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 22:24:01 2004 UTC (19 years, 6 months ago) by jay
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
Work round an apparent compiler bug in HP-UX 11.23 for
ia64


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Oct 24 18:25:21 2004 UTC (19 years, 6 months ago) by jay
Branch: MAIN
Changes since 1.21: +15 -10 lines
Diff to previous 1.21
Avoid use of exit() within main, to silence warnings about unreachable code


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 17:19:50 2004 UTC (19 years, 6 months ago) by jay
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Changed the erorr message issued when there is an unmatched quote to
point out that the user might have wanted to use the -0 option instead.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Aug 8 11:20:39 2004 UTC (19 years, 8 months ago) by jay
Branch: MAIN
CVS Tags: FINDUTILS_4_2_0-1, FINDUTILS_4_2_1-1
Changes since 1.19: +0 -5 lines
Diff to previous 1.19
Don't check size_of_environment against arg_max since that causes the
test suite to fail.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Aug 8 10:36:23 2004 UTC (19 years, 8 months ago) by jay
Branch: MAIN
Changes since 1.18: +60 -0 lines
Diff to previous 1.18
Better documentation for the -i option


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Mar 13 14:52:25 2004 UTC (20 years, 1 month ago) by jay
Branch: MAIN
Changes since 1.17: +21 -7 lines
Diff to previous 1.17
Fixed Debian bug #176201, "xargs enviroment size limited to 20k", by
reading a patch offered by Bob Prolux and implementing something
substantially similar myself.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 22:55:09 2004 UTC (20 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Indicate that prep_child_for_exec() fixes Savannah bug #3992.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 22:54:27 2004 UTC (20 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.15: +25 -0 lines
Diff to previous 1.15
Attach the stdin of xargs' child process to /dev/null so that if it
tries to read from its stdin it doesn't consume any of the list of
files that xargs is trying to use.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 21:25:49 2004 UTC (20 years, 3 months ago) by jay
Branch: MAIN
Changes since 1.14: +5 -1 lines
Diff to previous 1.14
Applied Savannah patch 1500


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 14:38:33 2003 UTC (20 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.13: +56 -2 lines
Diff to previous 1.13
xargs/xargs.c (DO_MULTIBYTE): New macro.
(mbstrstr): New function.
(do_insert): Use it instead of strstr.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 16 13:47:37 2003 UTC (20 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Applied Savannah patch #1499 (adds final newline to usage message).


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Jun 14 15:41:26 2003 UTC (20 years, 10 months ago) by jay
Branch: MAIN
Changes since 1.11: +12 -1 lines
Diff to previous 1.11
Merged changes made for version 4.1.20 onto the trunk


Revision 1.11.2.2 - (view) (download) (annotate) - [select for diffs]
Mon May 26 13:51:45 2003 UTC (20 years, 11 months ago) by jay
Branch: jy_branch_2003_05_24_gnulib_update
CVS Tags: FINDUTILS_4_1_20-1
Changes since 1.11.2.1: +9 -0 lines
Diff to previous 1.11.2.1 , to branch point 1.11 , to next main 1.80
Changes to allow compilation on non-GNU systems (i.e. for the macros that gnulib decides to #define to be effective)


Revision 1.11.2.1 - (view) (download) (annotate) - [select for diffs]
Sat May 24 18:36:25 2003 UTC (20 years, 11 months ago) by jay
Branch: jy_branch_2003_05_24_gnulib_update
Changes since 1.11: +3 -1 lines
Diff to previous 1.11
Updated copyright years and the address of the FSF


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Oct 21 08:07:11 2000 UTC (23 years, 6 months ago) by kevind
Branch: MAIN
CVS Tags: FINDUTILS_4_1_7, FINDUTILS_4_1_7-1, FINDUTILS_4_1_7-2, trunk-before-jy-4_1_20-merge
Branch point for: jy_branch_2003_05_24_gnulib_update
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
	* locate/updatedb.sh, locate/locate.c (usage), find/parser.c
	(parse_help): add bug reporting address to help


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Oct 9 23:40:41 2000 UTC (23 years, 6 months ago) by kevind
Branch: MAIN
CVS Tags: FINDUTILS_4_1_6, FINDUTILS_4_1_6-1, FINDUTILS_4_1_6-2
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
* xargs/xargs.c: spelling correction


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 09:59:50 2000 UTC (24 years ago) by kevind
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 08:18:35 2000 UTC (24 years ago) by kevind
Branch: MAIN
Changes since 1.7: +32 -47 lines
Diff to previous 1.7
* xargs/xargs.c: add macros PARAMS rather than P_.  Add
prototypes.


Revision 1.4.4.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 15 08:25:51 2000 UTC (24 years, 1 month ago) by kevind
CVS Tags: FINDUTILS_4_1-40
Changes since 1.4: +8 -1 lines
Diff to previous 1.4 , to next main 1.80
  * fixed problem with xargs sysconf(_SC_ARG_MAX) returning -1 (closes:
    #31325).


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jan 27 03:21:14 2000 UTC (24 years, 3 months ago) by kevind
Branch: MAIN
CVS Tags: FINDUTILS_4_1_3
Changes since 1.6: +43 -21 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 09:59:53 2000 UTC (24 years, 3 months ago) by kevind
Branch: MAIN
CVS Tags: FINDUTILS_4_1_2
Changes since 1.5: +8 -1 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Aug 8 19:46:36 1999 UTC (24 years, 8 months ago) by kevind
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 02:09:00 1998 UTC (25 years, 7 months ago) by kevind
Branch: MAIN
CVS Tags: FINDUTILS_4_1-30, FINDUTILS_4_1-31, FINDUTILS_4_1-32, FINDUTILS_4_1-33, FINDUTILS_4_1-34, FINDUTILS_4_1-35, FINDUTILS_4_1-36, FINDUTILS_4_1-37
Changes since 1.3: +0 -5 lines
Diff to previous 1.3
  * removed more function declarations to meet GNU coding standards


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 07:57:34 1998 UTC (26 years, 2 months ago) by kevind
Branch: MAIN
CVS Tags: FINDUTILS_4_1-26, FINDUTILS_4_1-27, FINDUTILS_4_1-28, FINDUTILS_4_1-29
Changes since 1.2: +0 -3 lines
Diff to previous 1.2
  * remove declarations of various string functions which allows
    compilation under sparc.  Removing the declarations almost
    matches the GNU Coding Standards.(fixes: bug #16948)


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Mar 4 06:50:46 1997 UTC (27 years, 2 months ago) by kevin
Branch: MAIN
CVS Tags: FINDUTILS_4_1-20, FINDUTILS_4_1-21, FINDUTILS_4_1-22, FINDUTILS_4_1-23, FINDUTILS_4_1-24, FINDUTILS_4_1-25
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
  * really fixed xargs to prevent occasional core dumping, which fixes bug
    #7287.  findutils-4.1-19 skipped including this patch


Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Sun Feb 4 20:35:11 1996 UTC (28 years, 2 months ago) by kevin
Branch: FINDUTILS
CVS Tags: FINDUTILS-4_1, FINDUTILS-4_1-10, FINDUTILS-4_1-11, FINDUTILS-4_1-4, FINDUTILS-4_1-5, FINDUTILS-4_1-6, FINDUTILS-4_1-7, FINDUTILS-4_1-8, FINDUTILS-4_1-9, FINDUTILS_4_1, FINDUTILS_4_1-12, FINDUTILS_4_1-13, FINDUTILS_4_1-14, FINDUTILS_4_1-15, FINDUTILS_4_1-16, FINDUTILS_4_1-17, FINDUTILS_4_1-18, FINDUTILS_4_1-19
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.80
GNU findutils package version 4.1


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 20:35:11 1996 UTC (28 years, 2 months ago) by kevin
Branch: MAIN
Branch point for: FINDUTILS
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26