Age | Commit message (Expand) | Author |
2005-12-12 | Cut down on extraneous "constant in conditional context" warnings when | Chad Loder |
2005-12-12 | sync usage(); | Jason McIntyre |
2005-12-12 | - simplify synopsis | Jason McIntyre |
2005-12-12 | only xfree() cf->cf_dir when it's not NULL; | Joris Vink |
2005-12-12 | ARGSUSED on signal handler | Theo de Raadt |
2005-12-12 | in the write codepaths, errors other than EAGAIN are fatal to the loop; ok otto | Theo de Raadt |
2005-12-12 | Adam Weishaupt (by grunk@); fix a couple of entries out of order | Michael Shalayeff |
2005-12-12 | rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't | Joris Vink |
2005-12-12 | make sure protocol messages for internal channels are ignored. | Markus Friedl |
2005-12-12 | - sync usage() for `-tfile|str' | Xavier Santolaria |
2005-12-12 | be consistent w/ `-tfile|str' documentation (cf. rcs.1); | Xavier Santolaria |
2005-12-11 | SRCS should contain .y and .l references, then make will do the right thing | Theo de Raadt |
2005-12-11 | make this compile again | Theo de Raadt |
2005-12-11 | ARGSUSED | Theo de Raadt |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-10 | Make the style of these messages more like that of gcc messages. | Chad Loder |
2005-12-10 | - its wrong to use exit() here; return instead. | Niall O'Higgins |
2005-12-10 | Change warning/error format to match gcc's. | Chad Loder |
2005-12-10 | how did this slip in, grr. | Martin Reindl |
2005-12-10 | translate a bunch of comments from german to english | Martin Reindl |
2005-12-10 | Lint now warns about sizeof(term) where the operator is anything other | Chad Loder |
2005-12-10 | Fix a comment | Chad Loder |
2005-12-10 | Add a new lint flag '-f' which, for each warning or error, prints the | Chad Loder |
2005-12-10 | Back out all gcc attribute parsing changes until we can do this the right | Chad Loder |
2005-12-10 | Fix a crash when enum bitfields are encountered. Reported by marc on | Chad Loder |
2005-12-09 | license clean | Ian Darwin |
2005-12-09 | don't complain too often about 'redefinition of revision number', | Joris Vink |
2005-12-09 | if we are removing a lock that's not present, just check | Joris Vink |
2005-12-09 | Do not warn about assignment in conditional context if the assignment | Chad Loder |
2005-12-09 | unused vars, my bad; | Joris Vink |
2005-12-09 | Another case theo reminded me of | Chad Loder |
2005-12-09 | Don't ever complain when assigning a char literal to a char lvalue, | Chad Loder |
2005-12-08 | Check fread() return value to get sane error message for too-small | Todd C. Miller |
2005-12-08 | new sentence, new line; | Jason McIntyre |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink |
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter |
2005-12-08 | keep options in order; | Jason McIntyre |
2005-12-08 | make `!command' a little clearer; | Jason McIntyre |
2005-12-08 | oops - forgot to remind tom to update usage(); | Jason McIntyre |
2005-12-07 | Tweak synopsis | Tom Cosgrove |
2005-12-07 | Tidy up month parsing: don't accept "mayor" for "may", or "4x" for "4". | Tom Cosgrove |
2005-12-07 | update the man -k example, and reword for clarity; | Jason McIntyre |
2005-12-07 | - avoid line split in SYNOPSIS | Jason McIntyre |
2005-12-07 | typo | Reyk Floeter |
2005-12-07 | reyk forgot to compile with -Werror (missing header) | Damien Miller |
2005-12-07 | Remove extra printfs | Chad Loder |
2005-12-07 | Refactor __attribute__ parsing a bit. This takes us further to being able | Chad Loder |
2005-12-06 | Add brief instructions on how to use the new tun(4) forwarding over | Reyk Floeter |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-12-06 | Clarify: `month' can always be specified as either full or | Tom Cosgrove |