public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/tuprolog/files: tuprolog-2.3.1_beta-javadocs.patch
@ 2011-05-21  4:50 Keri Harris (keri)
  0 siblings, 0 replies; 4+ messages in thread
From: Keri Harris (keri) @ 2011-05-21  4:50 UTC (permalink / raw
  To: gentoo-commits

keri        11/05/21 04:50:40

  Added:                tuprolog-2.3.1_beta-javadocs.patch
  Log:
  Version bump
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?rev=1.1&content-type=text/plain

Index: tuprolog-2.3.1_beta-javadocs.patch
===================================================================
diff -ur 2p-deploy.orig/src/alice/tuprolog/ChoicePointStore.java 2p-deploy/src/alice/tuprolog/ChoicePointStore.java
--- 2p-deploy.orig/src/alice/tuprolog/ChoicePointStore.java	2010-01-21 21:29:24.000000000 +1300
+++ 2p-deploy/src/alice/tuprolog/ChoicePointStore.java	2011-05-21 11:38:55.000000000 +1200
@@ -35,7 +35,6 @@
 	
 	/**
 	 * Return the actual choice-point store
-	 * @return
 	 */
 	public ChoicePointContext getPointer() {
 		return pointer;
@@ -44,7 +43,6 @@
 	/**
 	 * Check if a choice point exists in the store.
 	 * As a side effect, removes choice points which have been already used and are now empty. 
-	 * @return
 	 */
 	protected boolean existChoicePoint() {
 		if (pointer == null) return false;
diff -ur 2p-deploy.orig/src/alice/tuprolog/ClauseStore.java 2p-deploy/src/alice/tuprolog/ClauseStore.java
--- 2p-deploy.orig/src/alice/tuprolog/ClauseStore.java	2010-11-04 11:55:42.000000000 +1300
+++ 2p-deploy/src/alice/tuprolog/ClauseStore.java	2011-05-21 11:38:55.000000000 +1200
@@ -62,8 +62,6 @@
 	
 	/**
 	 * Verify if there is a term in compatibleGoals compatible with goal. 
-	 * @param goal
-	 * @param compGoals
 	 * @return true if compatible or false otherwise.
 	 */
 	protected boolean existCompatibleClause() {
Only in 2p-deploy/src/alice/tuprolog: ClauseStore.java.orig
diff -ur 2p-deploy.orig/src/alice/tuprolog/EngineManager.java 2p-deploy/src/alice/tuprolog/EngineManager.java
--- 2p-deploy.orig/src/alice/tuprolog/EngineManager.java	2010-01-21 21:29:24.000000000 +1300
+++ 2p-deploy/src/alice/tuprolog/EngineManager.java	2011-05-21 11:38:55.000000000 +1200
@@ -87,7 +87,7 @@
 	/**
 	 *  Solves a query
 	 *
-	 * @param g the term representing the goal to be demonstrated
+	 * @param query the term representing the goal to be demonstrated
 	 * @return the result of the demonstration
 	 * @see SolveInfo
 	 **/
diff -ur 2p-deploy.orig/src/alice/tuprolog/PrimitiveManager.java 2p-deploy/src/alice/tuprolog/PrimitiveManager.java
--- 2p-deploy.orig/src/alice/tuprolog/PrimitiveManager.java	2010-01-21 21:29:24.000000000 +1300
+++ 2p-deploy/src/alice/tuprolog/PrimitiveManager.java	2011-05-21 11:38:55.000000000 +1200
@@ -87,7 +87,7 @@
 	 * This involves identifying structs representing builtin
 	 * predicates and functors, and setting up related structures and links
 	 *
-	 * @parm term the term to be identified
+	 * @param term the term to be identified
 	 * @return term with the identified built-in directive
 	 */
 	public Term identifyDirective(Term term) {
diff -ur 2p-deploy.orig/src/alice/tuprolog/lib/BasicLibrary.java 2p-deploy/src/alice/tuprolog/lib/BasicLibrary.java
--- 2p-deploy.orig/src/alice/tuprolog/lib/BasicLibrary.java	2011-01-28 16:31:44.000000000 +1300
+++ 2p-deploy/src/alice/tuprolog/lib/BasicLibrary.java	2011-05-21 11:38:55.000000000 +1200
@@ -109,7 +109,7 @@
 	/**
 	 * Loads a library constructed from a theory.
 	 * 
-	 * @param theory
+	 * @param th
 	 *            theory text
 	 * @param libName
 	 *            name of the library
diff -ur 2p-deploy.orig/src/alice/tuprolog/lib/IOLibrary.java 2p-deploy/src/alice/tuprolog/lib/IOLibrary.java
--- 2p-deploy.orig/src/alice/tuprolog/lib/IOLibrary.java	2011-01-19 16:34:24.000000000 +1300
+++ 2p-deploy/src/alice/tuprolog/lib/IOLibrary.java	2011-05-21 11:38:55.000000000 +1200
@@ -372,7 +372,7 @@
 	/**
 	 * Sets an arbitrary seed for the Random object.
 	 * 
-	 * @param seed Seed to use
+	 * @param t Seed to use
 	 * @return true if seed Term has a valid long value, false otherwise
 	 */
 	public boolean set_seed_1(Term t) throws PrologError {
diff -ur 2p-deploy.orig/src/alice/tuprolog/lib/JavaLibrary.java 2p-deploy/src/alice/tuprolog/lib/JavaLibrary.java
--- 2p-deploy.orig/src/alice/tuprolog/lib/JavaLibrary.java	2010-01-21 21:29:24.000000000 +1300
+++ 2p-deploy/src/alice/tuprolog/lib/JavaLibrary.java	2011-05-21 11:38:55.000000000 +1200
@@ -1390,8 +1390,6 @@
 
 	/**
 	 * Generates a fresh numeric identifier
-	 * 
-	 * @return
 	 */
 	protected Struct generateFreshId() {
 		return new Struct("$obj_" + id++);
diff -ur 2p-deploy.orig/src/alice/tuprologx/ide/LibraryDialogFrame.java 2p-deploy/src/alice/tuprologx/ide/LibraryDialogFrame.java
--- 2p-deploy.orig/src/alice/tuprologx/ide/LibraryDialogFrame.java	2010-01-21 21:29:22.000000000 +1300
+++ 2p-deploy/src/alice/tuprologx/ide/LibraryDialogFrame.java	2011-05-21 11:38:55.000000000 +1200
@@ -317,7 +317,6 @@
         displayLibraryManagerStatus();
     }
 
-    /** @see alice.tuprologx.ide.SwingFrame#onClose()*/
     public void closeLibraryDialog()
     {
     	onClose();
diff -ur 2p-deploy.orig/src/alice/tuprologx/ide/ToolBar.java 2p-deploy/src/alice/tuprologx/ide/ToolBar.java
--- 2p-deploy.orig/src/alice/tuprologx/ide/ToolBar.java	2010-01-21 21:29:22.000000000 +1300
+++ 2p-deploy/src/alice/tuprologx/ide/ToolBar.java	2011-05-21 11:38:55.000000000 +1200
@@ -232,8 +232,6 @@
 
     /**
      * Set the tuProlog config frame
-     *
-     * @param libraryManager a libraryManager to associate to the libraryDialog 
      */
 	public void setPrologConfig(PrologConfigFrame configFrame)
 	{
diff -ur 2p-deploy.orig/src/alice/tuprologx/pj/lib/PJLibrary.java 2p-deploy/src/alice/tuprologx/pj/lib/PJLibrary.java
--- 2p-deploy.orig/src/alice/tuprologx/pj/lib/PJLibrary.java	2010-01-21 21:29:48.000000000 +1300
+++ 2p-deploy/src/alice/tuprologx/pj/lib/PJLibrary.java	2011-05-21 11:38:55.000000000 +1200
@@ -1252,7 +1252,6 @@
 	
 	/**
 	 * Generates a fresh numeric identifier
-	 * @return
 	 */
 	protected Struct generateFreshId() {
 		return new Struct("$obj_" + id++);        
diff -ur 2p-deploy.orig/src/alice/util/jedit/InputHandler.java 2p-deploy/src/alice/util/jedit/InputHandler.java
--- 2p-deploy.orig/src/alice/util/jedit/InputHandler.java	2010-01-21 21:29:24.000000000 +1300
+++ 2p-deploy/src/alice/util/jedit/InputHandler.java	2011-05-21 11:38:55.000000000 +1200
@@ -24,7 +24,7 @@
  *
  * @author Slava Pestov
  * @version $Id: tuprolog-2.3.1_beta-javadocs.patch,v 1.1 2011/05/21 04:50:40 keri Exp $
- * @see org.gjt.sp.jedit.textarea.DefaultInputHandler
+ * @see alice.util.jedit.DefaultInputHandler
  */
 public abstract class InputHandler extends KeyAdapter
 {
@@ -187,7 +187,7 @@
 	/**
 	 * Grabs the next key typed event and invokes the specified
 	 * action with the key as a the action command.
-	 * @param action The action
+	 * @param listener The action
 	 */
 	public void grabNextKeyStroke(ActionListener listener)
 	{
diff -ur 2p-deploy.orig/src/alice/util/jedit/JEditTextArea.java 2p-deploy/src/alice/util/jedit/JEditTextArea.java
--- 2p-deploy.orig/src/alice/util/jedit/JEditTextArea.java	2010-01-21 21:29:24.000000000 +1300
+++ 2p-deploy/src/alice/util/jedit/JEditTextArea.java	2011-05-21 11:38:55.000000000 +1200
@@ -1389,7 +1389,7 @@
 
 	/**
 	 * Sets if the selection should be rectangular.
-	 * @param overwrite True if the selection should be rectangular,
+	 * @param rectSelect True if the selection should be rectangular,
 	 * false otherwise.
 	 */
 	public final void setSelectionRectangular(boolean rectSelect)
diff -ur 2p-deploy.orig/src/alice/util/jedit/KeywordMap.java 2p-deploy/src/alice/util/jedit/KeywordMap.java
--- 2p-deploy.orig/src/alice/util/jedit/KeywordMap.java	2010-01-21 21:29:22.000000000 +1300
+++ 2p-deploy/src/alice/util/jedit/KeywordMap.java	2011-05-21 11:38:55.000000000 +1200
@@ -75,7 +75,7 @@
 	/**
 	 * Adds a key-value mapping.
 	 * @param keyword The key
-	 * @Param id The value
+	 * @param id The value
 	 */
 	public void add(String keyword, byte id)
 	{
diff -ur 2p-deploy.orig/src/alice/util/jedit/TextAreaPainter.java 2p-deploy/src/alice/util/jedit/TextAreaPainter.java
--- 2p-deploy.orig/src/alice/util/jedit/TextAreaPainter.java	2010-01-21 21:29:24.000000000 +1300
+++ 2p-deploy/src/alice/util/jedit/TextAreaPainter.java	2011-05-21 11:38:55.000000000 +1200
@@ -75,7 +75,7 @@
 	/**
 	 * Returns the syntax styles used to paint colorized text. Entry <i>n</i>
 	 * will be used to paint tokens with id = <i>n</i>.
-	 * @see org.gjt.sp.jedit.syntax.Token
+	 * @see alice.util.jedit.Token
 	 */
 	public final SyntaxStyle[] getStyles()
 	{
@@ -86,7 +86,7 @@
 	 * Sets the syntax styles used to paint colorized text. Entry <i>n</i>
 	 * will be used to paint tokens with id = <i>n</i>.
 	 * @param styles The syntax styles
-	 * @see org.gjt.sp.jedit.syntax.Token
+	 * @see alice.util.jedit.Token
 	 */
 	public final void setStyles(SyntaxStyle[] styles)
 	{
@@ -356,7 +356,7 @@
 
 	/**
 	 * Repaints the text.
-	 * @param g The graphics context
+	 * @param gfx The graphics context
 	 */
 	public void paint(Graphics gfx)
 	{
diff -ur 2p-deploy.orig/src/alice/util/jedit/TokenMarker.java 2p-deploy/src/alice/util/jedit/TokenMarker.java
--- 2p-deploy.orig/src/alice/util/jedit/TokenMarker.java	2010-01-21 21:29:22.000000000 +1300
+++ 2p-deploy/src/alice/util/jedit/TokenMarker.java	2011-05-21 11:38:55.000000000 +1200
@@ -24,7 +24,7 @@
  * @author Slava Pestov
  * @version $Id: tuprolog-2.3.1_beta-javadocs.patch,v 1.1 2011/05/21 04:50:40 keri Exp $
  *
- * @see org.gjt.sp.jedit.syntax.Token
+ * @see alice.util.jedit.Token
  */
 public abstract class TokenMarker
 {






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/tuprolog/files: tuprolog-2.3.1_beta-javadocs.patch
@ 2011-05-24  7:15 Keri Harris (keri)
  0 siblings, 0 replies; 4+ messages in thread
From: Keri Harris (keri) @ 2011-05-24  7:15 UTC (permalink / raw
  To: gentoo-commits

keri        11/05/24 07:15:08

  Modified:             tuprolog-2.3.1_beta-javadocs.patch
  Log:
  Turn off keyword expansion

Revision  Changes    Path
1.2                  dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?r1=1.1&r2=1.2







^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/tuprolog/files: tuprolog-2.3.1_beta-javadocs.patch
@ 2011-05-24 18:53 Keri Harris (keri)
  0 siblings, 0 replies; 4+ messages in thread
From: Keri Harris (keri) @ 2011-05-24 18:53 UTC (permalink / raw
  To: gentoo-commits

keri        11/05/24 18:53:31

  Removed:              tuprolog-2.3.1_beta-javadocs.patch
  Log:
  Drop patch in preparation of adding without keyword expansion



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/tuprolog/files: tuprolog-2.3.1_beta-javadocs.patch
@ 2011-05-24 18:54 Keri Harris (keri)
  0 siblings, 0 replies; 4+ messages in thread
From: Keri Harris (keri) @ 2011-05-24 18:54 UTC (permalink / raw
  To: gentoo-commits

keri        11/05/24 18:54:54

  Added:                tuprolog-2.3.1_beta-javadocs.patch
  Log:
  Turn off keyword expansion

Revision  Changes    Path
1.4                  dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tuprolog/files/tuprolog-2.3.1_beta-javadocs.patch?r1=1.3&r2=1.4







^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-24 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-21  4:50 [gentoo-commits] gentoo-x86 commit in dev-lang/tuprolog/files: tuprolog-2.3.1_beta-javadocs.patch Keri Harris (keri)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-24  7:15 Keri Harris (keri)
2011-05-24 18:53 Keri Harris (keri)
2011-05-24 18:54 Keri Harris (keri)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox