/sys/modules/if_run/

'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/fmt/fmt.c
AgeCommit message (Expand)Author
2017-10-13Wse wide functions to avoid file corruption. Q+D because it does notchristos
2012-06-30add -w as an alias to -mchristos
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-13Remove insane centering code (that broke on strings of length 1) anddholland
2008-03-09PR/38207: Aleksej Saushev: fmt reports non-existing files erroneouslychristos
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-06-03make sure we have args before we try to parse numbers in the compat argumentchristos
2007-05-29- getopt parsingchristos
2006-01-15fix trailing blank munging.christos
2006-01-15revert the line calculation as it used to be pre-buffer changes.christos
2006-01-05more casts to voidchristos
2006-01-04fix problem introduced when the computation was changed to unsigned. Ifchristos
2005-12-16use putchar consistently.christos
2005-12-15small cleanups from seebs...christos
2005-12-15PR/32305: seebs: Eliminate buffer overflows and simplify code by usingchristos
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-03-02ANSIfy, minor KNF.wiz
2000-10-02Tweak last to only allow highbit characters >=160, to avoid issues withabs
2000-10-02Do not strip highbit characters.abs
2000-09-18Switch centre to -C from -c. Now different from FreeBSD, but avoids conflictabs
2000-09-15Add '-c' for center (from FreeBSD)abs
1999-11-02GC savestr() function. Makes this build again on i386 (this hadn't been usedjwise
1999-11-02process correctly whole line even when it's longer than BUFSIZ characters -jdolecek
1998-12-19char -> unsigned charchristos