summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2007-10-02fix format and typeGilles Chehade
ok otto@
2007-10-02Process patterns containing $ end ^ (but not as last or first char)Otto Moerbeek
using regcomp() instead of fastcomp(). ok millert@
2007-10-02handles zero-sized strings that fgets can returnCharles Longeau
properly removes trailing newline removes an unused variable correctly counts line number "looks ok" ray@ markus@
2007-10-01sort the fields in manual page in the same order as in fstat output;Igor Sobrado
use the same name for fields in the manual page and command output; while here, fix spacing millert@ has observed that this change makes the header fields consistent with what is the output by NetBSD and FreeBSD too ok millert@
2007-10-01pull form ragge's repo:Otto Moerbeek
__builtin_va* support.
2007-10-01pull fro ragge's repo:Otto Moerbeek
-C support for cc and deljumps optimization; both by Stefan Kempf
2007-10-01typos in comment; from Pierre RiteauOtto Moerbeek
2007-09-30unused static var; from Mark LumsdenOtto Moerbeek
2007-09-29check if initializer element is a constant in MI code. ok ragge@Otto Moerbeek
2007-09-29Avoid a member array overflow in the init code; ok ragge@Otto Moerbeek
2007-09-29unneeded includes and whitespace police; from Igor ZinovikOtto Moerbeek
2007-09-29simple refactoring: replace convoluted code with simple equivalent testMarc Espie
structure.
2007-09-29use constant FD_CLOEXEC, more readable than 1.Marc Espie
zap comment that should have gone with setting use_pipes.
2007-09-29remove comment that no longer apply.Marc Espie
Replace a stupid comment with something that makes sense. (this function needs a rewrite, it's incredibly stupid anyways)
2007-09-29Remove unused prototype. ok djm@Darren Tucker
2007-09-28back to start state when pragma is done; ok ragge@Otto Moerbeek
2007-09-28unused fileOtto Moerbeek
2007-09-28Wrap MAXFIL to 10000, so make depend works.Anders Magnusson
This should be dynamic but, ... not now.
2007-09-27style(9) fixes, optional flags without arguments come first;Igor Sobrado
while here, some spacing fixes ok deanna@, jakemsr@
2007-09-27flag usage checks and -E with outfile. from Jeremy C. Reed via ragge'sOtto Moerbeek
repo.
2007-09-27pullup of manual pages from ragge's repoOtto Moerbeek
2007-09-27No need to use two buffers for reading data from the user. From MarkOtto Moerbeek
Lumsden; ok ray@
2007-09-27"mailling" -> "mailing", from Jung's list; while here, some spacing fixesIgor Sobrado
ok jmc@
2007-09-27Don't return -1 on error in dh_pub_is_valid(), since it evaluatesRay Lai
to true. Also fix a typo. Initial diff from Matthew Dempsky, input from djm. OK djm, markus.
2007-09-26pull from ragge's repo:Otto Moerbeek
Handle #pragma and _Pragma() correct.
2007-09-26reuse available var, from Mark LumsdenOtto Moerbeek
2007-09-25When adding a key that already exists, update the propertiesCan Erkin Acar
(time, confirm, comment) instead of discarding them. ok djm@ markus@
2007-09-25handle empty strings returned by fgetsCharles Longeau
use strcspn to properly overwrite '\n' in fgets returned buffer ok ray@
2007-09-25handle empty strings returned by fgetsCharles Longeau
ok ray@
2007-09-25missing header for strptimeCharles Longeau
ok joris@
2007-09-25remove unused extern variableCharles Longeau
ok joris@
2007-09-25pull from ragge's repo:Otto Moerbeek
Do not try to print out common symbols if errors, from Stefan Kempf.
2007-09-25missing header for mkstempCharles Longeau
check mkstemp return value against -1 instead of NULL ok joris@
2007-09-25missing header for mkstempCharles Longeau
ok joris@
2007-09-25remove unneeded files, from Mark LumsdenOtto Moerbeek
2007-09-25pull from ragge's repo:Otto Moerbeek
Give a better error message for too many {, "from otto".
2007-09-24oops i was suppose to pass cvs_directory_tag to cvs_file_classify().Joris Vink
2007-09-24typos; from Pierre RiteauJason McIntyre
2007-09-24Pull from ragge's repo:Otto Moerbeek
Add support for signed bitfields, this has been missing ~forever. Bug reported by TAKAHASHI Tamotsu. Fix bitfield overflow bug, reported by TAKAHASHI Tamotsu.
2007-09-24pull from ragge's repo: -v flag and reg class checkOtto Moerbeek
2007-09-24from ragge's repo:Otto Moerbeek
Fix init error to give an error message instead of segfault, as reported by Otto Muerbeek.
2007-09-24unused varsJoris Vink
2007-09-24add support to commit modified files to branches.Joris Vink
2007-09-24zap unused stuff, cleans it up a bit.Joris Vink
2007-09-23Avoid potential segfault when debuggingOtto Moerbeek
2007-09-23Pull form ragge's repo:Otto Moerbeek
Patch to understand .i files (no preprocessing), from Arthur Loiret.
2007-09-23Pull from ragge's repo:Otto Moerbeek
Fix for a bug found by Otto Muelbeek. I think ragge found at least 4 different ways to misspell my name ;-)
2007-09-23don't even attempt to reuse the same temp file name.Marc Espie
Just create a new one each time we need it, and kill the file right away.
2007-09-23now, JOB_FIRST is always set, so kill more conditional code.Marc Espie
(taken from NetBSD)
2007-09-23last parameter to JobStart is always NULL, so nuke it.Marc Espie