Topic: HDIFF changes

Kennel:

I've used the hdiff-file to check if my mod's still up-to-date, and it's very usefull. Nice to see that someone liked my idea :D It has at least made my work with the mod-updates alot easier! Question: at the bottom of the page there's this text. What is changed? I've made my changes in the html-file... did you change the program instead?

hdiff - version: 2.1.0 (modified)

Re: HDIFF changes

Yeah, I made some changes to the program (it's a perl script). It wasn't working the way I liked it to and I also ran into a bug when showing line numbers. I've uploaded the modified version here:

http://punbb.org/stuff/hdiff

I run the following command to generate the diff between 1.1.1 and 1.1.2:

./hdiff -rn -t "PunBB 1.1.1 to 1.1.2 Changes" punbb-1.1.1/upload/ punbb-1.1.2/upload/ > hdiff-1.1.1-1.1.2.html

The project appears to be abandoned, so I guess there's no use in sending any fixes to the author.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: HDIFF changes

That can't be perl, perl isn't supposed to be readable :-)