Advertisement
Guest User

Untitled

a guest
Feb 8th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. hange in GNU Prolog version 1.4.5 (Feb 2018):
  2.  
  3. * fix a bug in soft-cut (when a cut appears in the if-part)
  4. * fix bug when consulting multifile predicates with alternatives
  5. * add ?- ISO prefix operator
  6. * add gplc option --new-top-level (add top-level command-line option handling)
  7. * fix a bug on linux witg gcc 6.3.0 (or binutils): needs PIC code
  8. * fix a bug in findall/4
  9. * fix a bug in select/5 under Windows
  10. * fix a bug in the compiler
  11. * fix a bug in read/1
  12. * fix large address awarenes under cygwin32 (configure.in)
  13. * improve memory limitation of acyclic_term/1
  14. * improve term output (write/1 and friends)
  15. * improve error handling for options (e.g. in write_term/3)
  16. * fix bug with cut in the if-part of if-then(-else)
  17. * fix port to x86_64/OpenBSD
  18. (machine kindly provided by Duncan Patton a Campbell)
  19. * fix a bug with Apple/Yosemite gcc = LLVM version 6.0 (clang-600.0.56) on x86_64
  20. * allow to define more atoms with MAX_ATOM env var on 64 bits machines
  21. * fix a bug in bagof/3 when used as findall/3
  22. * port to sparc64/OpenBSD
  23. (machine kindly provided by Duncan Patton a Campbell)
  24. * add built-in predicate findall/4
  25. * fix a bug with linedit when environment variable LINEDIT=no
  26. * fix bugs in the FD solver
  27. * set socket option SO_REUSEADDR at socket creation
  28. * support for alternate Prolog file extension .prolog
  29. * fix a bug in atoms for 1-char atom '\0' (now acts as the empty atom)
  30. * fix problems with Apple/Mavericks gcc = LLVM version 5.0 (clang-500.2.79) on x86_64
  31. * remove clang warnings (uninitialized variables)
  32. * fix bugs in the lexer of the form 0bop 2 when bop is an infix op
  33. * fix terminal ANSI sequence handling in linedit
  34. * increase internal compiler data sizes
  35. * fix bug in gprolog.h (invalid 64 bits PL_MAX_INTEGER)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement