summaryrefslogtreecommitdiff
path: root/usr.bin/printf/Makefile
diff options
context:
space:
mode:
authorMerlin Scholz <merlin@scholz.ruhr>2023-07-19 19:37:43 +0200
committerMerlin Scholz <merlin@scholz.ruhr>2023-07-19 19:37:43 +0200
commit509f0498e749fa43af638c2719442656bc3295da (patch)
tree1ddbf2aca1e01bdb57cc723811035bde22357d82 /usr.bin/printf/Makefile
parentc7d78f5ebdbe93048e09731ce76417ea5a78cd05 (diff)
Code cleanuplockdoc-10.99.5
Diffstat (limited to 'usr.bin/printf/Makefile')
0 files changed, 0 insertions, 0 deletions
subject'>Remove the \n and tabs from the __COPYRIGHT() strings.lukem Tweak to use a consistent format. 2007-10-14Convert to using raise_default_signal(3).lukem 2007-04-29fix typosmsaitoh 2006-05-24Coverity CID 3212: Don't return, goto out in all cases so that cleanupchristos happens. 2006-05-01Coverity CID 2989: Use the error path to return.christos 2006-04-02Coverity CID 1660: Plug memory leaks.christos 2005-12-28PR/32402: Jeffrey Bedard: pr filter dumps core with -s option specified,christos when -s is specified with no argument. Option arguments in pr (as documented) need to immediately follow the option. For example to set the separator char to `.' you need to use "pr -s." instread of "pr -s .". The second form sets the separator character to tab, and reads from file `.'. Coredumping is wrong anyway, so fix that. Grr to POSIX for not forcing pr and a few other utilities to use getopt(3). cvs: ---------------------------------------------------------------------- 2003-10-13Move Keith Muller's code from a 4-clause to a 3-clause licence by removingagc the advertising clause. Diffs provided in PR 22397 by Joel Baker, confirmed to the board by Keith Muller. 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22365, verified by myself. 2001-07-22seperate -> separatewiz 2000-10-22Don't be silly and try to read an strftime() format string from the LC_TIMEkleink environment variable; since there isn't a standard format provided by the C library that corresponds to pr's default header format, add a new option '-T' to take a strftime() format string if desired. 2000-07-13For the -i option, don't convert a single space before a tab stop to asimonb tab. Fixes PR bin/5797 from Todd Vierling. 1998-12-19char -> unsigned charchristos 1998-04-02Need <time.h> for localtime() and strftime() prototypes.kleink 1997-10-19WARNSify, fix .Nm usage, deprecate registerlukem 1997-01-09RCS ID policetls 1995-06-07can't assume that timeval.ts_sec is same type as time_t. grr.cgd