diff options
author | wen <wen> | 2012-12-03 14:36:39 +0000 |
---|---|---|
committer | wen <wen> | 2012-12-03 14:36:39 +0000 |
commit | e2f9557767b35529181068832ffd1f40f5981ea3 (patch) | |
tree | 4a776aa1730113f3ad3098c8d85660f7749bad34 /cross/cc65/distinfo | |
parent | 1689787e7c2768e71256a61d4cee80ad4089adb5 (diff) | |
download | pkgsrc-e2f9557767b35529181068832ffd1f40f5981ea3.tar.gz |
Update to 2.13.3
Upstream changes:
(only for release 2.13.3)
This version is a bugfix release against 2.13.2. It includes about 40 bug
and documentation fixes and some minor improvements:
* Fixed some macro issues (cc65).
* Static const local data goes into RODATA, not DATA (cc65).
* Fix error handling in .LEFT (ca65)
* Fixed problems with 80 column mode (C128 library).
* Fix problem when converting function to void pointer (cc65).
* Fix register info for several runtime functions. Result was invalid code
(cc65).
* Fix smbx and rmbx instructions (da65).
* Fix problem with .REPEAT (ca65).
* Fix an error in the runtime division routine (cc65).
* Fix problem with alignments >= 256 bytes (ca65).
* The LINE function mistakenly enabled the BASIC ROM (TGI driver for C64).
* Fix internal error caused by error recovery (or lack of) (cc65).
* Fix invalid handling of signed int types in some cases (cc65).
* Fix some issues with conio scrolling (C128 library).
* Fix and improve the code for compares (cc65).
* Fix some macro issues (ca65).
* Fixed/improved several error messages (all tools).
* Disallow __asm__ on global level (cc65).
* Remove final jump to RESTOR for all CBM platforms (cc65 libraries).
* Add missing export for CBM510 platform (cbm510 library).
* Fix problem with access to structs returned by functions (cc65).
* Fix an internal error in the code generator (cc65).
* Merge back POSIX directory routines for the Atari (atari library).
* Merge back Olivers C interrupt handling code (cc65 libraries).
* Several documentation changes.
* Several documentation fixes and improvements.
Diffstat (limited to 'cross/cc65/distinfo')
-rw-r--r-- | cross/cc65/distinfo | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cross/cc65/distinfo b/cross/cc65/distinfo index aff99c1f91f..e8634fb8f7c 100644 --- a/cross/cc65/distinfo +++ b/cross/cc65/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/08 19:53:47 wiz Exp $ +$NetBSD: distinfo,v 1.2 2012/12/03 14:36:39 wen Exp $ -SHA1 (cc65-sources-2.12.0.tar.bz2) = e009060fda9fbec9fcfa01761abdb1b5aaa01b34 -RMD160 (cc65-sources-2.12.0.tar.bz2) = 579e4877f5f129f8bdff8ce3ad4f15a44c57f25c -Size (cc65-sources-2.12.0.tar.bz2) = 1051755 bytes -SHA1 (patch-aa) = 90cb89e3ab42744532a4b57f7f9671b3812770a4 -SHA1 (patch-ab) = 493fd3b61eee5fea407f0c767ebaa0cb0ef7d49f +SHA1 (cc65-sources-2.13.3.tar.bz2) = 925c6edfcef7057e24ecb0704fa07210faec07bc +RMD160 (cc65-sources-2.13.3.tar.bz2) = ad728cb61113af4592460bce7d42ca57f6a2fb1a +Size (cc65-sources-2.13.3.tar.bz2) = 1103245 bytes +SHA1 (patch-aa) = b78b62ea09c2c61221cae93d2d71588eca51b149 |