search for: linuxifying

Displaying 4 results from an estimated 4 matches for "linuxifying".

2010 Apr 06
0
[LLVMdev] Call for Help: Testing
On 04/06/2010 12:38 PM, David Greene wrote: > ...Either this or > virtualization would work but both are complicated to set up, raising the > bar to participate. Is it? I don't really know anything about it, but on a whim read just enough to know the name of the user-space manager program I needed, installed the tools on Fedora 12, created a virtual machine by following the
2010 Apr 06
2
[LLVMdev] Call for Help: Testing
On Tuesday 06 April 2010 14:12:04 Duncan Sands wrote: > Hi David, > > > The second problem is the lack of x86-32 testing on Linux. This is only > > going to get worse as x86-32 desktops and servers continue to disappear. > > this is not really a problem if you have root access on an x86-64 box. It > is quite easy to install a 32 bit chroot environment. That's what
2010 Apr 06
2
[LLVMdev] Call for Help: Testing
On Tuesday 06 April 2010 14:47:37 Dustin Laurence wrote: > On 04/06/2010 12:38 PM, David Greene wrote: > > ...Either this or > > virtualization would work but both are complicated to set up, raising the > > bar to participate. > > Is it? I don't really know anything about it, but on a whim read just > enough to know the name of the user-space manager program I
2006 Mar 16
3
sub returns garbage (PR#8687)
Full_Name: Todd Bailey Version: 2.1 OS: Mac OS-X 10.4.3 Submission from: (NULL) (87.112.79.124) sub returns garbage in some strings when replacing something with nothing and fixed=TRUE. For example: > a=c('hello','hello'); sub('lo','',a,fixed=TRUE) [1] "hel" "hel\0\0" > a=c('hello','hello');