Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-12 | Fix broken build. Reported by Gregory McGarry on pcc-list. | Stefan Kempf | |
ok otto@ | |||
2007-10-12 | use __progname where needed | Jasper Lievisse Adriaanse | |
ok otto@ | |||
2007-10-12 | From master repo: | Stefan Kempf | |
> Add zero checks when dividing or taking modulo. ok otto@ | |||
2007-10-12 | From master repo: | Stefan Kempf | |
> Document -X flag. ok otto@ | |||
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 | |
signed vs unsigned and shortcutting of && and || ok ragge@ | |||
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 | |
else will cause an "invalid character in input" error. Fixes xss issue noticed by Anton Karpov. OK henning@, sthen@ | |||
2007-10-09 | Added proper support for branch revisions in annotate. | Tobias Stoeckmann | |
OK niallo@, twice :) | |||
2007-10-09 | Properly parse supplied symbols with -r argument. | Tobias Stoeckmann | |
OK niallo@ | |||
2007-10-09 | Do not use working HEAD (file_rcsrev), instead use file_rcs->rf_head to | Tobias Stoeckmann | |
print revision info. OK niallo@ | |||
2007-10-09 | various style cleanups: | Tobias Stoeckmann | |
- Copyright order - rev -> cvs_specified_tag - crev -> rev - line instead of alines[i] in for-loop OK niallo@ | |||
2007-10-09 | Do not warn user about files that are "no longer in the repository" | Tobias Stoeckmann | |
during cvs import. OK niallo@ | |||
2007-10-09 | Return NULL if a revision has been supplied that is higher than HEAD. | Tobias Stoeckmann | |
This one and previous OK niallo@, "makes sense to me" xsa@ | |||
2007-10-09 | Properly resolve branches, i.e. supplying branch base revision (e.g. 1.1.1) | Tobias Stoeckmann | |
should resolve to latest branch revision (e.g. 1.1.1.1). | |||
2007-10-09 | cvs import must not parse files in local CVS directory. | Tobias Stoeckmann | |
OK niallo@ | |||
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 | |
JobStart and JobRestart often do the same thing. Move JobMakeArgv call around for similar reasons. Introduce new list (queuedJobs) we don't use yet. | |||
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 | |
Add a global `got_signals' to quick-path thru handle_all_signals. remove most of the #ifdef USE_PGRP cruft: always be ready to handle those signals, just do not define a handler for them yet. | |||
2007-10-08 | Simplify the code that strips out \r by using strcspn. | Pierre-Yves Ritschard | |
ok millert@ | |||
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 | |
Laurent Desnogues. ok ragge@ | |||
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 | |
does not exist, fixes a segfault when commiting a new file. found by tobias@ who is going to make a nice little regression test for this. | |||
2007-10-08 | Remove two unneeded macro definitions, replace strdup() with copy() which | Stefan Kempf | |
does error checking. otto@, ragge@ ok | |||
2007-10-07 | get rid of the configure remains | Otto Moerbeek | |
2007-10-07 | merge from ragge's repo: | Otto Moerbeek | |
Bugfix for .i files, by Jeremy Reed. | |||
2007-10-07 | merge from ragge's repo: | Otto Moerbeek | |
Add __inline__ as gcc-compatible keyword. | |||
2007-10-07 | Merge from ragge's repo: | Otto Moerbeek | |
Add initial support for packed/aligned/rename pragmas. Still missing: Support for architectures with strict alignment. TODO: Cleanup the rename stuff so that it's not depending on gcc compat. | |||
2007-10-07 | break after exit() is useless | Charles Longeau | |
ok ray@ | |||
2007-10-07 | nb is an int, so it should be compared to an int. | Charles Longeau | |
ok ray@ | |||
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 | |
ok millert@ | |||
2007-10-07 | From master repo: | Anders Magnusson | |
> Don't let pragmas pass through if #ifdef'd away, from Stefan Kempf. | |||
2007-10-06 | add WRKOBJDIR to default env_keep to help 'make fake' in ports. | Stuart Henderson | |
ok millert@ | |||
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 | |
> Compalin if user is applying sizeof to bitfield, from Stefan Kempf. | |||
2007-10-06 | From master repo: | Anders Magnusson | |
> Do not try to branch-optimize pointer comparisions, found by Otto M. | |||
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 | |
from ray@ suggestion "looks good" ray@ | |||
2007-10-05 | strcspn() change | Gilles Chehade | |
was okay'd by pyr@ and ok by millert@ | |||
2007-10-05 | From master repository log: | Anders Magnusson | |
Do not optimize away a cast if constant too large for target type. Should remove branch but need to check for side effects in that case. Also correct possible incorrect min constant. |