Age | Commit message (Expand) | Author |
2005-12-02 | Add a -y option, undocumented for now, that tells lint to pass -y to lint1. | Chad Loder |
2005-12-02 | Make three of the keytab fields into a union, because they are 3 different | Chad Loder |
2005-12-02 | document `-orev'; | Xavier Santolaria |
2005-12-02 | in checkin_checklock() | Xavier Santolaria |
2005-12-02 | better.. | Xavier Santolaria |
2005-12-02 | in checkin_update(): | Xavier Santolaria |
2005-12-02 | `-mmsg' does not belong here; | Xavier Santolaria |
2005-12-02 | sort options; `T' comes before `u'; | Xavier Santolaria |
2005-12-02 | document `-r[revs]'; | Xavier Santolaria |
2005-12-02 | split the printing part into a separate function, rlog_rev_print(); | Xavier Santolaria |
2005-12-02 | make lint invoke cpp with -CC instead of -C, which will cause comments | Alexander von Gernler |
2005-12-02 | - fix up checkin_choose_rcsfile() to give us a path like the one GNU print, | Niall O'Higgins |
2005-12-02 | - fix a typo in a comment | Niall O'Higgins |
2005-12-01 | - fix up context and unified diff output in both open rcs and open cvs so | Niall O'Higgins |
2005-12-01 | - fix unified and context diff output, finally! | Niall O'Higgins |
2005-12-01 | rcs_findrev() is not static anymore; align protos while here; | Xavier Santolaria |
2005-12-01 | link rcsintro.7; | Xavier Santolaria |
2005-12-01 | some more bite; writing about rcsdiff(1); OK jmc@. | Xavier Santolaria |
2005-12-01 | lint makes it easy to find these really bad ones, like size_t n = snprintf | Chad Loder |
2005-12-01 | Make lint quieter by only warning on "foo declared but never used or | Chad Loder |
2005-12-01 | Typo | Chad Loder |
2005-11-30 | Add support for // comments. From NetBSD | Chad Loder |
2005-11-30 | check for ownership of already present writable file when checking out; | Xavier Santolaria |
2005-11-30 | spacing | Theo de Raadt |
2005-11-30 | correct usage(); | Xavier Santolaria |
2005-11-30 | writeable -> writable | Xavier Santolaria |
2005-11-30 | avoid ambiguities in describing TZ; | Jason McIntyre |
2005-11-30 | timezone -> time zone | Jason McIntyre |
2005-11-30 | timzeone -> time zone; preferred by jmc@. | Xavier Santolaria |
2005-11-30 | `-ztz' is only here for compatibility; | Xavier Santolaria |
2005-11-30 | document `-ztz'; | Xavier Santolaria |
2005-11-30 | KNF | Chad Loder |
2005-11-30 | KNF | Chad Loder |
2005-11-30 | Fix a very old bug_t with memset | Chad Loder |
2005-11-29 | stdlib.h has strtouq in it | Chad Loder |
2005-11-29 | Typo | Chad Loder |
2005-11-29 | Typo | Chad Loder |
2005-11-29 | Replace unnecessary mmap allocator with malloc. | Chad Loder |
2005-11-29 | Remove old gcc 2.9.5 workaround for sparc64 now that we use gcc3. | Chad Loder |
2005-11-29 | Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancient | Chad Loder |
2005-11-29 | Typos in comments: explizit and implizit | Chad Loder |
2005-11-29 | consistency in variables naming; | Xavier Santolaria |
2005-11-29 | some more bits for `-w[user]' support; | Xavier Santolaria |
2005-11-29 | document `-b'; | Xavier Santolaria |
2005-11-29 | document: | Xavier Santolaria |
2005-11-29 | Kill unused locals | Chad Loder |
2005-11-29 | Make lint grok __func__, which in C99 is a predifined identifier that | Chad Loder |
2005-11-29 | Populate default key sizes before checking them; from & ok tim@ | Darren Tucker |
2005-11-28 | Simplify checks for division by zero. | Chad Loder |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria |