Changeset 25292 in project
- Timestamp:
- 10/03/11 13:48:21 (9 years ago)
- Location:
- release/4/ir-macros
- Files:
-
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
release/4/ir-macros/tags/1.7.1/ir-macros.scm
r24835 r25292 1 ;;; File: ir-macros.scm 2 ;;;; Author: Juergen Lorenz 3 ;;;; ju (at) jugilo (dot) de 4 ;;;; Date: Jun 20, 2011 5 ;;;; Jun 22, 2011 6 ;;;; Jul 11, 2011 7 ;;;; Jul 22, 2011 8 ;;;; Aug 02, 2011 9 ;;;; Aug 15, 2011 10 ;;;; Aug 28, 2011 1 ; Author: Juergen Lorenz 2 ; ju (at) jugilo (dot) de 3 ; 4 ; Last update: Aug 28, 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 ; 11 36 37 ;This module is now obsolete, use low-level-macros instead 38 ;========================================================= 12 39 13 ;This module does to implicit renaming macros, which are new to14 ;chicken-4.7.0, what the er-macros module did to explicit renaming ones.15 ;16 40 (require 'contracts) 17 41 -
release/4/ir-macros/tags/1.7.1/ir-macros.setup
r25109 r25292 7 7 'ir-macros 8 8 '("ir-macros.so" "ir-macros.import.so") 9 '((version "1.7 ")))9 '((version "1.7.1"))) -
release/4/ir-macros/trunk/ir-macros.scm
r24835 r25292 1 ;;; File: ir-macros.scm 2 ;;;; Author: Juergen Lorenz 3 ;;;; ju (at) jugilo (dot) de 4 ;;;; Date: Jun 20, 2011 5 ;;;; Jun 22, 2011 6 ;;;; Jul 11, 2011 7 ;;;; Jul 22, 2011 8 ;;;; Aug 02, 2011 9 ;;;; Aug 15, 2011 10 ;;;; Aug 28, 2011 1 ; Author: Juergen Lorenz 2 ; ju (at) jugilo (dot) de 3 ; 4 ; Last update: Aug 28, 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 ; 11 36 37 ;This module is now obsolete, use low-level-macros instead 38 ;========================================================= 12 39 13 ;This module does to implicit renaming macros, which are new to14 ;chicken-4.7.0, what the er-macros module did to explicit renaming ones.15 ;16 40 (require 'contracts) 17 41 -
release/4/ir-macros/trunk/ir-macros.setup
r25109 r25292 7 7 'ir-macros 8 8 '("ir-macros.so" "ir-macros.import.so") 9 '((version "1.7 ")))9 '((version "1.7.1")))
Note: See TracChangeset
for help on using the changeset viewer.