Changeset 25293 in project
- Timestamp:
- 10/03/11 13:51:23 (9 years ago)
- Location:
- release/4/loops
- Files:
-
- 2 edited
- 5 copied
Legend:
- Unmodified
- Added
- Removed
-
release/4/loops/tags/1.0.3/loops.scm
r24899 r25293 1 ;;;; File: loops.scm 2 ;;;; Author: Juergen Lorenz 3 ;;;; ju (at) jugilo (dot) de 4 ;;;; Date: Jul 25, 2008 5 ;;;; May 19, 2009 6 ;;;; Nov 06, 2009 7 ;;;; Nov 23, 2009 8 ;;;; Jan 20, 2010 9 ;;;; May 25, 2010 10 ;;;; Jul 05, 2010 11 ;;;; Oct 25, 2010 12 ;;;; Nov 04, 2010 13 ;;;; Jan 12, 2011 14 ;;;; Jan 25, 2011 15 ;;;; Feb 04, 2011 16 ;;;; Jul 13, 2011 17 ;;;; Sep 03, 2011 18 19 20 1 ; Author: Juergen Lorenz 2 ; ju (at) jugilo (dot) de 3 ; 4 ; Last update: Sep 03, 2011 5 ; 6 ; Copyright (c) 2011, Juergen Lorenz 7 ; All rights reserved. 8 ; 9 ; Redistribution and use in source and binary forms, with or without 10 ; modification, are permitted provided that the following conditions are 11 ; met: 12 ; 13 ; Redistributions of source code must retain the above copyright 14 ; notice, this list of conditions and the following disclaimer. 15 ; 16 ; Redistributions in binary form must reproduce the above copyright 17 ; notice, this list of conditions and the following disclaimer in the 18 ; documentation and/or other materials provided with the distribution. 19 ; 20 ; Neither the name of the author nor the names of its contributors may be 21 ; used to endorse or promote products derived from this software without 22 ; specific prior written permission. 23 ; 24 ; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 25 ; IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26 ; TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 27 ; PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 28 ; HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 ; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 30 ; TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 31 ; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 32 ; LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 33 ; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 34 ; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 ; 21 36 (module loops * 22 37 -
release/4/loops/tags/1.0.3/loops.setup
r24950 r25293 7 7 'loops 8 8 '("loops.so" "loops.import.so") 9 '((version "1.0. 2")))9 '((version "1.0.3"))) -
release/4/loops/trunk/loops.scm
r24899 r25293 1 ;;;; File: loops.scm 2 ;;;; Author: Juergen Lorenz 3 ;;;; ju (at) jugilo (dot) de 4 ;;;; Date: Jul 25, 2008 5 ;;;; May 19, 2009 6 ;;;; Nov 06, 2009 7 ;;;; Nov 23, 2009 8 ;;;; Jan 20, 2010 9 ;;;; May 25, 2010 10 ;;;; Jul 05, 2010 11 ;;;; Oct 25, 2010 12 ;;;; Nov 04, 2010 13 ;;;; Jan 12, 2011 14 ;;;; Jan 25, 2011 15 ;;;; Feb 04, 2011 16 ;;;; Jul 13, 2011 17 ;;;; Sep 03, 2011 18 19 20 1 ; Author: Juergen Lorenz 2 ; ju (at) jugilo (dot) de 3 ; 4 ; Last update: Sep 03, 2011 5 ; 6 ; Copyright (c) 2011, Juergen Lorenz 7 ; All rights reserved. 8 ; 9 ; Redistribution and use in source and binary forms, with or without 10 ; modification, are permitted provided that the following conditions are 11 ; met: 12 ; 13 ; Redistributions of source code must retain the above copyright 14 ; notice, this list of conditions and the following disclaimer. 15 ; 16 ; Redistributions in binary form must reproduce the above copyright 17 ; notice, this list of conditions and the following disclaimer in the 18 ; documentation and/or other materials provided with the distribution. 19 ; 20 ; Neither the name of the author nor the names of its contributors may be 21 ; used to endorse or promote products derived from this software without 22 ; specific prior written permission. 23 ; 24 ; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 25 ; IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 26 ; TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 27 ; PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 28 ; HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 29 ; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 30 ; TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 31 ; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 32 ; LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 33 ; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 34 ; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 ; 21 36 (module loops * 22 37 -
release/4/loops/trunk/loops.setup
r24950 r25293 7 7 'loops 8 8 '("loops.so" "loops.import.so") 9 '((version "1.0. 2")))9 '((version "1.0.3")))
Note: See TracChangeset
for help on using the changeset viewer.