... 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...
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....
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....
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....
... "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...
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...
... 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 ... ...
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...
... 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...
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...
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...
... 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 ...
... 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....
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,...
... 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...
... 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...
... 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 ...
... 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...
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, can you also change the maximum permitted line length in pfio/pfabcfile.h please? #define ABCLINELEN 60000 Phil ===== I Pledge Allegiance to the flag ...
... 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...
... 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"...
... 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...
... 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...
... Hi Jim, I found another problem yesterday - an access violation. This only happened with WinPFGW, PFGW worked fine. To reproduce, simply explicitly write a...
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....
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...
... 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...