b980ae1e8cfix floor for f64 (#1223)
Mark Thom
2022-01-17 22:04:10 -07:00
97b9d488d4include library(error) in toplevel.pl (#1226)
Mark Thom
2022-01-17 21:53:52 -07:00
3ebf8d5db9clear alias in close before resetting the stream to null (#1231)
Mark Thom
2022-01-17 17:58:09 -07:00
89e33903b2Merge pull request #1232 from triska/toplevel_read_from_chars
Mark Thom
2022-01-17 17:44:58 -07:00
6a610ac57dFIXED: toplevel to use (newly renamed) read_from_chars/2
Markus Triska
2022-01-18 01:12:47 +01:00
413f797155Merge pull request #1228 from triska/charsio-read-renames
Mark Thom
2022-01-17 17:03:46 -07:00
6c8dc49216Merge pull request #1229 from triska/faster_decryption
Mark Thom
2022-01-17 17:03:29 -07:00
9ded1447ecMerge pull request #1230 from josd/patch-1
Mark Thom
2022-01-17 17:03:03 -07:00
516ed1fd5bENHANCED: library(crypto): Retain a compact internal representation of the ciphertext throughout decryption.
Markus Triska
2022-01-17 22:00:50 +01:00
1a4f8f992bUpdate clpz.pl
Jos De Roo
2022-01-17 22:35:31 +01:00
23adfef281MODIFIED: library(charsio): read_n_chars/3 is now called get_n_chars/3
Markus Triska
2022-01-17 20:36:51 +01:00
20b6816562MODIFIED: library(charsio): read_term_from_chars/2 is now called read_from_chars/2
Markus Triska
2022-01-17 20:09:50 +01:00
c6400550e1dereference second argument of '/2
Mark Thom
2022-01-17 00:00:23 -07:00
f26749ad79Merge pull request #1224 from triska/working_directory
Mark Thom
2022-01-16 15:46:11 -07:00
177c98fa95correct reference to '$working_directory'/2
Markus Triska
2022-01-16 23:20:43 +01:00
7baa187863Merge pull request #1222 from triska/retain_string_of_nil
Mark Thom
2022-01-16 11:58:15 -07:00
11d504e8f4retain the string "[]" as is, instead of converting it to '[]' (i.e., "")
Markus Triska
2022-01-16 17:49:13 +01:00
83378e4373deduplicate but do not sort anonymous variables in toplevel (#1196)
Mark Thom
2022-01-15 11:03:41 -07:00
06abe2302badd missing cases to retract_clause (#1214)
Mark Thom
2022-01-15 00:51:38 -07:00
f3e5f7879dallow late dynamic declaration for predicates (#1205)
Mark Thom
2022-01-13 20:30:29 -07:00
bc5125b719put_complete_string should push the empty list to the heap for empty strings (#1209)
Mark Thom
2022-01-13 19:43:54 -07:00
c6d23f9a0bfix off-by-one error in DynamicIndexedChoice (#1210)
Mark Thom
2022-01-13 18:06:44 -07:00
3b8afce7c7fix syntax regressions (#1198, #1164)
Mark Thom
2022-01-12 23:55:40 -07:00
39e28f1f2awrite plaintext and ciphertext directly to atoms (#1193)
Mark Thom
2022-01-12 22:11:59 -07:00
08363b1d73Merge pull request #1208 from triska/mention-rebis-dev
Mark Thom
2022-01-13 08:03:25 -07:00
91aa0f200eadd links to the rebis-dev branch and its announcement
Markus Triska
2022-01-13 08:46:24 +01:00
d9e190096cdelimit partial strings around \x0\
Mark Thom
2022-01-12 22:10:59 -07:00
4dca86d5cfserialize call_0 test (#1206)
Mark Thom
2022-01-12 16:57:12 -07:00
d3b628bb24Merge pull request #1207 from triska/semi-deterministic
Mark Thom
2022-01-12 15:30:24 -07:00
cfbb05fb1bdeterministic --> semi-deterministic
Markus Triska
2022-01-12 21:58:23 +01:00
340d428c88Merge pull request #1199 from Skgland/do_not_gen_in_src
Mark Thom
2022-01-11 23:01:59 -07:00
d22bbc54c7Merge pull request #1195 from triska/rebis-dev-format-U
Mark Thom
2022-01-11 22:49:38 -07:00
c5cda99f9devaluate floats referenced from the heap by tagged pointers (#1203)
Mark Thom
2022-01-11 18:42:01 -07:00
67854e0720execute trust instead of retry at the end of dynamic choice blocks (#1204, #1173)
Mark Thom
2022-01-11 18:24:26 -07:00
cfe257495arecognize characters as separate from atoms in ''/7 (#1192)
Mark Thom
2022-01-10 21:18:11 -07:00
5f4e701461render [] as empty string in AtomOrString::as_str() (#1193)
Mark Thom
2022-01-10 20:46:00 -07:00
e3622e0860improve between_/3 implementation (#1186, #1191)
Mark Thom
2022-01-10 18:34:25 -07:00
f0e6b8ca47imitate Rc-style equality for TypedArenaPtr (#1190)
Mark Thom
2022-01-10 18:25:30 -07:00
ef0b239e70correctly print [] functors (#1189)
Mark Thom
2022-01-10 17:26:57 -07:00
590d80268eonly rerun build.rs when something in src/ has changed
Skgland
2022-01-10 19:59:56 +01:00
a5de329712don't genrate code in src/
Skgland
2022-01-10 19:59:21 +01:00
2889a4438bADDED: format specifier ~NL to limit the number of digits per line
Markus Triska
2022-01-10 17:29:45 +01:00
f5952088e3ADDED: format specifier ~NU, using underscores to separate groups of digits
Markus Triska
2022-01-10 16:07:05 +01:00
bcacb49c05compare bigints by value not by pointer (#1183)
Mark Thom
2022-01-09 18:48:32 -07:00
976b8e426dMerge pull request #1160 from aarroyoc/add-ugraphs-library
Mark Thom
2022-01-09 12:43:46 -07:00
90ecd34cfdMerge pull request #1182 from aarroyoc/sockets-arity
Mark Thom
2022-01-09 12:24:39 -07:00