summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-05-23some clarifications for the "size" field + cleanup;Jason McIntyre
2006-05-23Fix removing of trailing space in file name completion list.Otto Moerbeek
2006-05-21Backport fix from nvi 1.81.5: do not go into loop if :set number andOtto Moerbeek
2006-05-19be more explicit about HTTPS;Jason McIntyre
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
2006-05-18paramter -> parameterMiod Vallat
2006-05-18Avoid segv when a syntax error occurs while reading from command line.Otto Moerbeek
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
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-05-17use lots more size_t instead of int running aroundTed Unangst
2006-05-16Remove shadowing variables and properly use /* FALLTHROUGH */Ray Lai
2006-05-16https URL support; rototilled by a few people including me; originallyTheo de Raadt
2006-05-16missing free; from Kylene HallMarkus Friedl
2006-05-15fix Mother's/Father's day and another entry.Alexandre Anriot
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
2006-05-14warnx(); return(); --> errx();Xavier Santolaria
2006-05-11- add -X and -x to SYNOPSISJason McIntyre
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
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
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
2006-05-10Now that lint is smarter, remove /* NOTREACHED */ comments.Ray Lai
2006-05-10starting bits for merge(1) replacement. Not built/linked yet.Xavier Santolaria
2006-05-10treat first file passed as argument only; issue a warning for others.Xavier Santolaria
2006-05-10Remove (size_t) casts on integer constants.Ray Lai
2006-05-09Administrative changes for aviion, ok deraadt@Miod Vallat
2006-05-09back out change that busted how the tree buildsTheo de Raadt
2006-05-09delay time of 0 should be invalid; evol@online.ptt.ruTheo de Raadt
2006-05-09Sync usage() with man page.Ray Lai
2006-05-09i.e. -> e.g.Jason McIntyre
2006-05-09move -e to compat land; pointed out by rayJason McIntyre
2006-05-09Remove /* NOTREACHED */ comments, now that lint is smart aboutRay Lai
2006-05-09Remove unused variable leftover from race condition cleanup.Ray Lai
2006-05-08This change:Ray Lai
2006-05-08Use warnx() when errno is not set.Ray Lai
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