banshee r3048 - in trunk/banshee/src/Core/Hyena/Hyena.SExpEngine: . src src/SExpEngine src/tests



Author: abock
Date: Sun Jan 27 05:30:17 2008
New Revision: 3048
URL: http://svn.gnome.org/viewvc/banshee?rev=3048&view=rev

Log:
Reorging sexp

Added:
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/ArithmeticFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/ArithmeticFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/CastFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/CastFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/CompareFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/CompareFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/ControlFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/ControlFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/Evaluator.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/Evaluator.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/EvaluatorBase.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/EvaluatorBase.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/FunctionFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionNode.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/FunctionNode.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/FunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/FunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/ListFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/ListFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/Literals.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/Literals.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/LogicFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/LogicFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/Parser.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/Parser.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/StringFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/StringFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/TreeNode.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/TreeNode.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/UtilityFunctionSet.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/UtilityFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/tests/SExpEvaluator.cs
      - copied unchanged from r3047, /trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEvaluator.cs
Removed:
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/ChangeLog
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/Makefile
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/README
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/ArithmeticFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/CastFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/CompareFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/ControlFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/Evaluator.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/EvaluatorBase.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/FunctionFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/FunctionNode.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/FunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/ListFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/Literals.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/LogicFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/Parser.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/StringFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/TreeNode.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEngine/UtilityFunctionSet.cs
   trunk/banshee/src/Core/Hyena/Hyena.SExpEngine/src/SExpEvaluator.cs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]