[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lon-capa-cvs
Subject:    [LON-CAPA-cvs] cvs: loncom /homework/math_parser CalcEnv.pm CalcException.pm Definitions.pm ENode.pm
From:       raeburn via LON-CAPA-cvs <lon-capa-cvs () mail ! lon-capa ! org>
Date:       2023-03-13 22:31:22
Message-ID: cvsraeburn1678746682 () cvsserver
[Download RAW message or body]

This is a MIME encoded message


raeburn		Mon Mar 13 22:31:22 2023 EDT

  Modified files:              
    /loncom/homework/math_parser	CalcEnv.pm CalcException.pm 
                                	Definitions.pm ENode.pm Operator.pm 
                                	ParseException.pm Parser.pm 
                                	QInterval.pm QIntervalUnion.pm 
                                	QMatrix.pm QSet.pm Quantity.pm 
                                	QVector.pm Tokenizer.pm Token.pm 
                                	Units.pm 
  Log:
  - Add $Id$ line in comments for display of version.
  
  
["raeburn-20230313223122.txt" (text/plain)]

Index: loncom/homework/math_parser/CalcEnv.pm
diff -u loncom/homework/math_parser/CalcEnv.pm:1.2 \
                loncom/homework/math_parser/CalcEnv.pm:1.3
--- loncom/homework/math_parser/CalcEnv.pm:1.2	Tue Jun 30 17:42:14 2015
+++ loncom/homework/math_parser/CalcEnv.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # CalcEnv
 #
+# $Id: CalcEnv.pm,v 1.3 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/CalcException.pm
diff -u loncom/homework/math_parser/CalcException.pm:1.1 \
                loncom/homework/math_parser/CalcException.pm:1.2
--- loncom/homework/math_parser/CalcException.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/CalcException.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Calculation exception
 #
+# $Id: CalcException.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/Definitions.pm
diff -u loncom/homework/math_parser/Definitions.pm:1.1 \
                loncom/homework/math_parser/Definitions.pm:1.2
--- loncom/homework/math_parser/Definitions.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/Definitions.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Operator definitions
 #
+# $Id: Definitions.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/ENode.pm
diff -u loncom/homework/math_parser/ENode.pm:1.5 \
                loncom/homework/math_parser/ENode.pm:1.6
--- loncom/homework/math_parser/ENode.pm:1.5	Fri Jan 27 20:24:26 2017
+++ loncom/homework/math_parser/ENode.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Parsed tree node
 #
+# $Id: ENode.pm,v 1.6 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/Operator.pm
diff -u loncom/homework/math_parser/Operator.pm:1.1 \
                loncom/homework/math_parser/Operator.pm:1.2
--- loncom/homework/math_parser/Operator.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/Operator.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Parser operator
 #
+# $Id: Operator.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/ParseException.pm
diff -u loncom/homework/math_parser/ParseException.pm:1.1 \
                loncom/homework/math_parser/ParseException.pm:1.2
--- loncom/homework/math_parser/ParseException.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/ParseException.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Parse exception
 #
+# $Id: ParseException.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/Parser.pm
diff -u loncom/homework/math_parser/Parser.pm:1.2 \
                loncom/homework/math_parser/Parser.pm:1.3
--- loncom/homework/math_parser/Parser.pm:1.2	Tue Jun 30 17:42:14 2015
+++ loncom/homework/math_parser/Parser.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Parser
 #
+# $Id: Parser.pm,v 1.3 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/QInterval.pm
diff -u loncom/homework/math_parser/QInterval.pm:1.1 \
                loncom/homework/math_parser/QInterval.pm:1.2
--- loncom/homework/math_parser/QInterval.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/QInterval.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # QInterval
 #
+# $Id: QInterval.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/QIntervalUnion.pm
diff -u loncom/homework/math_parser/QIntervalUnion.pm:1.1 \
                loncom/homework/math_parser/QIntervalUnion.pm:1.2
--- loncom/homework/math_parser/QIntervalUnion.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/QIntervalUnion.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # QIntervalUnion
 #
+# $Id: QIntervalUnion.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/QMatrix.pm
diff -u loncom/homework/math_parser/QMatrix.pm:1.1 \
                loncom/homework/math_parser/QMatrix.pm:1.2
--- loncom/homework/math_parser/QMatrix.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/QMatrix.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # QMatrix
 #
+# $Id: QMatrix.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/QSet.pm
diff -u loncom/homework/math_parser/QSet.pm:1.1 \
                loncom/homework/math_parser/QSet.pm:1.2
--- loncom/homework/math_parser/QSet.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/QSet.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # QSet
 #
+# $Id: QSet.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/Quantity.pm
diff -u loncom/homework/math_parser/Quantity.pm:1.1 \
                loncom/homework/math_parser/Quantity.pm:1.2
--- loncom/homework/math_parser/Quantity.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/Quantity.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Quantity
 #
+# $Id: Quantity.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/QVector.pm
diff -u loncom/homework/math_parser/QVector.pm:1.1 \
                loncom/homework/math_parser/QVector.pm:1.2
--- loncom/homework/math_parser/QVector.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/QVector.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # QVector
 #
+# $Id: QVector.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/Tokenizer.pm
diff -u loncom/homework/math_parser/Tokenizer.pm:1.2 \
                loncom/homework/math_parser/Tokenizer.pm:1.3
--- loncom/homework/math_parser/Tokenizer.pm:1.2	Thu Aug 13 18:30:30 2015
+++ loncom/homework/math_parser/Tokenizer.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # String tokenizer
 #
+# $Id: Tokenizer.pm,v 1.3 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/Token.pm
diff -u loncom/homework/math_parser/Token.pm:1.1 \
                loncom/homework/math_parser/Token.pm:1.2
--- loncom/homework/math_parser/Token.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/Token.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # A parser token.
 #
+# $Id: Token.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify
Index: loncom/homework/math_parser/Units.pm
diff -u loncom/homework/math_parser/Units.pm:1.1 \
                loncom/homework/math_parser/Units.pm:1.2
--- loncom/homework/math_parser/Units.pm:1.1	Mon Jun 29 15:42:13 2015
+++ loncom/homework/math_parser/Units.pm	Mon Mar 13 22:31:22 2023
@@ -1,6 +1,8 @@
 # The LearningOnline Network with CAPA - LON-CAPA
 # Units
 #
+# $Id: Units.pm,v 1.2 2023/03/13 22:31:22 raeburn Exp $
+#
 # Copyright (C) 2014 Michigan State University Board of Trustees
 #
 # This program is free software: you can redistribute it and/or modify



_______________________________________________
LON-CAPA-cvs mailing list
LON-CAPA-cvs@mail.lon-capa.org
http://mail.lon-capa.org/mailman/listinfo/lon-capa-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic