]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
More 64 bits platforms warning fixes.
[FreeBSD/FreeBSD.git] / usr.bin /
2002-06-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-06-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-06-23 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-06-23 Tim J. RobbinsDocument the fairly obvious effect of the PATH environm...
2002-06-23 Tim J. RobbinsMake the Examples section consistent with the rest...
2002-06-23 Philippe Charnieradd DIAGNOSTICS section
2002-06-23 David E. O'BrienOnly got one of the Perl usages.
2002-06-23 David E. O'BrienReplace a perl usage with an AWK one.
2002-06-22 Juli MallettStylistic nit:
2002-06-22 Juli MallettCheck for results of repeated calls to strnsubst()...
2002-06-22 Juli MallettWhen giving an example that relies on shell expansion...
2002-06-22 Tim J. RobbinsNow that the pattern space contains no trailing newline...
2002-06-22 Tim J. RobbinsDon't store newlines at the end of each line in the...
2002-06-21 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-06-21 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-06-21 Mark MurrayBetter fix for style.
2002-06-21 Mark MurrayFix warnings generated elsewhere.
2002-06-21 Mark MurrayStyle tidy-up.
2002-06-21 Mark MurrayModernise this code by rounding up the usual suspects...
2002-06-21 Poul-Henning Kamp#include <sys/time.h> before <sys/stat.h> to get timespec.
2002-06-21 Tim J. RobbinsSkip fields in the manner required by POSIX, and the...
2002-06-21 Tim J. RobbinsNewline characters should not participate in line compa...
2002-06-21 Ruslan ErmilovGive a C rewriter the necessary credit.
2002-06-21 Kirk McKusickThis commit adds basic support for the UFS2 filesystem...
2002-06-21 Bill FennerThis commit was generated by cvs2svn to compensate...
2002-06-21 Bill FennerThis commit was generated by cvs2svn to compensate...
2002-06-20 Juli MallettFix a bug fixed by NetBSD in revision 1.42 of parse...
2002-06-20 Juli MallettMore unsigned char casts to isupper(3).
2002-06-20 Juli MallettProvide a heuristic for RCS conflicts.
2002-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-06-20 Juli MallettLook for wildcards, and balanced meta-characters such...
2002-06-20 Juli MallettExpand a buffer to reduce diffs to NetBSD.
2002-06-20 Juli MallettDiff reduction for great justice against NetBSD, cast...
2002-06-20 Juli MallettWhitespace fixes to line-up EOL escapes whose right...
2002-06-20 Juli MallettCast sp to uintptr_t when doing a compare of it to...
2002-06-20 Tim J. RobbinsStyle: put static qualifier on definition of static...
2002-06-20 Tim J. Robbinstime(1) does not use the shell to execute the specified...
2002-06-20 Tim J. RobbinsMake it obvious that command line arguments may be...
2002-06-20 Juli MallettA function which takes no arguments has an argument...
2002-06-19 Eivind EklundMake locate.updatedb tell about the security risk when...
2002-06-19 Juli MallettFix a memory leak from previous commit by freeing the...
2002-06-19 Juli MallettPossibly expand the variable name's embedded variables...
2002-06-19 Tim J. RobbinsFix duplicate % in %b format introduced in rev 1.22.
2002-06-19 Tim J. RobbinsLet printf(1) tell the difference between zero width...
2002-06-19 Tim J. RobbinsAllow format strings containing "%%" to be reused.
2002-06-19 Tim J. RobbinsAllow `%' to be written out with an octal escape (...
2002-06-19 Tim J. RobbinsIndicate that env(1) allows you to supply arguments...
2002-06-19 Tim J. RobbinsDon't convert a single space before a tab stop into...
2002-06-17 Juli Mallettmake(I) appeared in PWB UNIX.
2002-06-17 Tim J. RobbinsAdd Standards section.
2002-06-17 Tim J. RobbinsSort sections, use Dl for the example so it stands...
2002-06-17 Tim J. RobbinsOnly advance the column position for printable characte...
2002-06-17 Maxim SobolevKill superfluous blank line.
2002-06-16 Greg LeheyRemove 17 June as German national holiday.
2002-06-16 Tim J. RobbinsCorrect the handling of (for example) the N command...
2002-06-16 Tim J. RobbinsWhen counting words, check the correct character variab...
2002-06-15 Juli MallettRemove local prototype for main().
2002-06-15 Juli MallettProtoize. Remove un-needed cast to char in switch...
2002-06-15 Juli MallettRemove <sys/types> where we use <sys/param> already.
2002-06-15 Tim J. RobbinsRemove obsolescent -tabstop option from Synopsis (it...
2002-06-15 Tim J. RobbinsAllow <blank>s to be used to separate tab stop position...
2002-06-15 Mike HeffnerUpdate for lukemftp-1.6-beta2.
2002-06-15 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2002-06-15 Tim J. RobbinsSort sections.
2002-06-15 Tim J. Robbinsfstat() returns information about the target of any...
2002-06-15 Tim J. RobbinsImprove parsing of character and equivalence classes:
2002-06-14 Tim J. RobbinsMove the #include and #define's to the top of the file.
2002-06-14 Tim J. RobbinsBump the size of the equivalence set to NCHARS; this...
2002-06-14 Tim J. RobbinsUse the Cm macro for the clear, init, reset and longnam...
2002-06-14 Tim J. RobbinsAdjust the exit status to conform to SUSv3 and document...
2002-06-14 Tim J. RobbinsSort sections. Avoid using "The -? option" at the start...
2002-06-14 Tim J. RobbinsDon't treat the trailing ']' of an equivalence class...
2002-06-14 Tim J. RobbinsAdd the P1003.1-2001 -C option which complements the...
2002-06-14 Tim J. RobbinsImplement support for equivalence classes ([=e=]) when...
2002-06-14 Tim J. RobbinsExit with non-zero status if an input file can not...
2002-06-14 Maxim SobolevFix one serious bug and one potential problem with...
2002-06-13 Greg Leheybeforeinstall target:
2002-06-13 Greg LeheyAdd two new options:
2002-06-13 Tim J. RobbinsCorrect the Standards section: wc is a utility, not...
2002-06-13 Tim J. RobbinsBump document date for previous commit.
2002-06-13 Tim J. RobbinsAdd the -m option, which counts characters (as opposed...
2002-06-13 Juli MallettAvoid classy use of a variable one time with a constant...
2002-06-13 Juli MallettUse %p to print a pointer, not %lx and a cast to (unsig...
2002-06-13 Juli MallettDon't do stupid things to avoid unused parameters,...
2002-06-12 Dag-Erling SmørgravReorder LDADD to fix static linking.
2002-06-12 Juli MallettString lengths and sizeof()s are size_t not int. Mark...
2002-06-12 Juli MallettThe error functions take constant pointers to strings...
2002-06-11 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-06-11 Robert DrehmelUse the constants from <limits.h> for the sizes of...
2002-06-11 Tim J. Robbinspaste(1) appeared at least as early as 32v.
2002-06-11 Tim J. Robbinscut(1) appeared at least as early as System III.
2002-06-10 Juli MallettNote that this appeared at least as early as PWB UNIX.
2002-06-10 Tim J. RobbinsRemove -j from synopsis. The form given in the synopsis...
2002-06-10 Tim J. RobbinsWhen stat(2) fails, put the name of the component it...
2002-06-10 Juli MallettAdd another example for using paste(1) since tjr seemed...
2002-06-10 Tim J. RobbinsAdd an EXAMPLES section with three examples. Document...
2002-06-10 Tim J. RobbinsRefer to environ(7) for description of COLUMNS instead...
2002-06-10 Tim J. RobbinsThe 10 occurrence limit for the `s' command documented...
2002-06-10 Tim J. RobbinsNewlines are not escaped anymore.
2002-06-10 Tim J. RobbinsDon't write escape newlines with `l' command (SUSv3)
next