Searched hist:"526473251 ee3dd5ab71975d6b9780e00a4660b64" (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/factor/ |
H A D | factor.6 | diff 526473251ee3dd5ab71975d6b9780e00a4660b64 Sun Jan 12 21:25:11 CET 2020 Garance A Drosehn <gad@FreeBSD.org> Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL.
Also, allow users to specify a hexadecimal number by using a prefix of '0x'. Before this, users could only specify a hexadecimal value if that value included a hex digit ('a'-'f') in the value.
PR: 243136 Submitted by: Steve Kargl Reviewed by: gad MFC after: 3 weeks
|
H A D | factor.c | diff 526473251ee3dd5ab71975d6b9780e00a4660b64 Sun Jan 12 21:25:11 CET 2020 Garance A Drosehn <gad@FreeBSD.org> Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL.
Also, allow users to specify a hexadecimal number by using a prefix of '0x'. Before this, users could only specify a hexadecimal value if that value included a hex digit ('a'-'f') in the value.
PR: 243136 Submitted by: Steve Kargl Reviewed by: gad MFC after: 3 weeks
|
/freebsd/usr.bin/primes/ |
H A D | primes.c | diff 526473251ee3dd5ab71975d6b9780e00a4660b64 Sun Jan 12 21:25:11 CET 2020 Garance A Drosehn <gad@FreeBSD.org> Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL.
Also, allow users to specify a hexadecimal number by using a prefix of '0x'. Before this, users could only specify a hexadecimal value if that value included a hex digit ('a'-'f') in the value.
PR: 243136 Submitted by: Steve Kargl Reviewed by: gad MFC after: 3 weeks
|