Menu ▾ ▴

Src (SVN)-old Commit Log


Commit Date  
[r9317] by "kifer"

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

2018-06-04 04:32:32 Tree
[r9316] by "kifer"

fixed dynwin32 decorations for __cdecl
export.h: changes in support of that
dlls for packages got recompiled

2018-06-04 04:01:02 Tree
[r9315] by tswift

Took out old reference to otherpackages

2018-06-03 21:29:37 Tree
[r9314] by tswift

Fixing some state-dependent wobble in this test.

2018-06-03 21:08:59 Tree
[r9313] by tswift

Made XXXsort non-inline builtins so that stack expansion will work properly with them.

2018-06-03 21:07:38 Tree
[r9312] by tswift

Making keysort, parsort and sort non-inline builtins, so that stack expansion will work with them properly.

2018-06-03 21:06:29 Tree
[r9311] by tswift

Test for doing atom_codes/chars on very large atoms.

2018-06-03 19:19:14 Tree
[r9310] by tswift

Added OVERFLOW_MARGIN to the heap expansion check in atom_to_list.

2018-06-03 19:16:38 Tree
[r9309] by tswift

Atom_codes and atom_chars are no longer inline builtins. The problem
is that these predicates may require heap expansion, and if the
explicit call is optimized away, the number of registers to pass to
heap expansion is unknown, leading to a core dump when they are called
on large atoms (or large code lists).

2018-06-03 19:15:09 Tree
[r9308] by tswift

Atom_codes and atom_chars are no longer inline builtins. The problem
is that these predicates may require heap expansion, and if the
explicit call is optimized away, the number of registers to pass to
heap expansion is unknown, leading to a core dump when they are called
on large atoms (or large code lists).

2018-06-03 19:13:34 Tree
Older >