summaryrefslogtreecommitdiff
path: root/usr.bin/pcc/cc
AgeCommit message (Expand)Author
2008-08-18Updates from master repo: Fix two bugs reported by Art Grabowski.Anders Magnusson
2008-08-17Updates from master repo. Can now compile both userland and kernel.Anders Magnusson
2008-04-11Sync with master repo. Reminded by otto@Stefan Kempf
2007-11-22Pull from master repo:Stefan Kempf
2007-11-10Pull from master repo:Stefan Kempf
2007-11-02Fix wait() usage and convert to waitpid(). Convert manual statusTodd C. Miller
2007-11-01Pull from master repo:Stefan Kempf
2007-10-22Pull from master repo:Stefan Kempf
2007-10-22move from x86 to i386; gentle push by deraadt@, ok ragge@Otto Moerbeek
2007-10-20Pull from master repo:Stefan Kempf
2007-10-18Pull from master repo:Stefan Kempf
2007-10-16fix -b arch option parsing; ok todd@Otto Moerbeek
2007-10-16Pull diff for rev 1.8 from master repo. Fixes typo and displaysStefan Kempf
2007-10-14don't hardcode TARGMACHOtto Moerbeek
2007-10-12From master repo:Stefan Kempf
2007-10-08signal handles must not call exit() or use stdio; ok ottoTheo de Raadt
2007-10-08Remove two unneeded macro definitions, replace strdup() with copy() whichStefan Kempf
2007-10-07merge from ragge's repo:Otto Moerbeek
2007-10-07reorg pcc tree; requested by and ok deraadt@; ok ragge@Otto Moerbeek
2007-10-07From master repo:Anders Magnusson
2007-10-06From master repo:Anders Magnusson
2007-10-05optimize a "not so bright" piece of code. Reduces compilation time on myOtto Moerbeek
2007-10-04Add patch to solve false errors from enums.Otto Moerbeek
2007-10-04strncpy -> strlcpyGilles Chehade
2007-10-04fix indentation on options parsingGilles Chehade
2007-10-04void functions should not return valueOtto Moerbeek
2007-10-03pull form ragge's repo:Otto Moerbeek
2007-10-03pull from ragge's repo: man page diffs from Igor SobradoOtto Moerbeek
2007-10-01pull form ragge's repo:Otto Moerbeek
2007-10-01pull fro ragge's repo:Otto 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-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
2007-09-27flag usage checks and -E with outfile. from Jeremy C. Reed via ragge'sOtto Moerbeek
2007-09-27pullup of manual pages from ragge's repoOtto Moerbeek
2007-09-26pull from ragge's repo:Otto Moerbeek
2007-09-25pull from ragge's repo:Otto Moerbeek
2007-09-25pull from ragge's repo:Otto Moerbeek
2007-09-24pull from ragge's repo: -v flag and reg class checkOtto Moerbeek
2007-09-24from ragge's repo:Otto Moerbeek
2007-09-23Avoid potential segfault when debuggingOtto Moerbeek
2007-09-23Pull form ragge's repo:Otto Moerbeek
2007-09-23Pull from ragge's repo:Otto Moerbeek
2007-09-22Fix from ragge:Otto Moerbeek
2007-09-21strcpy/strcat -> strlcpy/strlcatGilles Chehade
2007-09-20Fix a case where cpp is not includeing when it is supposed to, beauseOtto Moerbeek
2007-09-20missing prototypes; pullup from ragge's repoOtto Moerbeek
2007-09-19the missing piece of my commit earlier, cc now calls ccom_<arch>Todd T. Fries