/tools/gpt/

it'>
summaryrefslogtreecommitdiff
path: root/usr.bin/fsplit
AgeCommit message (Expand)Author
2015-06-16fix some error handling.christos
2013-01-23Assert equality, not assignment, in fsplit, and say who guarantees it.riastradh
2011-09-16Use __deadjoerg
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2008-11-23Two robustness fixes:dholland
2008-11-16One leftover trailing whitespace, caused by a merge botch at my end.dholland
2008-11-16Further cleanup. Merge a bit of duplicate code. Don't roll private copiesdholland
2008-11-16Avoid running off the end of the name buffer when extracting a filenamedholland
2008-11-16Clean up argument handling.dholland
2008-11-16C has a neat feature called a 'struct'. Use one, instead ofdholland
2008-11-16Index arrays according to customary C idioms, instead of a weird mix ofdholland
2008-11-16Avoid using side-effecting macros.dholland
2008-11-16Scratch variables shouldn't be global.dholland
2008-11-16KNF, formatting, and whitespace cleanup. No functional change intended.dholland
2008-11-16Sprinkle static and const. Use NULL and '\0', not 0, where appropriate.dholland
2008-11-16Use <stdbool.h> and <err.h>.dholland
2008-11-16Ansify and de-__P().dholland
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-26Error out instead of dumping core if we can't write (one of) the outputdholland
2004-10-30No need to call isupper() before tolower()dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14use bounded string opitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-09-30New sentence, new line.grant
2001-12-01Whitespace cleanup.wiz
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1998-12-19char -> unsigned charchristos
1998-10-08#elsej (!) should be #elsewsanchez
1997-10-18WARNSify, fix .Nm usage, deprecate registerlukem
1997-01-09RCS ID policetls
1995-09-28Sync with 4.4BSD-Lite2perry
1994-12-24pull in string.hcgd