Deleted Added
full compact
classify.c (179561) classify.c (179619)
1/*
2 * Copyright (C) 1986-2005 The Free Software Foundation, Inc.
3 *
4 * Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
5 * and others.
6 *
7 * Portions Copyright (C) 1992, Brian Berliner and Jeff Polk
8 * Portions Copyright (C) 1989-1992, Brian Berliner

--- 27 unchanged lines hidden (view full) ---

36 && (/* ...there used to be a tag which subs in Name keys... */
37 (vers->entdata->tag && !isdigit (vers->entdata->tag[0])
38 && vers->tag && !isdigit (vers->tag[0])
39 && strcmp (vers->entdata->tag, vers->tag))
40 /* ...or there used to be a keyword mode which may be
41 * changed by -A...
42 */
43 || (strlen (vers->entdata->options)
1/*
2 * Copyright (C) 1986-2005 The Free Software Foundation, Inc.
3 *
4 * Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
5 * and others.
6 *
7 * Portions Copyright (C) 1992, Brian Berliner and Jeff Polk
8 * Portions Copyright (C) 1989-1992, Brian Berliner

--- 27 unchanged lines hidden (view full) ---

36 && (/* ...there used to be a tag which subs in Name keys... */
37 (vers->entdata->tag && !isdigit (vers->entdata->tag[0])
38 && vers->tag && !isdigit (vers->tag[0])
39 && strcmp (vers->entdata->tag, vers->tag))
40 /* ...or there used to be a keyword mode which may be
41 * changed by -A...
42 */
43 || (strlen (vers->entdata->options)
44 && strcmp (vers->entdata->options, vers->options)
44 && strcmp (vers->entdata->options, "-kkv")
45 && strcmp (vers->entdata->options, "-kb"))))
46 /* ...or... */
47 || (/* ...this is not commit... */
48 strcmp (cvs_cmd_name, "commit")
49 /* ...and... */
50 && (/* ...the tag is changing in a way that affects Name keys... */
51 (vers->entdata->tag && vers->tag

--- 419 unchanged lines hidden ---
45 && strcmp (vers->entdata->options, "-kkv")
46 && strcmp (vers->entdata->options, "-kb"))))
47 /* ...or... */
48 || (/* ...this is not commit... */
49 strcmp (cvs_cmd_name, "commit")
50 /* ...and... */
51 && (/* ...the tag is changing in a way that affects Name keys... */
52 (vers->entdata->tag && vers->tag

--- 419 unchanged lines hidden ---