View previous topic :: View next topic |
Author |
Message |
legion
Joined: 10 Oct 2007 Posts: 23
|
Historical version history |
Posted: Wed Feb 08, 2017 12:12 pm |
|
|
I would like to be able to check that a bug I found in a historical version (4.132) of the compiler has been fixed - but I can only find version history for 5.xxx
This therefore isn't a bug report, but a check I'd like to do before considering paying for a refresh of the compiler. The bug is that 16-bit integer comparisons are preformed incorrectly. It would be amazing if this were not already fixed but I'm not inclined to take the gamble. Where can I find evidence that the bug was addressed? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Feb 08, 2017 12:24 pm |
|
|
Go to this website:
https://archive.org/web/
Enter this URL:
Quote: | http://www.ccsinfo.com/devices.php?page=versioninfo |
Vs. 4.132 was released on April 8, 2012. So click on the year 2012.
Web archive will display a calendar with dots on certain dates.
The first one we see is for May 10th. The latest version listed is 4.132.
So choose a later date. Or do it for 2013. March 20th of 2013 goes
up to version 4.141, which is the last of version 4.
To save time, I'll just give you the link. I didn't check it for your bug fix.
You'll have to do that.
https://web.archive.org/web/20130320155047/http://www.ccsinfo.com/devices.php?page=versioninfo |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19513
|
|
Posted: Wed Feb 08, 2017 12:35 pm |
|
|
Unfortunately though the CCS version history often fails to list many of the things that are actually changed. So you are unlikely to find details. Perhaps tell us what the bug is, and somebody else who has met it, may know when it was fixed. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Feb 08, 2017 12:43 pm |
|
|
Post a test program that shows the bug. The program should be able to
be copied into MPLAB and compile immediately without any editing by us. |
|
|
|