Search the web
Sign In
New User? Sign Up
openpfgw · Co-ordination of the OpenPFGW project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 987 - 1016 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
987
... I agree with you. This is something that the OpenPFGW group needs to address and figure out. I simply have tossed some PRP's and known problem...
Jim Fougeron.
jim_fougeron
Offline Send Email
Nov 1, 2002
10:42 am
988
... I think I have changed that to below about 800 digits. That is about the break over point for a "correctly" built GMP DLL (correct to the CPU). It does...
Jim Fougeron.
jim_fougeron
Offline Send Email
Nov 1, 2002
10:46 am
989
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Send Email
Nov 1, 2002
11:17 am
990
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Send Email
Nov 1, 2002
11:44 am
991
Hi, While not exactly fitting the description of "broken" the following probably should be "fixed". When factoring "pfgw" provides output showing its progress....
Ken Davis
kraden
Offline Send Email
Nov 1, 2002
11:23 pm
992
... "Should"'s not clearly defined. Basically the code works out how many more trail divisions it thinks are useful, and recalculates this each time it's asked...
Phil Carmody
thefatphil
Offline Send Email
Nov 2, 2002
1:53 am
993
Hi Phil I realise that the 703047 isn't. fixed, it varied (a bit) in an earlier Version of pfgw I used However the recent versions diplay the symptoms for ALL...
Ken Davis
kraden
Offline Send Email
Nov 2, 2002
5:24 am
994
... What about just sketching the different areas to test? Then is easier to for one person to look into a particular area. The power of a team. ... of ... ...
Michael Angel
tech_newslet...
Offline Send Email
Nov 2, 2002
9:59 pm
995
Hi, Phil (or in fact anybody), do you have a version building under linux? I have recently switched to Debian and would like to start searching for primes...
Michael Bell
mbhawkuk
Offline Send Email
Nov 6, 2002
12:20 am
996
... 20020311 builds out of the box as long as you don't have a pentium pro. However, it's certainly true that one or all of us should try to get the latest...
Phil Carmody
thefatphil
Offline Send Email
Nov 6, 2002
10:57 am
997
Hi all, This is just a very quick note to point out some minor typos in the WinPFGW menus: Option->Priority (cf "Prioirty") Mode->Continue tests (cf...
Paul Jobling
paul_joblinguk
Offline Send Email
Nov 6, 2002
11:44 am
998
Note only are changes needed to the autoconfig set of files, but a complete replacement is needed for the woltman .o files. That has NOT been done on the *nix...
Jim Fougeron.
jim_fougeron
Offline Send Email
Nov 6, 2002
1:56 pm
999
... Who knows what needs to be done with the Woltman .o files? Is it just Chris and George? Does anything need to be actually done? What's so bizarre about ...
Phil Carmody
thefatphil
Offline Send Email
Nov 6, 2002
2:15 pm
1000
... They need to be upgraded to v22 (v22.7 at least) before the code will even compile link. There are some significant under the hood changes to the library....
Jim Fougeron.
jim_fougeron
Offline Send Email
Nov 6, 2002
3:26 pm
1001
I've just noticed that Debian (testing) has a mingw32 package, which is a cross compiler for targetting windows. Which is exactly the wrong way round, I know,...
Phil Carmody
thefatphil
Offline Send Email
Nov 6, 2002
11:18 pm
1002
... You should be able to simply use the *.o files from the linux directory in the zip file at http://www.mersenne.org/source.htm ... You need to scan the...
George Woltman
woltman9999
Offline Send Email
Nov 7, 2002
4:00 am
1003
... Excellent. ... 'Translation'? Why can't ELF be generated ab initio? What tool is used for the translation, can't that just be fixed? Or could the .o's be...
Phil Carmody
thefatphil
Offline Send Email
Nov 7, 2002
9:25 am
1004
... supposed ... Nope. I only had problems with gcc 3.2 because it was not the default compiler and the default libraries were gcc 2.95's which were not ...
Michael Angel
tech_newslet...
Offline Send Email
Nov 7, 2002
2:04 pm
1005
... The assembly code is all in MASM format. I don't know of any Linux tools that can deal with MASM source. Converting the source to NASM or other more...
George Woltman
woltman9999
Offline Send Email
Nov 7, 2002
3:25 pm
1006
I have made a few changes beyond the last version released. Fixed the bugs pointed out by Paul in WinPFGW Added some to WinPFGW's about box (including the CPU...
jim_fougeron
Offline Send Email
Nov 7, 2002
7:51 pm
1007
... Jim, can you also change the maximum permitted line length in pfio/pfabcfile.h please? #define ABCLINELEN 60000 Phil ===== I Pledge Allegiance to the flag ...
Phil Carmody
thefatphil
Offline Send Email
Nov 7, 2002
7:56 pm
1008
... OK, yup, obj translation is the best way of doing it. ... It's not listed as a known bug of the objcopy I have here (debian testing). It seems a fairly...
Phil Carmody
thefatphil
Offline Send Email
Nov 7, 2002
8:57 pm
1009
... Before I blindly do this, I will look VERY closely at how it will impact runtime. There are stack issues to deal with. Also, using a static sized "set"...
Jim Fougeron.
jim_fougeron
Offline Send Email
Nov 8, 2002
12:05 am
1010
... The concept of programming in C++ and not using the string class is somewhat bizarre of course. Avoidance of the str* functions for running down the string...
Phil Carmody
thefatphil
Offline Send Email
Nov 8, 2002
5:46 am
1011
... It's a freakin' nightmare! There's no semblence of a const accessor (operator[]) function in these arrays, so I can't enforce the correctness of the length...
Phil Carmody
thefatphil
Offline Send Email
Nov 8, 2002
7:54 am
1012
... Hi Jim, I found another problem yesterday - an access violation. This only happened with WinPFGW, PFGW worked fine. To reproduce, simply explicitly write a...
Paul Jobling
paul_joblinguk
Offline Send Email
Nov 8, 2002
9:30 am
1013
... Sanity check - is the tail end of test/test54.txt supposed to do this? (both my own build and an out-of-the-box 20020311 do it) ...
Phil Carmody
thefatphil
Offline Send Email
Nov 8, 2002
10:29 am
1014
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Send Email
Nov 8, 2002
11:11 am
1015
... Given that this was not patched against the latest code, but 20020311, the tgz includes the original file (suffixed .orig), the replacement file (no...
Phil Carmody
thefatphil
Offline Send Email
Nov 8, 2002
11:31 am
1016
... This is actually a very easy bug to reproduce, so it will be simple to track down. Yes, it appears like a buffer overwrite. If you simply use -d -od...
Jim Fougeron.
jim_fougeron
Offline Send Email
Nov 8, 2002
1:04 pm
Messages 987 - 1016 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help