summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ident.c
AgeCommit message (Expand)Author
2016-08-26Pull in <time.h> for struct tm, used in rcs.hPhilip Guenther
2015-11-02Allow rcsnum_free and buf_free to accept NULL and remove various NULLNicholas Marriott
2014-10-02exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@Otto Moerbeek
2011-04-20Remove some unneeded includes and dead code, from Michael W Bombardieri.Nicholas Marriott
2010-07-28Make BUFs autoextend by default. This was already done in OpenCVSRay Lai
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2009-10-15ident(1) does not require arguments; while here, note that thisIgor Sobrado
2007-09-09From Pierre Riteau:Ray Lai
2007-02-27As done in OpenCVS, general includes cleanup sweep. OK otto@.Xavier Santolaria
2007-02-08When getc() returns EOF, either feof() or ferror() will return true,Ray Lai
2006-08-07Flush printf buffer before directly writing to STDIN_FILENO. PreventsRay Lai
2006-08-01Reduce rcs_buf_release() usage, improving binary support.Ray Lai
2006-05-09Remove /* NOTREACHED */ comments, now that lint is smart aboutRay Lai
2006-05-01prevent a very, very stupid buffer overflow in ident_line().Joris Vink
2006-04-24- do not show file ... as optionalJason McIntyre
2006-04-21remove overkill cvs_log() and rather use warn()/warnx().Xavier Santolaria
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-14excessive addition to brackets is a mental disease. you will goTheo de Raadt
2006-03-22change ident_file() and ident_line() return type to void; OK ray@.Xavier Santolaria
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-06many spacing cleanupsTheo de Raadt
2006-01-20typos in comments;Xavier Santolaria
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-11-30correct usage();Xavier Santolaria
2005-11-23output consistency;Xavier Santolaria
2005-11-16respect -q;Xavier Santolaria
2005-10-13To be fully compatibly with the GNU RCS tools we need to have theJoris Vink
2005-10-12various usage cleanup; ok jorisTheo de Raadt
2005-10-06warn when no keywords were found;Joris Vink
2005-10-06tweaks;Xavier Santolaria
2005-10-06ident command, written by xsa@ but he is too busy with work right now;Joris Vink