Mark Thom
|
49ba5f30c5
|
throw existence_error on failed put_byte write (#492)
|
2020-05-12 20:28:39 -06:00 |
|
Mark Thom
|
3c6149fd27
|
do not unwrap stream write, TcpStream::shutdown results (#492)
|
2020-05-12 18:51:42 -06:00 |
|
Mark Thom
|
23f804eda3
|
return true on unmatching partial strings in eq_test to indicate failure (#491)
|
2020-05-12 18:22:41 -06:00 |
|
Mark Thom
|
c70b873397
|
reset current input in ReadQueryTerm
|
2020-05-11 15:29:28 -06:00 |
|
Mark Thom
|
540bc71873
|
use heap_pstr_iter in AtomChars (#482)
|
2020-05-10 15:46:51 -06:00 |
|
Mark Thom
|
c1df7ead1a
|
set past end of stream, set Byte to -1, Char and Code to end_of_file, at end of stream (#479)
|
2020-05-10 14:50:17 -06:00 |
|
Mark Thom
|
d170c807e3
|
deref addr's in list of atom_codes (#484)
|
2020-05-10 14:33:56 -06:00 |
|
Mark Thom
|
50c0abc786
|
correct failed partial string matching (#483)
|
2020-05-10 14:00:49 -06:00 |
|
Mark Thom
|
c5057127ee
|
eliminate duplicates in term_variables/2, term_attributed_variables/2 (#481)
|
2020-05-10 13:43:39 -06:00 |
|
Mark Thom
|
ea7b1a9592
|
fix position property in stream_property/2 (#477)
|
2020-05-10 13:35:48 -06:00 |
|
Mark Thom
|
67fce58708
|
change wrong at_end_of_stream value 'end' to 'at' (#479)
|
2020-05-10 13:24:45 -06:00 |
|
Mark Thom
|
ea5771c442
|
detect source_sink domain error in open/4 (#480)
|
2020-05-10 13:19:14 -06:00 |
|
notoria
|
cf92349c1d
|
Implemented Debug for the new data structures
|
2020-05-09 22:28:32 +02:00 |
|
Mark Thom
|
b0ae44bc25
|
Merge branch 'sockets-develop'
|
2020-05-09 14:26:29 -06:00 |
|
Mark Thom
|
0c94124fdf
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2020-05-09 14:26:22 -06:00 |
|
Mark Thom
|
6f927b9941
|
add set_stream_position/2
|
2020-05-09 14:20:32 -06:00 |
|
Mark Thom
|
ff420f1e67
|
carry past_end_of_stream in WrappedStreamInstance
|
2020-05-09 01:34:56 -06:00 |
|
Mark Thom
|
5be771842f
|
add stream_property/2
|
2020-05-09 00:56:17 -06:00 |
|
Mark Thom
|
b8c50eb0fe
|
add peek_char/{1,2}, peek_byte/{1,2}, peek_code/{1,2}
|
2020-05-06 01:05:03 -06:00 |
|
Mark Thom
|
fe05082ddc
|
add sockets library, use new type_error function from sockets system calls
|
2020-05-05 22:57:06 -06:00 |
|
Mark Thom
|
414acda9e0
|
add put_code/{1,2}, get_code/{1,2}, improve get_* predicates
|
2020-05-05 22:42:35 -06:00 |
|
Mark Thom
|
47e3a5e75a
|
add put_byte/{1,2}, put_char/{1,2}
|
2020-05-05 17:42:18 -06:00 |
|
Mark Thom
|
573df892bc
|
cleanup on reading predicates, add get_char/{1,2}
|
2020-05-05 16:54:40 -06:00 |
|
Mark Thom
|
bfced59949
|
clean up stream error handling, add get_byte/{1,2}
|
2020-05-05 16:09:17 -06:00 |
|
Mark Thom
|
9a63b1751b
|
change EOFCode eof_action from end_of_stream to end_of_file, add echo_server.pl example
|
2020-05-05 14:15:16 -06:00 |
|
Mark Thom
|
53ae8b9bd1
|
add flush_output/{0,1}, past_end_of_stream
|
2020-05-05 14:10:49 -06:00 |
|
notoria
|
ac00bc6b70
|
Fixed ctrl-c issue with get_single_char/1
|
2020-05-05 18:47:00 +02:00 |
|
Mark Thom
|
ab62603c5a
|
add close/{1,2}, better EOF action handling in read_term
|
2020-05-05 00:38:21 -06:00 |
|
Mark Thom
|
dd247cd541
|
adapt write_term family, add handling for EOF actions.
|
2020-05-04 21:17:06 -06:00 |
|
Mark Thom
|
0d7a9f32d6
|
add open/3, write_term/3
|
2020-05-04 14:50:26 -06:00 |
|
Mark Thom
|
8e9273a96a
|
test
|
2020-05-04 11:18:13 -06:00 |
|
Mark Thom
|
a49230c0e1
|
Merge branch 'master' into sockets-develop
|
2020-05-03 23:09:13 -06:00 |
|
Mark Thom
|
b5368207d6
|
merge with master
|
2020-05-03 18:49:15 -06:00 |
|
Mark Thom
|
b8400e0c92
|
make term{_attributed_}variables/2 order {attributed} variables by left-to-right occurrence
|
2020-05-03 18:43:23 -06:00 |
|
Mark Thom
|
e5903d8d6e
|
use select/3 in gather_equations for detecting whether variables are distinct.
|
2020-05-03 20:31:12 -06:00 |
|
Mark Thom
|
e2a3db1b82
|
use copy_term/3 as source of attribute goals
|
2020-05-03 19:34:18 -06:00 |
|
Mark Thom
|
9e220e8416
|
restore previous focus upon character match failure in compare_pstr_to_string (#441)
|
2020-05-03 17:03:59 -06:00 |
|
notoria
|
75aa4ce8a0
|
Completed read/1, ctrl-d is end_of_file
|
2020-05-03 19:54:17 +02:00 |
|
Mark Thom
|
a494cdaf92
|
use complete strings in FileToChars (#430)
|
2020-05-03 02:54:49 -06:00 |
|
Mark Thom
|
848425418b
|
Project goals of query variables (#362)
|
2020-05-02 22:27:32 -06:00 |
|
Mark Thom
|
989bed88fe
|
wrap support code in modules
|
2020-05-02 21:26:36 -06:00 |
|
Mark Thom
|
b642bd2cfd
|
add term_attributed_variables/2 (#422)
|
2020-05-02 18:46:29 -06:00 |
|
notoria
|
98d38d763b
|
Added $scryer_prolog_version/1
|
2020-05-02 02:19:22 +02:00 |
|
Mark Thom
|
6a583b9b5b
|
Revert "Enhanced command line"
|
2020-05-01 15:43:20 -06:00 |
|
Mark Thom
|
6617b79cd8
|
Merge pull request #419 from notoria/cli
Enhanced command line
|
2020-05-01 18:32:02 -03:00 |
|
Mark Thom
|
46b695d093
|
accept any and all characters in comment chars
|
2020-05-01 16:39:27 -06:00 |
|
Mark Thom
|
1b7c226779
|
correct failing character match in compare_pstr_to_string (#397)
|
2020-05-01 10:29:10 -06:00 |
|
notoria
|
6ae7ae0210
|
Enhanced version
|
2020-05-01 16:46:31 +02:00 |
|
Mark Thom
|
847a92f580
|
map single character atoms down to characters in constant_index
|
2020-05-01 01:34:09 -06:00 |
|
Mark Thom
|
efd5d6efab
|
use slightly better names in indexing functions
|
2020-04-30 18:20:42 -06:00 |
|