summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-11-23add a fake C construct __lint_equal__ which will be used to generateTheo de Raadt
alias entries for weak symbols and such also let ; at the top scope be legal
2005-11-23add support for `-kmode';Xavier Santolaria
2005-11-23support __attribute__Theo de Raadt
2005-11-23sync SYNOPSIS with Reality and usage() accordingly;Xavier Santolaria
2005-11-23Do not pass -Wtraditional to cpp. If someone wants that, they canTheo de Raadt
force that in other ways. We want good lint messages, not cpp moaning
2005-11-23Don't try to fclose(infile) when infile == NULL. This can happenTodd C. Miller
when using nextfile in the BEGIN block. From Matthias Kilian.
2005-11-23Warn on a right shift of an N-bit quantity by >= N bits. OK millert,Chad Loder
deraadt
2005-11-22kill double .Pp;Jason McIntyre
2005-11-22make `-p' work again as expected;Xavier Santolaria
2005-11-22out-of-bounds access; ok otto@, millert@, deraadt@Markus Friedl
2005-11-22- print to stderr in some casesXavier Santolaria
- few bits for `-kmode'
2005-11-22add EXAMPLES section; jmc okXavier Santolaria
2005-11-22cleanup;Xavier Santolaria
2005-11-22- document `-kmode'Xavier Santolaria
- add EXAMPLES section ok jmc@.
2005-11-22- ci(1) can intialise RCS files now!Niall O'Higgins
- support for -j added - support for -i added ok joris@ xsa@
2005-11-22nuke trailing whitespaces; no cookie for niallo.Xavier Santolaria
2005-11-22Move kill-related commands to their own file.Kjell Wooding
This will help move to a kill-ring.
2005-11-22Fix backwards insert into kill buffer (aaa \n bbb M-BS M-BS c-Y) byKjell Wooding
batching string before prepending. ok cloder, (grudgingly) beck
2005-11-22Fix up an ambiguous else (though ifdefed out at the moment)Kjell Wooding
2005-11-22Correct format/arguments to debug call; spotted by shaw at vranix.com ok djm@Darren Tucker
2005-11-21no need for .Pp before .ShJason McIntyre
2005-11-21document `-xsuffixes';Xavier Santolaria
2005-11-21kill kill kill unused stuff; ok kjellTheo de Raadt
2005-11-21Print both "from" and "to" types in type conversion warnings. Idea fromChad Loder
NetBSD. OK deraadt, millert
2005-11-21enable `-xsuffixes' support as it has been added a few days agoXavier Santolaria
in rcs_statfile(); niallo ok
2005-11-21add EXAMPLES section; jmc niallo okXavier Santolaria
2005-11-21- modularisation; split the two major checkin operations into functions.Niall O'Higgins
- modularisation; split the revert code into checkin_revert() - a few steps closer to rcsfile initialisation, but things need to be fixed in the rcs.c api first (currently we segfault). - add a new checkin_choose_rcsfile() function to decide where the rcsfile should go. - add a special case for ci to rcs_statfile() so that we don't print out an error if the rcsfile doesn't exist.
2005-11-21- print some more informative messagesXavier Santolaria
- minor knf niallo ok
2005-11-21add EXAMPLES section; jmc niallo okXavier Santolaria
2005-11-21tweaks;Xavier Santolaria
2005-11-21Perform Kerberos calls even for invalid users to prevent leaking informationDarren Tucker
about account validity. bz #975, patch originally from Senthil Kumar, sanity checked by Simon Wilkinson, tested by djm@, biorn@, ok markus@
2005-11-21add EXAMPLES section; input+ok jmc, niallo okXavier Santolaria
2005-11-20#ifdef NO_DIR can go too. From Han Boetes.Kjell Wooding
2005-11-20Rename basename() to lbasename() to avoid conflict with basename(3).Chad Loder
2005-11-20Fix typos in commentsChad Loder
2005-11-20spacingTheo de Raadt
2005-11-20KNF. OK kjell, millertChad Loder
2005-11-20rcs_statfile() improvements; initial work from joris + some bits from me;Xavier Santolaria
niallo ok
2005-11-20Don't bind help to a null functionKjell Wooding
2005-11-20Kill the NO_BACKUP #ifdefKjell Wooding
2005-11-20GOSLING screen update always on, so #ifdef can go; ok kjellTheo de Raadt
2005-11-20toast NO_DIRED #ifdef; ok kjellTheo de Raadt
2005-11-19Remove DO_METAKEY here, too. Noted by Han Boetes.Kjell Wooding
2005-11-19Clean up some lint.Kjell Wooding
2005-11-19Goodbye NO_METAKEYKjell Wooding
(#ifdef is for emacs developers)
2005-11-19knf. OK kjell, bradChad Loder
2005-11-18Split kill buffer code into a separate function.Kjell Wooding
2005-11-18clean up some comments after theo's cleanupKjell Wooding
2005-11-18greedy use of typedef struct was making code harder to read; ok kjell cloderTheo de Raadt
2005-11-18Don't ifdef out. Delete it. That's what the attic is for.Kjell Wooding