| Commit message (Expand) | Author | Age | Files | Lines |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | mdoc(7) police: most -mdoc macros can take multiple arguments. | ru | 2002-12-23 | 1 | -2/+1 |
* | Add the -P option which executes multiple copies of the specified utility | tjr | 2002-12-21 | 2 | -19/+57 |
* | Take __FreeBSD_version into account when BOOTSTRAPPING. | ru | 2002-11-13 | 2 | -9/+7 |
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -2/+2 |
* | Declare environ as char **environ like in environ(7), not char *environ[]. | tjr | 2002-07-01 | 1 | -1/+1 |
* | Stylistic nit: | jmallett | 2002-06-22 | 1 | -5/+5 |
* | Check for results of repeated calls to strnsubst(), as well as for the | jmallett | 2002-06-22 | 1 | -6/+17 |
* | When giving an example that relies on shell expansion/globbing, don't use a | jmallett | 2002-06-22 | 1 | -1/+1 |
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -0/+4 |
* | Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freed | jmallett | 2002-06-04 | 1 | -1/+3 |
* | Restructure sanity checks so that -I and -J just override eachother, rather | jmallett | 2002-05-30 | 1 | -5/+6 |
* | Allow the input line to be NULL, and teach strnsubst() that NULL means to use | jmallett | 2002-05-30 | 2 | -3/+8 |
* | mdoc(7) police: punctuation, miscellaneous. | ru | 2002-05-30 | 1 | -8/+8 |
* | Simplify prerun() in the case where there are no arguments. Can't do -I or -J | jmallett | 2002-05-17 | 1 | -1/+1 |
* | Fix a "tiny and squeeby and little" markup mistake. | jmallett | 2002-05-14 | 1 | -1/+1 |
* | xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0. | ru | 2002-05-10 | 2 | -1/+13 |
* | -I and -J both set the same variable, replstr, to the string to replace with | jmallett | 2002-05-06 | 1 | -0/+2 |
* | Modify the -p implementation to use a user's locale, so they can respond to | jmallett | 2002-05-05 | 2 | -13/+63 |
* | Fix a typo. | jmallett | 2002-05-05 | 1 | -2/+3 |
* | In an effort to make this utility easier to work with at a source level, move | jmallett | 2002-05-05 | 1 | -141/+154 |
* | Grouping changes. | jmallett | 2002-05-04 | 1 | -2/+2 |
* | Don't use pointers as booleans. | jmallett | 2002-05-04 | 1 | -3/+3 |
* | Replace calloc(3) with malloc(3), and set the tail of the | jmallett | 2002-05-04 | 1 | -2/+3 |
* | Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. if | jmallett | 2002-05-03 | 1 | -1/+1 |
* | Move substitution out to a function, prerun(), and replace use of run() with | jmallett | 2002-05-03 | 1 | -85/+78 |
* | Get rid of bogus holder for realloc(3). | jmallett | 2002-05-03 | 1 | -6/+5 |
* | Rewrite the loop that handles substitution in the -I case, and try to make | jmallett | 2002-05-03 | 1 | -15/+75 |
* | Rename `lflag' to `Lflag' to match the option's case. | jmallett | 2002-05-03 | 1 | -6/+6 |
* | Revert revision 1.22. I incorrectly modified the Berkeley identifiers. | jmallett | 2002-05-03 | 1 | -3/+12 |
* | __COPYRIGHT() and __SCCSID(). | jmallett | 2002-05-02 | 1 | -12/+3 |
* | An explicit cast to size_t for an inline integer, since the two are not the | jmallett | 2002-05-02 | 1 | -2/+2 |
* | A markup fix, and document -R as non-standard. | jmallett | 2002-05-02 | 1 | -3/+5 |
* | Make -J a proper flag internal to the code (rather than just check for | jmallett | 2002-05-02 | 2 | -10/+30 |
* | *str is spelled 's1' inside the body of the code. | jmallett | 2002-05-02 | 1 | -4/+2 |
* | Rework some of the -I support so I can't find a way to make xargs(1) core or | jmallett | 2002-05-02 | 2 | -15/+14 |
* | In the case where we can't open /dev/tty, fall back to -t behaviour. | jmallett | 2002-04-19 | 1 | -9/+7 |
* | Bump WARNS to 4. | jmallett | 2002-04-19 | 1 | -0/+1 |
* | Compound two fprintf(3)s into 1 using string concatenation. | jmallett | 2002-04-19 | 1 | -2/+1 |
* | After 3 months... | jmallett | 2002-04-19 | 4 | -44/+272 |
* | ANSIfy: Function declarations and prototypes, use of environ(7). | jmallett | 2002-03-15 | 1 | -9/+8 |
* | Change back to using vfork() now that execvp() is vfork()-safe. If execvp() | des | 2002-03-09 | 1 | -7/+10 |
* | Leave the `copyright' variable exposed, since the main purpose of it | mike | 2002-03-07 | 1 | -2/+2 |
* | Fix vendor ID (mostly obtained from Rev 1.1). | mike | 2002-03-05 | 1 | -7/+8 |
* | WARNS=2 fixes, remove register keyword, use __FBSDID() | markm | 2001-12-11 | 1 | -10/+14 |
* | Spelling police: extention -> extension. | dd | 2001-07-05 | 1 | -1/+1 |
* | Add a -J replstr option that allows the user to tell xargs to insert | dd | 2001-05-15 | 2 | -6/+68 |
* | Alphabetize command-line options in the synopsis. | dd | 2001-05-02 | 1 | -1/+1 |
* | mdoc(7) police: Fixed typo and markup in rev.1.11. | ru | 2001-04-13 | 1 | -2/+2 |
* | o The -s limit is ARG_MAX - 4K, not ARG_MAX - 2K. | brian | 2001-04-10 | 1 | -4/+14 |