Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Thread

Needed: C Source code compare utility

Needed: C Source code compare utility

2006-03-09 by Chuck Hackett

Can someone recommend a C Source code compare program (i.e.: show the changes
between two C source files).

Freeware or Shareware preferred.

BTW: For file/folder compares on Windows platforms I can highly recommend
"Beyond Compare" from http://www.scootersoftware.com/ 

Cheers,

Chuck Hackett
"Good judgment comes from experience, experience comes from bad judgment"
7.5" gauge Union Pacific Northern (4-8-4) 844
http://www.whitetrout.net/Chuck

Re: [AVR-Chat] Needed: C Source code compare utility

2006-03-09 by James Hatley

I use the simple text compare in UltraEdit ... they also have a separate
compare utility ... neither free but good.  (www.ultraedit.com)

Jim

----- Original Message ----- 
From: "Chuck Hackett" <egroupscdh@up844.us>
To: "AVR-Chat" <AVR-Chat@yahoogroups.com>
Sent: Thursday, March 09, 2006 2:21 PM
Subject: [AVR-Chat] Needed: C Source code compare utility


> Can someone recommend a C Source code compare program (i.e.: show the
changes
Show quoted textHide quoted text
> between two C source files).
>
> Freeware or Shareware preferred.
>
> BTW: For file/folder compares on Windows platforms I can highly recommend
> "Beyond Compare" from http://www.scootersoftware.com/
>
> Cheers,
>
> Chuck Hackett
> "Good judgment comes from experience, experience comes from bad judgment"
> 7.5" gauge Union Pacific Northern (4-8-4) 844
> http://www.whitetrout.net/Chuck
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>

Re: [AVR-Chat] Needed: C Source code compare utility

2006-03-10 by Russell Shaw

Chuck Hackett wrote:
> Can someone recommend a C Source code compare program (i.e.: show the changes
> between two C source files).
> 
> Freeware or Shareware preferred.

$ diff -rpU <path1> <path2>

Re: [AVR-Chat] Needed: C Source code compare utility

2006-03-10 by David Kelly

On Mar 9, 2006, at 4:21 PM, Chuck Hackett wrote:

> Can someone recommend a C Source code compare program (i.e.: show  
> the changes
> between two C source files).
>
> Freeware or Shareware preferred.

http://www.freebsd.org/cgi/man.cgi?query=diff
http://developer.apple.com/documentation/Darwin/Reference/ManPages/ 
man1/diff.1.html

Or considering your request originated from Microsoft Outlook,  
WinMerge would be the least likely to force you to alter your ways,
http://www.winmerge.org/

WinMerge integrates smoothly into TortoiseCVS, and I presume  
TortoiseSVN altho I see there is now a TortoiseMerge being promoted  
by TortioseSVN.
http://www.tortoisecvs.org/ and http://www.tortoisesvn.org/

--
David Kelly N4HHE, dkelly@HiWAAY.net
========================================================================
Whom computers would destroy, they must first drive mad.

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.