OpenBSD CVS

CVS log for src/usr.bin/pcc/cc/Attic/cc.c


[BACK] Up to [local] / src / usr.bin / pcc / cc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16, Thu Apr 12 11:51:12 2012 UTC (12 years, 2 months ago) by pirofti
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -1 lines
FILE REMOVED

tedu(tm) pcc.

Message sent. Okay deraadt@.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 18 20:54:10 2008 UTC (15 years, 9 months ago) by ragge
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.14: +10 -8 lines
Diff to previous 1.14 (colored)

Updates from master repo: Fix two bugs reported by Art Grabowski.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Aug 17 18:40:12 2008 UTC (15 years, 9 months ago) by ragge
Branch: MAIN
Changes since 1.13: +493 -70 lines
Diff to previous 1.13 (colored)

Updates from master repo.  Can now compile both userland and kernel.
(with some patches...)

Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 11 20:45:52 2008 UTC (16 years, 2 months ago) by stefan
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.12: +77 -24 lines
Diff to previous 1.12 (colored)

Sync with master repo. Reminded by otto@

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 22 21:47:24 2007 UTC (16 years, 6 months ago) by stefan
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Pull from master repo:
Kill two useless assignments. ok ragge@ some time ago

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 10 22:11:22 2007 UTC (16 years, 7 months ago) by stefan
Branch: MAIN
Changes since 1.10: +8 -34 lines
Diff to previous 1.10 (colored)

Pull from master repo:
Get rid of ifdef'd out code. Replace nodup() call with equivalent code
at its only invocation.
ok ragge@, otto@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 2 21:07:52 2007 UTC (16 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.9: +15 -14 lines
Diff to previous 1.9 (colored)

Fix wait() usage and convert to waitpid().  Convert manual status
frobbing with WIF* macros.  Originally based on a diff from deraadt@.
OK deraadt@.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 1 10:49:22 2007 UTC (16 years, 7 months ago) by stefan
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Pull from master repo:
Don't let temporary file lie around if -S is used. ok ragge@

Revision 1.8 / (download) - annotate - [select for diffs], Mon Oct 22 21:43:51 2007 UTC (16 years, 7 months ago) by stefan
Branch: MAIN
Changes since 1.7: +6 -7 lines
Diff to previous 1.7 (colored)

Pull from master repo:
Pass the right file and not a temporary to as if cc is invoked with .s files.
ok ragge@, otto@

Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 20 09:04:42 2007 UTC (16 years, 7 months ago) by stefan
Branch: MAIN
Changes since 1.6: +14 -18 lines
Diff to previous 1.6 (colored)

Pull from master repo:
stlye(9) fixes from Sergey Elin

This as ok ragge@, otto@

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 18 17:42:56 2007 UTC (16 years, 7 months ago) by stefan
Branch: MAIN
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored)

Pull from master repo:
Replace errorx() with error(); exit() in the child process in callsys().
errorx deletes the temp. files which we don't want to happen in the
child. ok otto@, ragge@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 16 19:02:09 2007 UTC (16 years, 7 months ago) by otto
Branch: MAIN
Changes since 1.4: +12 -3 lines
Diff to previous 1.4 (colored)

fix -b arch option parsing; ok todd@

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 8 14:55:13 2007 UTC (16 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

signal handles must not call exit() or use stdio; ok otto

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 8 12:02:12 2007 UTC (16 years, 8 months ago) by stefan
Branch: MAIN
Changes since 1.2: +3 -5 lines
Diff to previous 1.2 (colored)

Remove two unneeded macro definitions, replace strdup() with copy() which
does error checking.

otto@, ragge@ ok

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 7 18:39:03 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

merge from ragge's repo:
Bugfix for .i files, by Jeremy Reed.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 7 17:58:50 2007 UTC (16 years, 8 months ago) by otto
Branch: MAIN

reorg pcc tree; requested by and ok deraadt@; ok ragge@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.