OpenBSD CVS

CVS log for src/usr.bin/make/suff.c


[BACK] Up to [local] / src / usr.bin / make

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_2_4_BASE


Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 3 18:51:14 1998 UTC (25 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.9: +18 -8 lines
Diff to previous 1.9 (colored)

Better fix from Christos:
    deleting a suffix that has 0 source references causes core-dump.
    Fix: when an unused suffix gets removed, delete it from the suffix list.
There is still, however a duplicate free(), which I work around by passing
the Suffix back as a return value to SuffRemove() (it gets set to NULL
when the suffix is freed).  This is probably not the best way to fix this.

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.