



Author: jacksonDate: 2005-12-02 03:28:33 -0500 (Fri, 02 Dec 2005)New Revision: 53827Modified:Log:* TreeView.cs: When imagelists are used the image area isselectable as well as the text.- If there are no selected nodes select the first one.* TreeNodeCollection.cs: Getting the TreeView is mildly e...
When -fopenmp is enabled, SAVE attribute causes an ICE when the entity isreferenced in a FIRSTPRIVATE or LASTPRIVATE clause, e.g.:PRGRAM p IMPLICIT NNE ! This can be SAVE :: K and gfortran will ICE too SAVE INTEGER :: K, I K = 3 ! These two can be replaced with ! !$MP PARALLEL D LASTPRIVATE(K) a...
I have 130 or so rows of questionnaire data. It is 67 columns widemostly of categorical nature (and often yes/no).I have been using daisy, pam and plot to view cluster plots with subsetsof columns. With different subsets, there is great variation in thedegree of overlap of the clusterplot ellips...
Author: jbevainDate: 2005-12-02 03:12:41 -0500 (Fri, 02 Dec 2005)New Revision: 53826Modified: trunk/cecil/lib/ChangeLogLog:2005-12-02 Jb Evain <jbevain (AT) gmail (DOT) com>* Mono.Cecil/TypeDefinition.cs:Fix interface import. Patch by Thomas Gil.Modified: trunk/cecil/lib/ChangeLog trunk/ce...
David Johnson <johnson_d (AT) cox (DOT) netwrote on 02.12.2005 04:41:36:2. Customer service - it is a novel idea to some folks that there can besuperior customer service without a company to back the product.Instead of getting a help desk operator with canned scripts that don'tever quite...
Dmitry Beransky <db01 (AT) dembel (DOT) orgwrote on 02.12.2005 00:15:32:Commits isn't the only place where different coding style may become aproblem. A diff between the working base and the working copy can alsogetscrewed up by reformatted code.I understand that I may need to adopt a co...
Hi,I had the same problem (Apache dies) switching to subversion 1.2.x(well, the problem is in Apache 2.0.55 not in svn).Really I don't remember details about my googling, but my workaround wasto use mod_auth_ldap.so and util_ldap.sofrom Apache 2.0.50 distribution.Hope it helps.Guido....
Author: jacksonDate: 2005-12-02 02:41:39 -0500 (Fri, 02 Dec 2005)New Revision: 53825Modified:Log:* TreeView.cs: When imagelists are used the image area isselectable as well as the text.Modified: 2005-12-02 06:53:45 UTC (rev 53824) 2005-12-02 07:41:39 UTC (rev 53825)@@ -1,5 +1,10 @@ 2005-12-01 Ja...
This bug is caused by an oversight in the peephole2 that optimizescomparisons with large constants if the register operand is dead, tryingto zero the high bits and comparing the result with a small constant.The pattern was not checking that the matching insns were reallyconstructing a constant,...
I am using distutils and mingw to create an extension from some C++code for Python 2.4.1.It builds fine, but on import the following error comes up:python.exe - Entry Point Not FoundThe procedure entry point _ctype could not be locatid in the dynamiclink library msvcr71.dllI am not using ctype d...
Hi AtsushiNot sure what the effect of that registry bug was ,but the Mono 1.1.9.2release was working just fine here for running a version of NAnt built usingNET 1.1. However its failing badly attempting to run NAnt built using .NET2.0:** ERRR **: Can't find custom attr constructor image: &l...
Hey guys,I just was browsing through some of the mono code/assemblies and ran acrossmono-service. It appears that this is a windows service like implementationthat could now be used under linux or whatever other mono supportedplatform. I was just curious about the status of this and supportingas...
Author: benmDate: 2005-12-02 01:53:45 -0500 (Fri, 02 Dec 2005)New Revision: 53824Modified:Log:2005-12-02 Ben Maurer <bmaurer (AT) ximian (DOT) com>* Mono.Cairo/Graphics.cs: Api fixups- Make Point, et al. structs like all other apis- Use properties rather than public fields- the plurality o...
Commited to 4.1 and 4.2:2005-12-01 Jerry DeLisle <jvdelisle (AT) gcc (DOT) gnu.org>* gfortran.dg/pr24489.f90: Delete, replaced by read_eor.f90.* gfortran.dg/pr24584.f90: Delete, replaced by namelist_empty.f90.These were duplicate files that I created before renaming them with descriptivena...
Please do not reply to this email- if you want to comment on the bug, go to theURL shown below and enter your comments there.Changed by alp (AT) atoker (DOT) com. shadow/768782005-12-02 02:18:30.000000000 -0500 shadow/76878.tmp.57982005-12-02 02:18:30.000000000 -0500@@ -0,0 +1,29 @@+Bug#: 76878+...
