Menu ▾ ▴

Src (SVN)-old Commit Log


Commit Date  
[r9273] by "kifer"

added base64.* for base64 encoding/decoding
curl package: headers, put, post
fixed latex bugs in manual2 - viewsys, persistent tables

2018-05-01 05:43:07 Tree
[r9272] by "kifer"

returned tempfilename to before Teri's changes because her implementation is not equivalent

2018-05-01 05:42:05 Tree
[r9271] by dwarren

Fixed psc_mod builtin to return usermod-psc instead of 0.

2018-04-30 15:13:29 Tree
[r9270] by dwarren

Fixed a couple of erroneous imports: should not be from usermod.

2018-04-27 21:24:21 Tree
[r9269] by tswift

Ditto of last message.

2018-04-27 20:06:09 Tree
[r9268] by tswift

Finishing port of new builtin compilation to MT.

2018-04-27 20:04:14 Tree
[r9267] by tswift

Changed test_declarations to be consistent for MT engine, and moved
some others over to nonmt (i.e., in the directory of those tests that
need to be ported to MT).

2018-04-27 20:01:57 Tree
[r9266] by dwarren

Added reset of biarg mapping to default after return in bi_instr, and before
call to foreign function, since foreign functions might use the builtin
argument accessing routines.

2018-04-25 15:18:53 Tree
[r9265] by dwarren

Found more uses of reg_term instead of ctop_arg.
(Several builtins not tested in the testsuite :(

2018-04-24 21:04:42 Tree
[r9264] by dwarren

Added bi_instr to call a builtin with arguments in specified registers.
Compiler generates this new instruction for most builtins (with 1-4 arguments.)
Also added new instruction, unikavars(K), to do a sequence of consecutive
uniavar's in one instruction.

asm_inst.P (unikavars(K) and bi_instr)
builtin.H ((is_)builtin_instr) +
builtin.P (many diffs, def of builtin_instr/3)
inprog.H (import is_builtin_instr)
inprog.P (cvt goal to inlinegoal for bi_instrs)
peephole.P (gen unikavars)
tpinline.H (import builtin_instr)
tpinline.P (generate bi_instr instructions)
tprog.H (import warning)
tprog.P (warning and some tbody)

2018-04-24 13:13:11 Tree
Older >