1. 9839e0f Turns on multiline matching for regex_compile by Jason Tsay · 13 years ago master
  2. eae51d6 Renames regex to regex_matches in builtins.pl by Jason Tsay · 13 years ago
  3. ba3b841 Add regex/2,3 predicate by Jason Tsay · 13 years ago
  4. 7844ba4 Fix Compiler to load from its own ClassLoader by Shawn O. Pearce · 13 years ago
  5. dbaf960 Add classloader to engine from PrologMachineCopy by Jason Tsay · 13 years ago
  6. 6a2c73d Fix consult/1 to report loading time to current output by Shawn O. Pearce · 13 years ago
  7. 12896d1 Simplify the main execution loop of the interpreter by Shawn O. Pearce · 13 years ago
  8. f9b1cf4 Don't flush IO when starting evaluation by Shawn O. Pearce · 13 years ago
  9. 4d46933 Only export statistics(runtime,_) for STATISTICS_RUNTIME by Shawn O. Pearce · 13 years ago
  10. aadaf84 Make the disabled user IO streams constants by Shawn O. Pearce · 13 years ago
  11. 82df66f Avoid allocating an empty register array by Shawn O. Pearce · 13 years ago
  12. ee2b172 Create PrologMachineCopy to reduce consult costs by Shawn O. Pearce · 13 years ago
  13. 21c76f4 Make Prolog.copyHash an IdentityHashMap by Shawn O. Pearce · 13 years ago
  14. fe8235a Implement aggressive caching in PrologClassLoader by Shawn O. Pearce · 13 years ago
  15. a40c72d Remove deprecated code from PredicateEncoder by Shawn O. Pearce · 13 years ago
  16. 34233ca Remove Serializable from internals by Shawn O. Pearce · 13 years ago
  17. 18c64c8 Garbage collect the intern symbol table by Shawn O. Pearce · 13 years ago
  18. 0b259c9 Delete unused field pendingGoals from Prolog by Shawn O. Pearce · 13 years ago
  19. d268150 Use Prolog.Feature to control reflection, IO by Shawn O. Pearce · 13 years ago
  20. 5c47a23 Write generated sources to proper package structure by Shawn O. Pearce · 13 years ago
  21. 4a00bdd TermException returns message by Jason Tsay · 13 years ago
  22. f3394c8 Adds consult_stream to builtins.pl by Jason Tsay · 13 years ago
  23. ace1c5d Move hashManager init to Prolog constructor by Shawn O. Pearce · 13 years ago
  24. 339cb6c Define hash_exists/2 by Shawn O. Pearce · 13 years ago
  25. cb88682 Define builtin reverse/2 by Shawn O. Pearce · 13 years ago
  26. 2c79eeb Add makeSymbol to include package name by Shawn O. Pearce · 13 years ago
  27. cacc241 Add arity() and arg(int) to Term API by Shawn O. Pearce · 13 years ago
  28. 46addaf Add name() to Term API by Shawn O. Pearce · 13 years ago
  29. b5c3730 Use autoboxing when converting Integer, Double to Java by Shawn O. Pearce · 13 years ago
  30. 35fa2f8 Change ListTerm to produce List rather than Vector by Shawn O. Pearce · 13 years ago
  31. a423e59 Clean up StructureTerm by Shawn O. Pearce · 13 years ago
  32. 2cf8219 Allow construction of package-private predicates by Shawn O. Pearce · 13 years ago
  33. e15adf9 Add initialize to BufferingPrologControl by Shawn O. Pearce · 13 years ago
  34. d98caf4 Make StructureTerm constructor a varags format by Shawn O. Pearce · 13 years ago
  35. cb388d4 Define Prolog.BUILTIN constant for the builtin package by Shawn O. Pearce · 13 years ago
  36. 3185b3f Mark exec methods with @Override by Shawn O. Pearce · 13 years ago
  37. c5b1b26 Improve error reporting on missing predicates by Shawn O. Pearce · 13 years ago
  38. 894e99b Remember import statements during consult/1 by Shawn O. Pearce · 13 years ago
  39. cc64497 Clean up builtins.pl by Shawn O. Pearce · 13 years ago
  40. ad9a142 Tighten up the Trail related code for VariableTerm by Shawn O. Pearce · 13 years ago
  41. 9661448 Kill commented out unify() method in Prolog class by Shawn O. Pearce · 13 years ago
  42. 57580ee Change the choice point stack to be a linked list by Shawn O. Pearce · 13 years ago
  43. f39dc41 Rewrite Compiler command line handling by Shawn O. Pearce · 13 years ago
  44. fba2863 Name the Prolog execution thread by Shawn O. Pearce · 13 years ago
  45. 4b8cac4 Repackage under com.googlecode.prolog_cafe by Shawn O. Pearce · 13 years ago
  46. fb5925a Remove $INSERT and $INSERT_AM magic by Shawn O. Pearce · 13 years ago
  47. d2e3b5b Delete unused PushDownList by Shawn O. Pearce · 13 years ago
  48. 0e4b55c Use reflection based toString() for Predicate by Shawn O. Pearce · 13 years ago
  49. 32447ab Correct typo in CPFStack documentation by Shawn O. Pearce · 13 years ago
  50. 1327452 Micro-optimize CPFStack access by Shawn O. Pearce · 13 years ago
  51. 7a577d8 Use real fields for the first 8 registers by Shawn O. Pearce · 13 years ago
  52. a8b6545 Define P1,P2,P3,P4 to setup common argument fields by Shawn O. Pearce · 13 years ago
  53. a2ead8c Declare all constants static final by Shawn O. Pearce · 13 years ago
  54. 4ebce0f Remove setArgument(), arity() from Predicate by Shawn O. Pearce · 13 years ago
  55. f92debf Allow PrologControl to set the PrologClassLoader by Shawn O. Pearce · 13 years ago
  56. 3127a9e Allow PrologControl to cap the internal database size by Shawn O. Pearce · 13 years ago
  57. b80158d Enable maxArity to be configured on PrologControl by Shawn O. Pearce · 13 years ago
  58. 589a879 Make engine, code protected in PrologControl by Shawn O. Pearce · 13 years ago
  59. c0ae0a9 Mark stream symbols as constants by Shawn O. Pearce · 13 years ago
  60. bc9af68 Mark PUSHBACK_SIZE as final constant by Shawn O. Pearce · 13 years ago
  61. f0a7e8a Mark maxInteger, minInteger as final constants by Shawn O. Pearce · 13 years ago
  62. 7a864bb Support disabling Java reflection builtins by Shawn O. Pearce · 13 years ago
  63. e640d51 Move stack trace output to PrologControl by Shawn O. Pearce · 13 years ago
  64. 2b9d2b2 Don't call System.exit(1) in $print_stack_trace/1 by Shawn O. Pearce · 13 years ago
  65. 1d5546c Make PrologControl abstract for better embedding by Shawn O. Pearce · 13 years ago
  66. 2087b05 Eclipse: Default project settings by Shawn O. Pearce · 13 years ago
  67. 778e514 build: Support Maven and Eclipse by Shawn O. Pearce · 13 years ago
  68. 5b4dc2d make: Fix build to run out of the box by Shawn O. Pearce · 13 years ago
  69. 04fa66a make: prefer SWI-Prolog by Shawn O. Pearce · 13 years ago
  70. efbfdff Document license is GPLv2 or EPL by Prolog Cafe Authors · 15 years ago
  71. 73b5ce4 Prolog Cafe 1.2.5 by Prolog Cafe Authors · 15 years ago vendor