summaryrefslogtreecommitdiff
path: root/bin/cat
AgeCommit message (Expand)Author
2004-01-04Remove unused code left over from temporary printescaped functionality.jschauma
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-09-14Following private discussion with kleink@ and hubertf@ and public discussionjschauma
2003-08-27Include "config.h" if building as a host program.uwe
2003-08-27Add missing "."junyoung
2003-08-25This is a host tool, so for the time being change SIZE_T_MAX to thekleink
2003-08-13use bounded string opitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04As discusses a little while back on tech-userlevel:jschauma
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2002-09-25New policy: New sentences start on a new line.wiz
2002-09-13Don't use MAX(); not all systems have it, and this is a host tool.thorpej
2002-07-03The el option is an extention.enami
2002-06-11Rather than (ab)using the standard error message for EFTYPE, print our ownbjh21
2002-06-11Only use __RCSID() and __COPYRIGHT() if they're defined.bjh21
2002-06-10Add wrapper around bsd.prog.mk include in preparation for this becoming amason
2002-06-10Add -l option to cat(1), as discussed on tech-userlevel. This optionmason
2002-05-15Consistent wording: `regular' files, not `plain' ones; from Giorgoskleink
2002-05-09Simplify previous - sbuf.st_blksize is a uint32_t, so just usesimonb
2002-05-09Fix oversight in last.thorpej
2002-05-09Skip a check that is always true if _LP64 is defined.thorpej
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-20Sort sections, drop unnecessary .Pps.wiz
2001-12-20Whitespace nits.wiz
2001-11-03change from WARNS?=1 to WARNS?=2 for bin/lukem
2001-09-16Some KNF, via patch by Petri Koistinen in private mail.wiz
2001-07-29Some style improvements. [Nearly] #13592 by Petri Koistinen.wiz
2001-01-03Un-__P and ANSIfymjl
2001-01-03Sync usage w/ options, remove bogus cast.mjl
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES askleink
2000-08-28Add 'RETURN VALUE' section header.hubertf
2000-08-02Use .At v1 macro instead of spelling out AT&T Unix version 1.jwise
2000-07-31don't use the "f" flag to fopen when -f is not specified (from Chuck Cranor)christos
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-01-15Add a -f fflag that makes sure that we only try to read from plain fileschristos
2000-01-09Slightly modified small fixes from Richard Rauch in PR bin/9150abs
1999-07-08Make this compile with WARNS = 2christos
1999-04-26Fix buffer allocation in function `raw_cat'. It was possible to get ahannken
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-11Patch from PR#5156 to adjust buffer size to match filesystem block sizefair
1998-07-28Delint.mycroft
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1998-01-27Fix the EOL-indicators ('$') toggled by the `-e' option to be lined upkleink
1997-11-05lintcgd
1997-10-20Fix .Nm usage.enami
1997-07-20Remove WARNS=1 from all the subdirectory Makefiles, and add it to Makefile.incchristos
1997-07-20Add WARNS.thorpej
1997-07-20__COPYRIGHT()/__RCSID()/prototype police.thorpej
1997-06-26When allocating a buffer failed, don't fail silently.kleink
1997-04-27Indicate file handling failures by exit codes >0; fixes PR/3538 fromkleink