summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-05-19fix printf + add missing printf when unlocking file (-u).Xavier Santolaria
2006-05-19Remove ``sanity check'' that is already done in loop.Ray Lai
OK beck@
2006-05-18paramter -> parameterMiod Vallat
2006-05-18Avoid segv when a syntax error occurs while reading from command line.Otto Moerbeek
found by jmc@
2006-05-17yyerror() little cleanupXavier Santolaria
2006-05-17fix printf'sXavier Santolaria
2006-05-17remove useless case that is handled by default anywayAlexander von Gernler
zap trailing blanks ok otto@
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-05-17use lots more size_t instead of int running aroundTed Unangst
ok deraadt
2006-05-16Remove shadowing variables and properly use /* FALLTHROUGH */Ray Lai
comments. No binary change. Found by lint. OK beck@, deraadt@
2006-05-16https URL support; rototilled by a few people including me; originallyTheo de Raadt
from Rainer_Giedat@genua.de
2006-05-16missing free; from Kylene HallMarkus Friedl
2006-05-15fix Mother's/Father's day and another entry.Alexandre Anriot
from FreeBSD; ok miod@
2006-05-15.Xr merge(1)Xavier Santolaria
2006-05-15oopps, missing \ at EOL.Xavier Santolaria
2006-05-15missing bits for a working merge(1). Built and enabled.Xavier Santolaria
OK joris@ ray@.
2006-05-14warnx(); return(); --> errx();Xavier Santolaria
2006-05-11- add -X and -x to SYNOPSISJason McIntyre
- sort options - new sentence, new line - sync usage()
2006-05-11fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-11Use fstat instead of stat, simplifie switch statement into ifRay Lai
statement, and remove __inline. OK xsa@
2006-05-11fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs.Xavier Santolaria
2006-05-11first round of rcs_write() cleanup; prodded by joris@; input/OK ray@.Xavier Santolaria
2006-05-11cedric points out 0xff mask isn't needed with unsigned charsTed Unangst
2006-05-11oops, missed a %ld should be %luTed Unangst
2006-05-11need ctype.h for isprint.Ted Unangst
%c expects an int argument, cast a u_long value so it gets it.
2006-05-11C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprintTed Unangst
2006-05-11-x and -X options to print io output in hex. from cedric bergerTed Unangst
ok mickey
2006-05-10Now that lint is smarter, remove /* NOTREACHED */ comments.Ray Lai
OK jaredy@
2006-05-10starting bits for merge(1) replacement. Not built/linked yet.Xavier Santolaria
man page reviewed by jmc@.
2006-05-10treat first file passed as argument only; issue a warning for others.Xavier Santolaria
matches gnu/usr.bin/rcs. OK joris@.
2006-05-10Remove (size_t) casts on integer constants.Ray Lai
We should not cover up lint's shortcomings, especially if they no longer exist. ``This is definately good.'' niallo@.
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-05-09back out change that busted how the tree buildsTheo de Raadt
not approved by the right people, not tested by the right people, and work done by people who don't know how to test what they write you know who you are -- stop screwing with things you refuse to test completely.
2006-05-09delay time of 0 should be invalid; evol@online.ptt.ruTheo de Raadt
2006-05-09Sync usage() with man page.Ray Lai
OK jmc@.
2006-05-09i.e. -> e.g.Jason McIntyre
2006-05-09move -e to compat land; pointed out by rayJason McIntyre
ok xsa
2006-05-09Remove /* NOTREACHED */ comments, now that lint is smart aboutRay Lai
__dead. I never should have put them there. OK xsa@.
2006-05-09Remove unused variable leftover from race condition cleanup.Ray Lai
OK xsa@.
2006-05-08This change:Ray Lai
- checks for realpath(3) failure - adds usage() - uses <err.h> - KNF - prevents saving strlen() return value into an int OK kjell@.
2006-05-08Use warnx() when errno is not set.Ray Lai
OK joris@.
2006-05-08spacingKjell Wooding
2006-05-08minor man page tweaks. From han boetes.Kjell Wooding
2006-05-08properly handle exit code 1; OK ray@.Xavier Santolaria
2006-05-08check for rcs_diffreg() return value; OK ray@.Xavier Santolaria
2006-05-08Remove unsave setjmp/longjmp calls that were used in signal handlers withClaudio Jeker
a more sane poll loop. Includes some style(9) changes. Diff made by Marcus Glocker
2006-05-08a few bits about exit status here too; OK jmc@.Xavier Santolaria
2006-05-08correctly handle the `no input file' case.Xavier Santolaria
2006-05-08uint32_t -> u_int32_t (which we use everywhere else)Damien Miller
2006-05-08fix error/verbose messages to match gnu/usr.bin/rcs when using rcsmerge(1).Xavier Santolaria