| 2025-08-24 |
Skgland | add a test for with_locals |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | include a culprit in ffi_error |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | fix with_locals |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | require array_length to be > 0 |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | fix some things in ffi.pl |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | add ffi helpers |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | don't place allocate, read_ptr and deallocate between... |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | add ffi:{allocate,read_ptr,deallocate} |
commit | commitdiff | tree | snapshot |
| 2025-08-24 |
Skgland | don't fail the build script if we couldn't parse a... |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Mark Thom | very small cargo fmt |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Mark Thom | clear rustc warnings (#3051) |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Mark Thom | make max_depth checking in heap_print.rs consistent... |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Mark Thom | some max_depth improvements (#1876, #2666, #3008, ... |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Mark Thom | further improvements to cyclic partial list printing... |
commit | commitdiff | tree | snapshot |
| 2025-08-23 |
Mark Thom | improve printer's handling of cyclic lists (#2111,... |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
Mark Thom | Merge pull request #3056 from Skgland/fix-msrv |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
Mark Thom | fix cyclic detection of partial strings in StackfulPreO... |
commit | commitdiff | tree | snapshot |
| 2025-08-22 |
Mark Thom | Use from_str_radix for BigInt in parse_integer_by_radix... |
commit | commitdiff | tree | snapshot |
| 2025-08-18 |
Skgland | make CI read msrv from Cargo.toml |
commit | commitdiff | tree | snapshot |
| 2025-08-18 |
Skgland | reduce msrv back to 1.85 |
commit | commitdiff | tree | snapshot |
| 2025-08-17 |
Mark Thom | Merge pull request #3055 from Skgland/build-debs |
commit | commitdiff | tree | snapshot |
| 2025-08-17 |
Skgland | fixup logtalk-test |
commit | commitdiff | tree | snapshot |
| 2025-08-17 |
Skgland | explicitly pass the target to cargo-deb |
commit | commitdiff | tree | snapshot |
| 2025-08-17 |
Skgland | fix paths |
commit | commitdiff | tree | snapshot |
| 2025-08-17 |
Mark Thom | Merge pull request #3053 from Skgland/add-test-for... |
commit | commitdiff | tree | snapshot |
| 2025-08-17 |
Skgland | build debian packages on linux targets |
commit | commitdiff | tree | snapshot |
| 2025-08-17 |
Skgland | add tests for issue 3048 |
commit | commitdiff | tree | snapshot |
| 2025-08-16 |
Mark Thom | clear pdl after comparing partial strings (#3048) |
commit | commitdiff | tree | snapshot |
| 2025-08-15 |
Mark Thom | check for stack variables in ground_test before iterati... |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
Mark Thom | small tweak for read_from_term performance (#2668) |
commit | commitdiff | tree | snapshot |
| 2025-08-13 |
Mark Thom | deref terms in read_from_term (#2668) |
commit | commitdiff | tree | snapshot |
| 2025-08-12 |
Mark Thom | Merge pull request #3042 from dcnorris/numerics |
commit | commitdiff | tree | snapshot |
| 2025-08-11 |
David C. Norris | Add README entry for numerics/special_functions |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
David C. Norris | Drop 2 extra lines flagged by 'cargo fmt' |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
David C. Norris | Address CI style complaints |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
Mark Thom | Merge pull request #2786 from Skgland/ffi-f64-tests |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
Mark Thom | Merge pull request #3023 from triska/promote_call_with_... |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
David C. Norris | Address several comments by @triska |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
David C. Norris | library(numerics), special funs from crate puruspe |
commit | commitdiff | tree | snapshot |
| 2025-08-10 |
Mark Thom | Merge pull request #2746 from triska/quads |
commit | commitdiff | tree | snapshot |
| 2025-08-09 |
Markus Triska | ADDED: resource_error/1 |
commit | commitdiff | tree | snapshot |
| 2025-08-09 |
Markus Triska | ADDED: representation_error/1 |
commit | commitdiff | tree | snapshot |
| 2025-08-09 |
Markus Triska | ADDED: variants of errors promoting call_with_error_con... |
commit | commitdiff | tree | snapshot |
| 2025-08-09 |
Mark Thom | Merge pull request #3024 from triska/remove_operator_me... |
commit | commitdiff | tree | snapshot |
| 2025-08-09 |
Mark Thom | Merge pull request #3026 from triska/DEDUCTION |
commit | commitdiff | tree | snapshot |
| 2025-08-09 |
Mark Thom | Merge pull request #3029 from triska/process_item |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Skgland | allow passing a null through a cstr arg/return |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Skgland | fix clippy lint warning |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Markus Triska | support newly added representation_error/1 in answer... |
commit | commitdiff | tree | snapshot |
| 2025-08-08 |
Markus Triska | preliminary support for a subset of quads introduced... |
commit | commitdiff | tree | snapshot |
| 2025-08-05 |
Markus Triska | add newly available library(process) to the list of... |
commit | commitdiff | tree | snapshot |
| 2025-08-03 |
Markus Triska | mention the DEDUCTION Programme |
commit | commitdiff | tree | snapshot |
| 2025-08-02 |
Markus Triska | ISO: remove nonstandard operator meta_predicate. |
commit | commitdiff | tree | snapshot |
| 2025-08-02 |
Mark Thom | Merge pull request #3021 from mthom/rebis-dev |
commit | commitdiff | tree | snapshot |
| 2025-08-02 |
Mark Thom | Merge pull request #3009 from Skgland/process rebis-dev origin/rebis-dev |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | add process module to all_modules test |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | use call_with_error_context |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | use named vars instead of wildcards |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | fix culprit |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | fix arity of prcess_wait builtin errors |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | more tests |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | adjust/add tests |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | adjust options checking and add more tests |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | address comment by triska |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | use functor/3 for must_be_known_options |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | reformat ; |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | add another test and remove unecessary module qualification |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | replace filter by tfiltert and fix Pipe{Reader,Writer... |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | adjust error kind |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | get process_create working and add tests |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | add documentation |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | change behaviour in supposedly unreachable cases |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | adjust error for duplicate options |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | fix rename pid to process |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | don't remove the child on wait/kill |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | fix timeout default value in process_wait/3 |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | incorporate suggestion by triska |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | make atom!() with a new value less annoying |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | implement process_release/1, process_wait/2, process_wa... |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | store child process in machine state |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | handle some error cases and replace unwrap with expect |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | adjust errors |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | rename pid to process |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | undo changes to error.pl |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | adjust default cwd |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | restructure option parsing |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | add comments and try to fix binding the child process pid |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | fix more things |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | get it working |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | fix indices |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | [WIP] add support to spawn new processes |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | ignore test making network requests |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | update docs |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | support cstr as an ffi return type and do some more... |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | no longer skip f32 and f64 now that they work consistently |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | further cleanup |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | further ffi cleanup |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | don't panic on unexpected/invalid value |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | also accept rust type name |
commit | commitdiff | tree | snapshot |
| 2025-08-01 |
Bennet Bleßmann | use libffi::middle instead of libffi::low were possible |
commit | commitdiff | tree | snapshot |
| next |