]> Repositorios git - scryer-prolog.git/shortlog
scryer-prolog.git
2019-10-08 Mark Thomfix several issues with goal expansion, crashing after...
2019-10-06 Mark Thomupdate prolog_parser to v0.8.33
2019-10-05 Mark Thomimplement DCGs using the logical expansion of the draft...
2019-10-05 Mark Thomfixes for issues #185 and #181
2019-10-04 Mark Thomcorrect dcg handling of cuts
2019-10-04 Mark Thomprint errors with line numbers in GNU style
2019-10-04 Mark Thomperform singleton variable scans on top level terms...
2019-10-04 Mark Thommake attribute_goals a nonterminal
2019-10-04 Mark Thomfix goal expansion in disjunctions, add warnings for...
2019-10-03 Mark Thomdon't add default index for dynamic predicates unless...
2019-10-03 Mark Thomupdate version
2019-10-03 Mark Thomproperly handle undefined predicates declared dynamic
2019-10-02 Mark Thomprint attributes of variables when attribute_goals...
2019-10-02 Mark Thomcorrect handling of ! in phrase/{2,3}, get rid of extra...
2019-10-02 Mark Thomproperly expand goals in initialization directives
2019-10-02 Mark Thomremove readline_compat_rs reference from README
2019-10-02 Mark Thomexpand goals in initialization directives.
2019-10-02 Mark Thomeliminate extraneous choice point in $get_attr
2019-10-01 Mark Thomadd the initialization directive
2019-09-30 Mark Thomlimit scope of raw mode on stdout to allow interrupts...
2019-09-30 Mark Thomreturn to toplevel from a long running query after...
2019-09-30 Mark Thomfix improper consolidation of DCG variables
2019-09-30 Mark Thomadd use_module/{1,2} as full fledged predicates
2019-09-29 Mark Thomsupport loading of modules from files specified at...
2019-09-29 Mark Thomdevour dangling whitespace before checking for EOF
2019-09-27 Mark Thomtarget out_dir in build script
2019-09-27 Mark Thommake *.pl files in src/prolog/lib available from librar...
2019-09-26 Mark Thommigrate to rustyline, add history support
2019-09-26 Mark ThomMerge pull request #164 from triska/master
2019-09-26 Mark Thomignore single line comments after end token read
2019-09-25 Markus TriskaADDED: library(si) for safe type tests.
2019-09-23 Mark ThomMerge pull request #151 from Atul9/cargo-fmt
2019-09-23 Atul BhosaleFormat code using 'cargo fmt'
2019-09-22 Mark Thomreplace HashMap with IndexMap and HashSet with IndexSet
2019-09-22 Mark Thomadd wam_instructions/2 to render predicate instructions...
2019-09-18 Mark ThomMerge branch 'master' of https://github.com/mthom/rusty-wam
2019-09-18 Mark Thomprint line numbers to trace the location of parsing...
2019-09-13 Mark ThomMerge pull request #159 from XVilka/patch-1
2019-09-12 Anton KochkovCreate Travis CI config
2019-09-06 Mark Thomaddress issue #153
2019-09-05 Mark Thomcheck for and load .scryerrc from the user's home directory
2019-09-03 Mark Thomfix read module if readline is not present
2019-09-03 Mark Thomslight formatting changes
2019-09-02 Mark Thomaddress issues #143, #150, #155
2019-06-21 Mark Thomadd fail predicate
2019-06-16 Mark Thomre: issue #144
2019-06-14 Mark Thomcorrect for issue #145
2019-06-09 Mark Thomcorrect bug in between.pl, re: #146
2019-05-25 Mark Thompass more numbers by reference
2019-05-22 Mark Thompass Number's by reference when possible
2019-05-14 Mark Thomcorrect #68 in variable_names conformity tests
2019-05-13 Mark Thomfix min/1, max/1
2019-05-13 Mark Thomprocess float/1 and pi/0
2019-05-13 Mark Thomrevamp evaluable functors, add missing evaluable functors
2019-05-10 Mark Thomprint full list in erroneous variable_names
2019-05-08 Mark Thomcorrect variable_names culprit
2019-05-08 Mark ThomMerge pull request #138 from XVilka/unmut
2019-05-08 Anton KochkovAdd .gitignore
2019-05-08 Anton KochkovRemove unnecessary mutability
2019-05-07 Mark Thomcorrect error reporting for variable_names write option
2019-05-07 Mark Thomupdate version number, correct printer
2019-05-06 Mark Thomquote solo characters wherever they lead atoms
2019-05-05 Mark Thomadd variable_names as a write option
2019-05-01 Mark Thomimprove matching on partial strings as lists
2019-05-01 Mark Thom update README
2019-05-01 Mark Thomadd remaining atomic term processing builtins, rename...
2019-04-30 Mark Thomrespect ambiguity with ., add ... to indicate more...
2019-04-29 Mark Thomadd unify_with_occurs_check/2
2019-04-29 Mark Thomcorrect various bugs
2019-04-28 Mark Thomfix odd response, toplevel issues
2019-04-28 Mark Thomadd subsumes_term/2
2019-04-28 Mark Thomadd number_chars/2
2019-04-28 Mark Thomspeed up unification
2019-04-28 Mark Thomaddress issues #121 - #123
2019-04-27 Mark Thomre: issue #120
2019-04-26 Mark Thomprinter: abbreviate lists with |
2019-04-26 Mark Thomuse ellipses to indicate infinite terms in printer
2019-04-26 Mark Thomre: issue #118
2019-04-25 Mark Thomaddress issues #114, #115
2019-04-25 Mark Thomdelay attributed variables goal, naively correct dif/2
2019-04-24 Mark Thomupdate version number
2019-04-24 Mark Thomaddress issues #111 and #108
2019-04-23 Mark Thomupdate version number
2019-04-23 Mark Thommove setup_call_cleanup/3 and call_with_inference_limit...
2019-04-23 Mark Thomvarious fixes
2019-04-23 Mark Thomuse binary_pow for (^)/2
2019-04-23 Mark Thomuse binary_pow for (^)/2
2019-04-23 Mark Thomupdate version number
2019-04-23 Mark Thominstantiate variables in numerical comparisons
2019-04-21 Mark Thomupdate prolog_parser, address conformity tests #3,...
2019-04-20 Mark Thomaddress issues #104, #105, #103
2019-04-19 Mark Thomfix conformity testing #274
2019-04-18 Mark Thomminor fixes
2019-04-15 Mark Thommake return_from_clause macro respect verify_attributes
2019-04-14 Mark Thomfix conformity tests #279 and #296
2019-04-14 Mark Thomupdate
2019-04-14 Mark Thomcorrect prolog_parser path
2019-04-14 Mark Thomread from streams.
2019-04-07 Mark Thomupdate prolog_parser, refine bracketing tests.
2019-04-07 Mark Thomcorrect conformity test #234
next