Hi,Givensec98 <- factor(rep(1:2,3), labels=c("A", "B"))sec99 <- factor(rep(2:1,3), labels=c("A", "B"))sec99[c(2,5)] <- NAsec00 <- factor( c( rep(1,3), rep(2,3) ), labels=c("A", "B"))sec00[c(2,4)] <- NAsec1 <- ifelse(!is.na(sec99), sec99, ifelse(!is.na(sec00), sec00, NA ))We get...
Author: zoltanDate: 2005-11-26 20:43:47 -0500 (Sat, 26 Nov 2005)New Revision: 53521Modified:Log: workModified: 2005-11-27 01:41:57 UTC (rev 53520) 2005-11-27 01:43:47 UTC (rev 53521)@@ -113,9 +113,15 @@ conv.ovf.u4.un: conv.ovf.u4: dest:i src1:i len:15 ckfinite: dest:f src1:f len:43+ conv.u2: de...
Author: zoltanDate: 2005-11-26 20:41:57 -0500 (Sat, 26 Nov 2005)New Revision: 53520Modified: trunk/mono/mono/mini/ChangeLog trunk/mono/mono/mini/basic.csLog:2005-11-27 Zoltan Varga <vargaz (AT) gmail (DOT) com>* basic.cs: Remove test_0_byte_compares test which was moved toobjects.cs a long...
The List,I got the following error when I was trying to upgrade SVN.I am currently on version 1.1.1I downloaded version 1.2.3Then when configuring I got the following message:You don't seem to have Berkeley DB version 4.0.14 or newerinstalled and linked to APR-UTIL. We have created Makefile...
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 bugbuddy-import (AT) ximian (DOT) com. shadow/768322005-11-26 21:24:19.000000000 -0500 shadow/76832.tmp.240742005-11-26 21:24:19.000000000 -0500@@ -0,0 +1,443 @...
CVSRT:/cvs/glibcModule name:libcChanges by:drepper (AT) sources (DOT) redhat.com2005-11-27 01:18:45Modified files:nis : nis_table.cLog message:(__create_ib_request): Use strdupa instead of variable size array.(RPCTIMEUT): Mark as const.Patches:...
objc.dg/gnu-runtime-3.m was failing on Darwin because we wereoverriding NXConstantString which was wrong. Anyways this reallywas only supposed to be a run test to make sure that the GNU runtimework and not a test for constant strings at all.Committed to the mainline.Thanks,Andrew PinskiChangeLog...
CVSRT:/cvs/glibcModule name:libcChanges by:drepper (AT) sources (DOT) redhat.com2005-11-27 01:19:22Modified files:nis : ypclnt.cLog message:(RPCTIMEUT, UDPTIMEUT): Mark as const.Patches:...
Hi All,I am a relative beginner to Python and am looking for help with sending andXML message and getting back a return file. The server is:I have have successfully sent and recieved using the PING, AUTHENTICATE(send in username and password and return a secuirity token), SLICIT(sendin informati...
How's this patch? Are the name and description of the function good?Should any of the other dozen or so tests of "->absent" and/or "->deleted" inthe WC library be using this function? There are a few that look suspicious,but I'm not sure what they are trying to do exactly.In (rep...
Consider:int bar (void);intfoo (int b){ int a = bar (); return a | (1 << (b & 31));}/cc1 -quiet -m5200 -fomit-frame-pointer generatesfoo: move.l %d2,-(%sp) move.l 8(%sp),%d2 jbsr bar moveq #31,%d1 and.l %d1,%d2 move.b #1,%d1 lsl.l %d2,%d1 or.l %d1,%d0 move.l (%sp)+,%d2 rtsNote that bset co...
Author: miguelDate: 2005-11-26 19:11:58 -0500 (Sat, 26 Nov 2005)New Revision: 53519Modified:Log:2005-11-07 Jason Diamond <jason (AT) diamond (DOT) name>* HttpRequest.cs: Don't throw exception when Content-Length doesn'tModified: 2005-11-27 00:11:43 UTC (rev 53518) 2005-11-27 00:1...

