I downloaded the source today, and started poking around. I admit my C++ skills need some serious work, as i got lost pretty fast. But from what i could...
Sorry i didn't read far enough back in the history :( What i read further back says that there was no real speed difference, but how can that be, if you have...
Hi there Markus ... That's absolutely correct. When *evaluating* an expression, the entire expression is parsed and calculated, and, as soon as that one number...
... Er, well, I don't think so for certain file types. Many of the "forms" within NewPGen's output do not run the expression parser at all (well they do one ...
... hear, hear! any chance a -s option to turn it off? (well better to have it off as default and -s to turn it on for those who haven't better things to do) ...
... If you want to turn it off simply do this: pfgw work_to_do > nul That will eliminate 98% of the problem (there is still the work done inside of PFGW to...
Hi Markus, ... Yes it is possible. If the base is not 2, then in the CC modes (with len > 2) the search is for generalized chains. For example, I just tried it...
And with /null (as you said, sorry): volans:~/ecm/linux/cis>pfgw_dev abc2.txt > /dev/null PFGW Version 20010828.x86_Dev (Alpha software, 'caveat utilitor') ...
From: "djbroadhurst" <d.broadhurst@...> ... In that case, try: pfgw_dev abc2.txt 2>&1 | mail root The day /dev/null isn't mode crw-rw-rw- is the day...
Hi, I don't know if this has been reported before, but I have got some strange results, pfgw seems to occasionally miss small factors of Generalized Fermat ...
... Phil, Phil, Phil, ... My view of your *nix godlike knowlegde has diminished a little (just a little ;) /dev/nul is not a file (or device) on most nix...
... Peter, what version are you useing? Also how did you enter the nubmers? Was it a ABC file, and ABC2 file, a "raw" free form file? I ran my current build...
... Peter, what version are you useing? Also how did you enter the nubmers?; Was it a ABC file, and ABC2 file, a free form file? I was using the versions which...
... There is something broken in the erat_mod.cpp functionality. why it is not picking up 257 I am not sure, but I will have to figure it out. Yes this is a...
On Fri, 08 February 2002, openpfgw@yahoogroups.com wrote: From: "jim_fougeron" <jfoug@...> ... But I don't say it is, do I? I was hastily reading the...
I seem to have screwed up with my nul(l) confusion. Please forget history! End result is this: when I do ... under linux I still get _some_ output to screen. ...
David, As was suggested before, use pfgw_dev file.txt 2>&1 > /dev/null What is happening is that "standard output" is being redirected to the great bit bucket...
Hi folks. ... Phil, you've put your foot in it again I'm afraid. The correct way to do this (at least in a bash shell) pfgw_dev file.txt >/dev/null 2>&1 (In...
Here is what I got (ignore the i=* stuff, it is debugging code left in from save/restore work). Remember David, If you are using the Alpha dev I built and put...
Hmm, I have stepped this code for a while, and am not sure what to think. Here is what I have found. The erat_mod is returning the correct values. These...
Chris, The dev-* version has a problem. YOu need to un-sheepdip the ./pform/pfgw/pfgw.dsp file. It is in *nix \r format. VC does not detect this as a valid...
Chris, The whole pform\pfgw folder is in "sheep-dip" format for both the dev-*.zip and sta-*.zip 1-file source drops. VC only whines about the .dsp file, but...
Hi folks Sorry for being quiet on the line.... ... Like all these problems, it makes perfect sense once you know the reason! As everyone correctly diagnosed...
Some archivers have a 'decompress and munge CR/LF into local text format' option? Could not the whole problem be solved by using the right decompressor? (Of...
... Agreed, the "sheep-dipping" of files for the most part is not an issue. First off, most (can't say all) text editors do not care at all. VC does not...
Hi folks ... The CVS archive performs similarly here (I don't treat any white-space differences as significant when applying patches, that includes CR and...