Markus Triska
|
d75449ea63
|
ADDED: ~Nr and ~NR are now available for radix conversions
|
2020-05-09 19:19:25 +02:00 |
|
Mark Thom
|
034f5b16bd
|
add at_end_of_stream/{0,1}
|
2020-05-09 01:38:23 -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 |
|
Markus Triska
|
a131c93a14
|
ADDED: Initial version of library(crypto).
|
2020-05-08 22:33:49 +02:00 |
|
Mark Thom
|
3da3546ef8
|
Merge pull request #468 from notoria/cont
Enhanced shift/1
|
2020-05-07 14:26:34 -03:00 |
|
notoria
|
47f5223c37
|
Enhanced shift/1
|
2020-05-07 19:10:21 +02: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 |
|
Mark Thom
|
bf3cc5a367
|
Merge pull request #460 from notoria/get_single_char
Fixed ctrl-c issue with get_single_char/1
|
2020-05-05 14:10:24 -03: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
|
0d85ef4404
|
Merge pull request #453 from triska/master
disable goal expansion until #445 is resolved
|
2020-05-04 14:32:26 -03:00 |
|
Mark Thom
|
8e9273a96a
|
test
|
2020-05-04 11:18:13 -06:00 |
|
Markus Triska
|
2dfdaaa4ba
|
disable goal expansion until #445 is resolved
|
2020-05-04 18:55:52 +02:00 |
|
Mark Thom
|
407094cdcb
|
merge
|
2020-05-03 23:36:26 -06:00 |
|
Mark Thom
|
0111db6744
|
improve answer substitutions at top-level
|
2020-05-03 23:35:21 -06:00 |
|
Mark Thom
|
a49230c0e1
|
Merge branch 'master' into sockets-develop
|
2020-05-03 23:09:13 -06:00 |
|
Mark Thom
|
d04abc2021
|
improve answer substitutions at top-level
|
2020-05-03 23:08:53 -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
|
ef6b6cd279
|
Merge pull request #450 from triska/master
do not project queue/2 attributes to residual goals
|
2020-05-03 20:34:47 -03: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 |
|
Markus Triska
|
605c233753
|
do not project queue/2 attributes to residual goals
|
2020-05-04 00:54:43 +02:00 |
|
Mark Thom
|
aafe18c2b5
|
Merge pull request #449 from notoria/read
Completed read/1, ctrl-d is end_of_file
|
2020-05-03 15:27:46 -03:00 |
|
Mark Thom
|
262e8af813
|
version bump for prolog_parser
|
2020-05-03 13:46:34 -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
|
99f66200f7
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2020-05-02 18:47:53 -06:00 |
|
Mark Thom
|
b642bd2cfd
|
add term_attributed_variables/2 (#422)
|
2020-05-02 18:46:29 -06:00 |
|
Mark Thom
|
c062b7c9da
|
Merge pull request #443 from notoria/arithmetic
Implemented expmod/4
|
2020-05-02 12:00:44 -03:00 |
|
notoria
|
7df7901532
|
Implemented expmod/4
|
2020-05-02 14:56:07 +02:00 |
|
Mark Thom
|
9dabce819a
|
remove now unnecessary dependencies, correct ordering of ! in (;)/3
|
2020-05-01 23:38:44 -03:00 |
|
Mark Thom
|
a019109857
|
Merge pull request #440 from notoria/arithmetic
Enhanced number_to_rational/2 and number_to_rational/3
|
2020-05-01 21:48:55 -03:00 |
|
Mark Thom
|
46cdf14ecc
|
Merge pull request #439 from notoria/cli2
Enhanced command line?
|
2020-05-01 21:45:03 -03:00 |
|
Mark Thom
|
fd5ff20b68
|
Merge branch 'master' of https://github.com/mthom/rusty-wam
|
2020-05-01 21:40:45 -06:00 |
|
Mark Thom
|
81f9666e82
|
cut after compound check in (;)/2 only after semicolon_compound_selector succeeds
|
2020-05-01 21:40:36 -06:00 |
|
Mark Thom
|
aa8659d5c7
|
insert cuts where needed into (;)/3 (#434)
|
2020-05-01 18:52:01 -06:00 |
|