Age | Commit message (Expand) | Author |
2007-10-14 | allows node to be run twice, by not destroying the cmdnode contents. | Marc Espie |
2007-10-12 | Fix broken build. Reported by Gregory McGarry on pcc-list. | Stefan Kempf |
2007-10-12 | use __progname where needed | Jasper Lievisse Adriaanse |
2007-10-12 | From master repo: | Stefan Kempf |
2007-10-12 | From master repo: | Stefan Kempf |
2007-10-12 | fix va_arg in conditional expressions; from ragge@ | Otto Moerbeek |
2007-10-12 | rewrite of constant expression evaluation; taking into account | Otto Moerbeek |
2007-10-11 | pcc also knows about quads; ok cloder@ | Otto Moerbeek |
2007-10-10 | date UCB rescinded term 3; Mikolaj Kucharski | Theo de Raadt |
2007-10-10 | Limit the allowed characters in a request to [a-zA-Z0-9-_.:/= ] everything | Claudio Jeker |
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann |
2007-10-09 | Properly parse supplied symbols with -r argument. | Tobias Stoeckmann |
2007-10-09 | Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head to | Tobias Stoeckmann |
2007-10-09 | various style cleanups: | Tobias Stoeckmann |
2007-10-09 | Do not warn user about files that are "no longer in the repository" | Tobias Stoeckmann |
2007-10-09 | Return NULL if a revision has been supplied that is higher than HEAD. | Tobias Stoeckmann |
2007-10-09 | Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1) | Tobias Stoeckmann |
2007-10-09 | cvs import must not parse files in local CVS directory. | Tobias Stoeckmann |
2007-10-09 | factor out identical code | Marc Espie |
2007-10-09 | cut up JobStart, prepare the job to be run in a separate function | Marc Espie |
2007-10-09 | don't bother returning anything from JobStart, we don't look at it anyways | Marc Espie |
2007-10-09 | minor refactor: introduce function start_queued_job, to make it more apparent | Marc Espie |
2007-10-09 | rename jobs to more descriptive runningJobs (and easier to grep) | Marc Espie |
2007-10-09 | just-in-time signal handling: do not setup the handlers until we need them. | Marc Espie |
2007-10-09 | rename functions for clarity. | Marc Espie |
2007-10-08 | Simplify the code that strips out \r by using strcspn. | Pierre-Yves Ritschard |
2007-10-08 | oops, fix merge error | Otto Moerbeek |
2007-10-08 | initilize sflags and only print n_rval when initialized; tracking by | Otto Moerbeek |
2007-10-08 | signal handles must not call exit() or use stdio; ok otto | Theo de Raadt |
2007-10-08 | do not try to reset the default branch if the RCS file | Joris Vink |
2007-10-08 | Remove two unneeded macro definitions, replace strdup() with copy() which | Stefan Kempf |
2007-10-07 | get rid of the configure remains | Otto Moerbeek |
2007-10-07 | merge from ragge's repo: | Otto Moerbeek |
2007-10-07 | merge from ragge's repo: | Otto Moerbeek |
2007-10-07 | Merge from ragge's repo: | Otto Moerbeek |
2007-10-07 | break after exit() is useless | Charles Longeau |
2007-10-07 | nb is an int, so it should be compared to an int. | Charles Longeau |
2007-10-07 | and another stray file | Otto Moerbeek |
2007-10-07 | garbage collect a few files | Otto Moerbeek |
2007-10-07 | reorg pcc tree; requested by and ok deraadt@; ok ragge@ | Otto Moerbeek |
2007-10-07 | delete ugly $Header stuff; pr 5595 | Theo de Raadt |
2007-10-07 | add SSH_AUTH_SOCK to env_keep. | Steven Mestdagh |
2007-10-07 | From master repo: | Anders Magnusson |
2007-10-06 | add WRKOBJDIR to default env_keep to help 'make fake' in ports. | Stuart Henderson |
2007-10-06 | replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@ | Constantine A. Murenin |
2007-10-06 | From master repo: | Anders Magnusson |
2007-10-06 | From master repo: | Anders Magnusson |
2007-10-06 | _Bool is also a type, don't discrimnate against it; ok ragge@ | Otto Moerbeek |
2007-10-06 | replace abort() by return (-1) | Charles Longeau |
2007-10-05 | strcspn() change | Gilles Chehade |