Changeset 25291 in project
- Timestamp:
- 10/03/11 13:44:02 (9 years ago)
- Location:
- release/4/er-macros
- Files:
-
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
release/4/er-macros/tags/1.5.1/er-macros.scm
r24834 r25291 1 ;;;; File: er-macros.scm 2 ;;;; Author: Juergen Lorenz 3 ;;;; ju (at) jugilo (dot) de 4 ;;;; Date: Oct 24, 2010 5 ;;;; Oct 28, 2010 6 ;;;; Nov 02, 2010 7 ;;;; Nov 04, 2010 8 ;;;; Nov 09, 2010 9 ;;;; Nov 26, 2010 10 ;;;; Nov 28, 2010 11 ;;;; Jan 19, 2011 12 ;;;; Jan 27, 2011 13 ;;;; Feb 02, 2011 14 ;;;; Feb 16, 2011 15 ;;;; Feb 18, 2011 16 ;;;; Jun 20, 2011 17 ;;;; Jun 22, 2011 18 ;;;; Jun 26, 2011 19 ;;;; Jul 13, 2011 20 ;;;; Jul 23, 2011 21 ;;;; Aug 02, 2011 22 ;;;; Aug 15, 2011 23 ;;;; Aug 29, 2011 24 1 ; Author: Juergen Lorenz 2 ; ju (at) jugilo (dot) de 3 ; 4 ; Last update: Aug 29, 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 ; 25 36 26 37 ;This module does for explicit-renaming macros the same as the module -
release/4/er-macros/tags/1.5.1/er-macros.setup
r25108 r25291 7 7 'er-macros 8 8 '("er-macros.so" "er-macros.import.so") 9 '((version "1.5 ")))9 '((version "1.5.1"))) -
release/4/er-macros/trunk/er-macros.scm
r24834 r25291 1 ;;;; File: er-macros.scm 2 ;;;; Author: Juergen Lorenz 3 ;;;; ju (at) jugilo (dot) de 4 ;;;; Date: Oct 24, 2010 5 ;;;; Oct 28, 2010 6 ;;;; Nov 02, 2010 7 ;;;; Nov 04, 2010 8 ;;;; Nov 09, 2010 9 ;;;; Nov 26, 2010 10 ;;;; Nov 28, 2010 11 ;;;; Jan 19, 2011 12 ;;;; Jan 27, 2011 13 ;;;; Feb 02, 2011 14 ;;;; Feb 16, 2011 15 ;;;; Feb 18, 2011 16 ;;;; Jun 20, 2011 17 ;;;; Jun 22, 2011 18 ;;;; Jun 26, 2011 19 ;;;; Jul 13, 2011 20 ;;;; Jul 23, 2011 21 ;;;; Aug 02, 2011 22 ;;;; Aug 15, 2011 23 ;;;; Aug 29, 2011 24 1 ; Author: Juergen Lorenz 2 ; ju (at) jugilo (dot) de 3 ; 4 ; Last update: Aug 29, 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 ; 25 36 26 37 ;This module does for explicit-renaming macros the same as the module -
release/4/er-macros/trunk/er-macros.setup
r25108 r25291 7 7 'er-macros 8 8 '("er-macros.so" "er-macros.import.so") 9 '((version "1.5 ")))9 '((version "1.5.1")))
Note: See TracChangeset
for help on using the changeset viewer.