Menu ▾ ▴

Src (SVN)-old Commit Log


Commit Date  
[r9326] by "kifer"

removed

2018-06-08 01:11:54 Tree
[r9325] by "kifer"

generalize cvt_float_to_str to cvt_float_to_str_with_fmt. Use the latter in print_pterm but not in write_canonical

2018-06-08 01:11:31 Tree
[r9324] by dwarren

Change format back to 1.17g, since this is used by write_canonical,
and by number_codes (which should preserve number values.)

2018-06-07 15:49:28 Tree
[r9323] by dwarren

Should have included this with trie_internals commit.
Call specific optimize that includes internstr test.

2018-06-07 15:47:17 Tree
[r9322] by dwarren

Made slightly more resilient.

2018-06-07 15:46:02 Tree
[r9321] by dwarren

Added dllexport declarations where missing (and needed for windows.)

2018-06-07 15:41:17 Tree
[r9320] by dwarren

Fixed bug I just introduced. It was needed for variant_answer search.

2018-06-07 15:38:55 Tree
[r9319] by "kifer"

changed the format for %S (floats) from %#1.16g to %1.16g.
There is a code to always add .0, if needed, so # is not necessary.
And it has a side-effect of leaving too many trailing 0s.

I think the format for write/ln should be changed to %1.6g with the same trick of adding .0 whenever necessary.

write_canonical should stay as is: not clear how to improve it.

2018-06-06 05:06:59 Tree
[r9318] by dwarren

Fixed bug in incorrectly calling isinternstr. (from Teri.)

2018-06-05 13:51:06 Tree
[r9317] by "kifer"

render fmt_write('%S') as %#1.16g instead of 1.17.

2018-06-04 04:32:32 Tree
Older >