search for: 20080426

Displaying 14 results from an estimated 14 matches for "20080426".

Did you mean: 20050426
2008 Apr 26
2
[LLVMdev] Patch to improve Vim Tablegen syntax file
...really like to have such an example right now ;) ). -------------- next part -------------- A non-text attachment was scrubbed... Name: upd-vim-syntax-for-tablegen.patch Type: application/octet-stream Size: 1720 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080426/85f9952f/attachment.obj>
2008 Apr 26
2
[LLVMdev] Getting the trip count of a loop
...determinable bounds: for (i=1; i < 99999; i++) { .... } Is there anything else I should be doing before invoking the getTripCount() method ? thanks, Prakash -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080426/ed1e1b6f/attachment.html>
2008 Apr 26
2
Updated resampler patch
...SVN. It includes SSE and SSE2 optimizations (the latter if included by _USE_SSE2). Best regards, Thorvald -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: speex-resampler-update.diff Url: http://lists.xiph.org/pipermail/speex-dev/attachments/20080426/e055077f/attachment-0001.txt
2008 Apr 24
1
Mail deletion
Hi, when im deleting messages with my mail-client thunderbird, those mails dissapear in the client. but they stay on the server dovecot 1.0.13 on reiserfs. is there a special expunge timer or when will those orphaned messages whiped out of the filesystem? -- ============================================================== Hochschule f?r angewandte Wissenschaften - Fachhochschule Rosenheim
2008 Apr 26
0
MRTG graphs of tunnel interfaces
Can any one tell me th fruit full suggestion how to create Juniper ISG-2000 tunnel interfaces graphs. Any MIBS available. Regards, Umair Shakil ETD -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080426/b64c5cf4/attachment-0001.html>
2008 Apr 26
1
NFS mount problems
...or eth0. What else should I look for? Anne -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: <http://lists.centos.org/pipermail/centos/attachments/20080426/eb913396/attachment-0001.sig>
2008 Apr 26
0
[LLVMdev] Getting the trip count of a loop
Prakash Prabhu wrote: > I am trying to add a new loop pass in which I making a call to get the > trip count of the loop using > > Value *TripCountValue = L->getTripCount() That should work. Could you file a bug and attach the bytecode after 'opt -indvars -loop-rotate'? I would need that to determine why LoopInfo::getTripCount isn't returning any value. Nick
2008 Apr 25
4
Quota not showing properly in webmail
Hi I have a virtual users system using postfix / mysql / dovecot. Everything is working like a charm except for the quota display on webmail systems. It is working properly but showing GB instead of MB. For example. If I create a user with 100MB of quota and send him 50MB of mail, squirrelmail and roundcubemail display 50MB of 100GB If I create another user with 20MB quota and send him 10MB of
2008 Apr 24
4
Pure Ruby HTTP parser
Before anything else, let me state this: Of course it''s going to be PAINFULLY slow on MRI. That''s not the point :) I thought I''d try out writing out a Ruby version of the parser for the purposes of Rubinius. For those of you who aren''t aware, Ragel supports a goto-driven FSM on Rubinius by injecting assembly directly, and Rubinus head honcho guy Evan Phoenix
2008 Apr 24
4
Autoplay option
Hello! I don't like the recent change to the plugin that makes some flash files to play automatically. I know that GUI design is not my thing, but let me explain what I don't like: 1) It's not obvious to the user that the "play" toggle is persistent. Media players don't change their behavior just because the user presses the "play" button. 2) No user who
2008 Apr 26
2
[LLVMdev] ParamAttr Patch - Alignment fix
...http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: ParamAttr.patch Type: text/x-diff Size: 5535 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080426/80b4428e/attachment.patch>
2008 Apr 26
0
[LLVMdev] ParamAttr Patch - Alignment fix
Hi Anders, Thanks for the patch. I'd like you to incorporate some feedback before I apply it, though. > Index: include/llvm/Argument.h > =================================================================== > --- include/llvm/Argument.h (revision 50213) > +++ include/llvm/Argument.h (working copy) > @@ -60,7 +60,16 @@ > + > + /// setByValAttr - Set true to give the
2008 Apr 25
4
win32-mmap test failures
Hi all, This is odd. It looks to me like we have all 4 variations of memcpy set in Windows::MSVCRT::Buffer but somehow this one creeps up. I actually noticed it in a few cases with that earlier mmap sub/replace example, but I wasn''t sure what was happening. Note that windows-api 0.2.3 and windows-pr-0.8.3 are the latest versions in CVS, but this happens with windows-api-0.2.2 and
2008 Apr 24
2
[LLVMdev] ParamAttr Patch - Alignment fix
Hi.. Updated so you now set alignment through LLVMInstrSetAlignment. Anders Johnsen -------------- next part -------------- A non-text attachment was scrubbed... Name: ParamAttr.patch Type: text/x-diff Size: 7420 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080424/cb72b4bb/attachment.patch>