dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [patch #3213] TextBoxBase - change TreeNode fields to


From: Gopal.V
Subject: [Pnet-developers] [patch #3213] TextBoxBase - change TreeNode fields to internal, fix problem with using pointer arithmetic
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

This mail is an automated notification from the patch tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[patch #3213] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 07/19/2004 at 14:06 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Checked into CVS on 19th-July-2004






/**************************************************************************/
[patch #3213] Full Item Snapshot:

URL: <http://savannah.gnu.org/patch/?func=detailitem&item_id=3213>
Project: DotGNU Portable.NET
Submitted by: 0
On: Sat 07/17/2004 at 21:19

Category:  None
Priority:  1 - Later
Resolution:  Fixed
Assigned to:  None
Originator Email:  address@hidden
Status:  Closed


Summary:  TextBoxBase - change TreeNode fields to internal, fix problem with 
using pointer arithmetic

Original Submission:  csc has a problem with doing pointer arithmetic on 
pointers declared in fixed expressions.  just alias the declared pointers and 
do the arithmetic on them.

csc was barfing on the protected fields of TreeNode.  changed them to internal

Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 07/19/2004 at 14:06       By: t3rmin4t0r
Checked into CVS on 19th-July-2004

-------------------------------------------------------
Date: Sun 07/18/2004 at 00:17       By: None
I have confirmed that cscc is in violation 25.6 of ECMA-334 specs.  A local 
fixed variable is considered read-only






File Attachments
-------------------

-------------------------------------------------------
Date: Sat 07/17/2004 at 21:19  Name: Chris-040717.patch  Size: 2.88KB   By: None

http://savannah.gnu.org/patch/download.php?item_id=3213&amp;item_file_id=3468






For detailed info, follow this link:
<http://savannah.gnu.org/patch/?func=detailitem&item_id=3213>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]