]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2020-04-25 notoriaNo trimming of the buffer
2020-04-25 notoriaImplemented phrase_from_file/2 and /2
2020-04-24 Mark ThomMerge pull request #380 from notoria/char_type
2020-04-23 notoriaImplementation of the predicate char_type for a subset
2020-04-22 notoriaDraft of an implementation of char_type
2020-04-22 Mark ThomMerge pull request #381 from triska/master
2020-04-21 Markus TriskaADDED: library(format) now provides a rudimentary versi...
2020-04-20 Mark ThomMerge pull request #377 from triska/master
2020-04-20 Markus Triskaportray_clause/1 now correctly tracks variable names...
2020-04-20 Mark ThomMerge pull request #375 from notoria/sleep
2020-04-20 Mark Thomspeed unification of pairs of partial strings
2020-04-20 Mark Thomchange CPU_now to CpuNow
2020-04-20 Mark Thomcheck for num in comparisons, bump num-rug-adapter...
2020-04-20 notoriaCorrected the error being thrown by sleep/1
2020-04-20 notoriaChanged the error being thrown by sleep/1
2020-04-20 Mark ThomMerge pull request #371 from notoria/sleep
2020-04-20 Mark Thomdo casts between different arithmetic types for compari...
2020-04-20 Mark Thomspeed comparisons of partial strings
2020-04-20 Mark Thomuse default machine policies in term expansions
2020-04-19 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-04-19 Mark Thomupdate toplevel comments, add mutable stack to zipped...
2020-04-19 notoriaUndo a workaround
2020-04-19 notoriaCorrected bound
2020-04-19 notoriaMerge pull request #3 from triska/sleep
2020-04-19 notoriaThrown an error if T < 0 or T > 0xfffffffffffffbff...
2020-04-19 Markus Triskaupdate comment
2020-04-19 notoriaAdded the sleep predicate
2020-04-19 Mark ThomMerge pull request #370 from triska/master
2020-04-19 Markus TriskaENHANCED: time(Goal) now also reports the time if Goal...
2020-04-19 Mark ThomMerge pull request #367 from triska/master
2020-04-19 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-04-19 Mark Thomthrow '' whenever an interrupt is made (#365, #366)
2020-04-19 Markus Triskaadd entry for time/1
2020-04-19 Markus Triskaupdate answer to use the latest toplevel improvements
2020-04-19 Markus TriskaADDED: library(time), providing time/1 for benchmarking
2020-04-19 Mark ThomMerge pull request #364 from triska/master
2020-04-19 Markus TriskaRestore the type_error, which was implemented correctly...
2020-04-18 Markus Triskadocument ~| format modifier to place a tab stop at...
2020-04-18 Mark ThomMerge pull request #363 from triska/master
2020-04-19 Mark Thomremove SCCCutPolicy panic, revise (;)/2 so that comma...
2020-04-19 Mark Thomdrop $ naming convention inside '' when unnecessary
2020-04-18 Mark Thomuse correct signs in fixnum remainders
2020-04-18 Markus Triskause the most recent improvements
2020-04-18 Markus TriskaENHANCED: Delay toplevel output until after the goal...
2020-04-18 Mark Thomadd domain and type errors for compare/3 (#296)
2020-04-18 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2020-04-18 Markus Triskareintroduce "n" as a synonym for ";" and " "
2020-04-18 Markus TriskaENHANCED: the toplevel interaction now supports RETURN...
2020-04-18 Markus Triskasmall simplifications
2020-04-18 notoriaRemoved a check in get_single_char
2020-04-18 notoriaAdded Space for continuation
2020-04-18 notoriaFixed the predicate name when error is thrown
2020-04-18 Markus Triskainstead of a type error, use a domain error
2020-04-18 Markus Triskause get_single_char/1
2020-04-18 notoriaRemoved $raw_input_read_char
2020-04-18 notoriaget_single_char reads Tab as \t
2020-04-18 notoriaget_single_char reads Enter as \n
2020-04-18 notoriaMoved get_single_char from builtins.pl to charsio.pl
2020-04-18 notoriaAdded predicate for reading a single character
2020-04-18 Mark Thombracket graphic token chars in toplevel.pl (#357)
2020-04-18 Mark Thomslight tweaks to bimetatrans
2020-04-18 Mark Thomindex Constant::Usize (#355)
2020-04-18 Mark Thomquote single dots only
2020-04-18 Markus TriskaADDED: list_to_set/2, using the first occurrence of...
2020-04-18 Mark Thomallow characters as atoms in Machine::use_module and...
2020-04-18 Mark Thomremove underscores in printed variables produced by...
2020-04-18 Mark Thomdon't count the terminator in PStrIter len
2020-04-18 Mark Thomquote dot when quoted(true) (#349)
2020-04-18 Mark Thomprivilege new op declarations over old ones (#346)
2020-04-18 Mark Thominterrupt running queries and return to toplevel (...
2020-04-18 Mark Thomwrite [a,b,c] correctly with write_canonical (#349)
2020-04-18 Markus Triskaupdate the toplevel description, incorporating the...
2020-04-18 Mark ThomMerge pull request #360 from notoria/master
2020-04-18 notoriaMerge pull request #2 from triska/get_single_char
2020-04-18 notoriaRemoved a check in get_single_char
2020-04-18 Markus Triskareintroduce "n" as a synonym for ";" and " "
2020-04-18 Markus TriskaENHANCED: the toplevel interaction now supports RETURN...
2020-04-18 Markus Triskasmall simplifications
2020-04-18 notoriaAdded Space for continuation
2020-04-18 notoriaFixed the predicate name when error is thrown
2020-04-18 notoriaMerge pull request #1 from triska/get_single_char
2020-04-18 Markus Triskainstead of a type error, use a domain error
2020-04-18 Markus Triskause get_single_char/1
2020-04-18 notoriaRemoved $raw_input_read_char
2020-04-18 notoriaget_single_char reads Tab as \t
2020-04-18 notoriaget_single_char reads Enter as \n
2020-04-18 notoriaMoved get_single_char from builtins.pl to charsio.pl
2020-04-18 notoriaAdded predicate for reading a single character
2020-04-15 Mark Thomindex Constant::Usize (#355)
2020-04-15 Mark Thomquote single dots only
2020-04-15 Mark ThomMerge pull request #354 from triska/master
2020-04-15 Mark Thomallow characters as atoms in Machine::use_module and...
2020-04-15 Mark Thomremove underscores in printed variables produced by...
2020-04-15 Mark Thomdon't count the terminator in PStrIter len
2020-04-15 Markus TriskaADDED: list_to_set/2, using the first occurrence of...
2020-04-15 Mark Thomquote dot when quoted(true) (#349)
2020-04-15 Mark Thomprivilege new op declarations over old ones (#346)
2020-04-15 Mark Thominterrupt running queries and return to toplevel (...
2020-04-15 Mark Thomwrite [a,b,c] correctly with write_canonical (#349)
2020-04-15 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
next