Mark
|
65a8ce8e22
|
generalize simple goal detection to fix call/N test failures in logtalk test suite
|
2023-07-15 19:29:06 -06:00 |
|
Mark
|
5a7da721cd
|
add read_term_from_chars/3 (#637)
|
2023-07-15 11:20:20 -06:00 |
|
Mark
|
e95355e56e
|
eliminate call_with_inference_limit/3 leaks (#1300)
|
2023-07-15 10:22:23 -06:00 |
|
Mark
|
4163cb038d
|
correct peek_code/2, don't set stream position in peek functions
|
2023-07-13 13:37:34 -06:00 |
|
Mark
|
b051f39145
|
correct peek_byte/2 bugs (#1882)
|
2023-07-13 12:23:20 -06:00 |
|
Mark
|
29430ec88b
|
fix peek_byte/2 crash (#1882)
|
2023-07-12 16:34:11 -06:00 |
|
Mark
|
4fd37335f5
|
use lookahead to skip inapplicable clauses (#1028, #1502)
|
2023-07-12 14:39:02 -06:00 |
|
Mark
|
1791bd8626
|
remove unsafe unwrap in put_char (#1881)
|
2023-07-12 14:24:20 -06:00 |
|
Mark
|
ab80c84714
|
Revert "add stream alias processing to atom_chars/2, atom_codes/2"
This reverts commit 811ff65209.
|
2023-07-12 11:44:41 -06:00 |
|
Mark
|
b8a6882a27
|
refine EOF handling
|
2023-07-08 22:25:30 -06:00 |
|
Mark
|
fb8e3071f2
|
follow EOF action after open_parsing_stream in get_char if stream at EOF
|
2023-07-08 19:27:32 -06:00 |
|
Mark
|
067b5998ee
|
clarify EOF error across stream types and predicates (#1867, #1870)
|
2023-07-08 13:38:52 -06:00 |
|
Mark
|
b7f77d1747
|
interpret '\u{0}' as end_of_file in get_char/1
|
2023-07-07 11:05:44 -06:00 |
|
Mark
|
811ff65209
|
add stream alias processing to atom_chars/2, atom_codes/2
|
2023-07-07 10:38:05 -06:00 |
|
Mark Thom
|
fd70d8975b
|
Merge pull request #1832 from aarroyoc/http-fixes
Multiple fixes for http libraries
|
2023-07-06 16:30:56 -06:00 |
|
Mark
|
483e4568a2
|
add scc_block to MachineState to avoid SCC cleanup terms being deallocated too early (#1427)
|
2023-07-06 11:20:49 -06:00 |
|
Mark
|
7683367c0e
|
throw lexer errors from devour_whitespace (#1778)
|
2023-07-04 16:09:54 -06:00 |
|
Mark
|
b0566e4150
|
use lexer to detect remaining layout in parse_number_from_string (#1773)
|
2023-06-30 17:18:10 -06:00 |
|
Adrián Arroyo Calle
|
330e9ba4ef
|
Multiple fixes for http libraries
* use reqwest for http_open (still uses Hyper underneath)
* use Hyper 1.0.0-rc3 for server
* Modify all internal handling of server
|
2023-06-29 23:43:37 +02:00 |
|
Mark
|
c36bd4dc07
|
introduce CutPoint heap tag so that they can be offset by call_continuation/1
|
2023-06-29 12:14:15 -06:00 |
|
Mark
|
58af615dd4
|
correct and generalize current_predicate/1
|
2023-06-28 17:31:43 -06:00 |
|
Mark
|
b593fffc7d
|
support module resolution in current_predicate/1 (#1817)
|
2023-06-27 11:08:29 -06:00 |
|
Mark
|
a6522d6317
|
properly account for partial string offsets in '$skip_max_list' (#1827)
|
2023-06-26 16:36:04 -06:00 |
|
Mark
|
d7f5675727
|
improve call/N implementation (#1829)
|
2023-06-23 14:11:31 -06:00 |
|
Markus Triska
|
2716381e7b
|
FIXED: correct dereferencing in atom_codes/2 and number_codes/2.
This addresses #1818.
Test case:
run :-
length(Ls, L),
portray_clause(L),
maplist(=(X), Ls),
X = Y,
Y = 12,
atom_codes(_, Ls),
false.
|
2023-06-23 14:11:31 -06:00 |
|
Mark
|
749dedf477
|
read from machine stack in stackful pre-order iterator (#1812)
|
2023-06-23 14:11:31 -06:00 |
|
Mark
|
0e583d620a
|
implement new disjunction compilation
|
2023-06-23 14:11:31 -06:00 |
|
Mark Thom
|
b9c9de5222
|
add classifications and occurrence counting
|
2023-06-23 13:54:46 -06:00 |
|
Mark
|
c5a3ec3ba8
|
fix current_predicate/1 (#1761)
|
2023-04-24 23:23:27 -06:00 |
|
Adrián Arroyo Calle
|
b162c40007
|
Fix to_upper/to_lower when string is instantiated
|
2023-04-23 23:01:29 +02:00 |
|
Mark
|
f35298a227
|
add and document inlined_instructions/2 to/in diag.pl (#1791)
|
2023-04-22 18:38:49 -06:00 |
|
Adrián Arroyo Calle
|
4b882c465c
|
library(charsio): add to_upper and to_lower
|
2023-04-18 18:58:09 +02:00 |
|
Markus Triska
|
fe27605497
|
FIXED: number_chars(N, "0' "), addressing #1580.
There may be a more elegant way to solve this.
|
2023-04-02 10:04:52 +02:00 |
|
Mark Thom
|
4ee6a7bfb8
|
add '$unattributed_var' builtin (#1758)
|
2023-03-18 23:08:38 -06:00 |
|
Mark Thom
|
4da646252b
|
Revert "correct call_residue_vars/3 using new copy_term_3 (#1239)"
This reverts commit 9b35a316c9.
|
2023-03-14 21:34:49 -06:00 |
|
Mark Thom
|
9b35a316c9
|
correct call_residue_vars/3 using new copy_term_3 (#1239)
|
2023-03-12 17:56:54 -06:00 |
|
Adrián Arroyo Calle
|
73df96244d
|
Fill more cases
|
2023-03-01 22:13:04 +01:00 |
|
Adrián Arroyo Calle
|
7396630627
|
Merge branch 'master' into ffi
|
2023-02-28 22:10:40 +01:00 |
|
Adrián Arroyo Calle
|
f94294dbd9
|
FFI: Nested structs
|
2023-02-26 20:48:00 +01:00 |
|
Mark Thom
|
04ba58067a
|
add, implement and use the Unifier trait
|
2023-02-26 12:21:22 -07:00 |
|
Adrián Arroyo Calle
|
92b262d599
|
Macroization of the code
|
2023-02-25 22:27:28 +01:00 |
|
Adrián Arroyo Calle
|
9d52d2a653
|
MVP of Foreign Function Interface
|
2023-02-22 23:10:03 +01:00 |
|
Mark Thom
|
92d543b8a8
|
change '$delete_all_attributes' to '$delete_all_attributes_from_var'
|
2023-02-20 01:11:52 -07:00 |
|
Mark Thom
|
3f445c76be
|
add '$delete_all_attributes', use copy_term/3 as defined in #1272
|
2023-02-20 01:11:51 -07:00 |
|
Mark Thom
|
359619e035
|
simplify and optimize attributed variables (#1590, #1634, #1730)
|
2023-02-10 21:56:42 -07:00 |
|
Mark Thom
|
9454d670c7
|
port '$get_from_list' to '$get_from_attr_list' in Rust
|
2023-02-06 01:23:29 -07:00 |
|
Mark Thom
|
ce56a7303e
|
avoid arena allocation of stream in read_term_from_chars (#1266)
|
2023-01-31 00:15:57 -07:00 |
|
Mark Thom
|
a7e93db363
|
improve retract/1 and related predicates (#1598)
|
2023-01-22 21:04:41 -07:00 |
|
Mark Thom
|
820011412b
|
Merge pull request #1658 from aarroyoc/copy_file
Add predicate file_copy/2 in library(files)
|
2022-12-18 21:22:25 +01:00 |
|
Markus Triska
|
6cb8d7596a
|
dereference more registers, analogous to d660e4244f
See also #1654 for a nice test case by @notoria which this corrects.
|
2022-12-18 17:43:33 +01:00 |
|