Changeset 8361 in project
- Timestamp:
- 02/11/08 10:13:54 (13 years ago)
- Location:
- chicken/trunk
- Files:
-
- 1 deleted
- 65 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/trunk/Makefile
r7215 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/Makefile.bsd
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/Makefile.cross-linux-mingw
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/Makefile.cygwin
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/Makefile.linux
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/Makefile.macosx
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 # 26 # Send bugs, suggestions and ideas to: 27 # 28 # felix@call-with-current-continuation.org 29 # 30 # Felix L. Winkelmann 31 # Unter den Gleichen 1 32 # 37130 Gleichen 33 # Germany 26 34 27 35 28 # platform configuration -
chicken/trunk/Makefile.mingw
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/Makefile.mingw-msys
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/Makefile.solaris
r8133 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/README
r8276 r8361 343 343 If you have any more questions or problems (even the slightest 344 344 problems, or the most stupid questions), then please subscribe 345 to the "chicken-users" mailing list or contact me at: 346 347 <felix@call-with-current-continuation.org> 345 to the "chicken-users" mailing list and ask for help. It will 346 be answered. 348 347 349 348 -
chicken/trunk/apply-hack.ppc.darwin.s
r5861 r8361 2 2 ; 3 3 ; Copyright (c) 2007, Felix L. Winkelmann 4 ; Copyright (c) 2008 The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 */ 35 27 -
chicken/trunk/apply-hack.ppc.sysv.s
r5861 r8361 2 2 ; 3 3 ; Copyright (c) 2007, Felix L. Winkelmann 4 ; All rights reserved. 4 ; Copyright (c) 2008, The Chicken Team 5 ; All rights reserved. 5 6 ; 6 7 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 */ 35 27 -
chicken/trunk/apply-hack.x86-64.s
r7044 r8361 2 2 ; 3 3 ; Copyright (c) 2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 */ 35 27 -
chicken/trunk/apply-hack.x86.s
r5526 r8361 2 2 ; 3 3 ; Copyright (c) 2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 */ 35 27 -
chicken/trunk/banner.scm
r7776 r8361 2 2 3 3 CHICKEN 4 (c)2000-2007 Felix L. Winkelmann 5 (c)2008 The Chicken Team 4 6 5 7 EOF 6 8 ) 7 8 (define-constant +copyright+ "(c)2000-2008 Felix L. Winkelmann") -
chicken/trunk/batch-driver.scm
r8062 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/benchmarks/fib.scm
r4232 r8361 6 6 (+ (fib (- n 1)) (fib (- n 2))) ) ) 7 7 8 (time (pp (fib 40)))8 (time (pp (fib 30))) -
chicken/trunk/buildsvnrevision
r8330 r8361 1 83 291 8354 -
chicken/trunk/c-backend.scm
r7784 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 … … 696 688 ((null? lit) 697 689 (gen #t to "=C_SCHEME_END_OF_LIST;") ) 698 (( ##sys#immediate? lit) (bad-literallit))699 ((##core#inline "C_lambdainfop" lit))700 ( else690 ((and (not (##sys#immediate? lit)) 691 (##core#inline "C_lambdainfop" lit))) 692 ((or (fixnum? lit) (not (##sys#immediate? lit))) 701 693 (gen #t to "=C_decode_literal(C_heaptop,") 702 694 (gen-string-constant (encode-literal lit)) 703 (gen ");") ) ) ) 695 (gen ");") ) 696 (else (bad-literal lit)))) 704 697 705 698 (define (gen-string-constant str) … … 1364 1357 ((eof-object? lit) "\xff\x3e") 1365 1358 ((eq? (void) lit) "\xff\x1e") 1366 ((and (fixnum? lit) (not (big-fixnum? lit))) 1367 (string-append 1368 "\xff\x01" 1369 (string (integer->char (bitwise-and #xff (arithmetic-shift lit -24))) 1370 (integer->char (bitwise-and #xff (arithmetic-shift lit -16))) 1371 (integer->char (bitwise-and #xff (arithmetic-shift lit -8))) 1372 (integer->char (bitwise-and #xff lit)) ) ) ) 1359 ((fixnum? lit) 1360 (if (not (big-fixnum? lit)) 1361 (string-append 1362 "\xff\x01" 1363 (string (integer->char (bitwise-and #xff (arithmetic-shift lit -24))) 1364 (integer->char (bitwise-and #xff (arithmetic-shift lit -16))) 1365 (integer->char (bitwise-and #xff (arithmetic-shift lit -8))) 1366 (integer->char (bitwise-and #xff lit)) ) ) 1367 (string-append "\xff\x55" (number->string lit) "\x00") ) ) 1373 1368 ((number? lit) 1374 1369 (string-append "\x55" (number->string lit) "\x00") ) -
chicken/trunk/c-platform.scm
r7167 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/chicken-bug.1
r7036 r8361 57 57 58 58 .SH AUTHOR 59 .I chicken-bug 60 was written by Felix L. Winkelmann (felix@call-with-current-continuation.org).59 Felix L. Winkelmann (felix@call-with-current-continuation.org) 60 and The Chicken Team. 61 61 62 62 .SH SEE ALSO -
chicken/trunk/chicken-bug.scm
r7864 r8361 1 1 ;;;; chicken-bug.scm - Bug report-generator 2 ; 3 ; Copyright (c) 2008, The Chicken Team 4 ; All rights reserved. 5 ; 6 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following 7 ; conditions are met: 8 ; 9 ; Redistributions of source code must retain the above copyright notice, this list of conditions and the following 10 ; disclaimer. 11 ; Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following 12 ; disclaimer in the documentation and/or other materials provided with the distribution. 13 ; Neither the name of the author nor the names of its contributors may be used to endorse or promote 14 ; products derived from this software without specific prior written permission. 15 ; 16 ; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 17 ; OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 18 ; AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR 19 ; CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 20 ; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 21 ; SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 22 ; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 23 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 ; POSSIBILITY OF SUCH DAMAGE. 2 25 3 26 … … 19 42 20 43 (define-constant +fallbackdestinations+ 21 "chicken-janitors@nongnu.org\nchicken-hackers@nongnu.org\nchicken-users@nongnu.org \nfelix@call-with-current-continuation.org")44 "chicken-janitors@nongnu.org\nchicken-hackers@nongnu.org\nchicken-users@nongnu.org") 22 45 23 46 (define-constant +destination+ "chicken-janitors@nongnu.org") -
chicken/trunk/chicken-ffi-macros.scm
r6839 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/chicken-more-macros.scm
r7921 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/chicken-profile.1
r5945 r8361 55 55 .SH BUGS 56 56 Submit bug reports by e-mail to 57 .I felix@call-with-current-continuation.org57 .I chicken-janitors@nongnu.org 58 58 59 .SH AUTHOR 60 .I csc 61 was written by Felix L. Winkelmann (felix@call-with-current-continuation.org). 59 .SH AUTHORS 60 Felix L. Winkelmann and the Chicken Team 62 61 63 62 .SH SEE ALSO -
chicken/trunk/chicken-profile.scm
r6439 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/chicken-setup.1
r7334 r8361 229 229 .SH BUGS 230 230 Submit bug reports by e-mail to 231 .I felix@call-with-current-continuation.org231 .I chicken-janitors@nongnu.org 232 232 , preferrably using the 233 233 .B chicken\-bug 234 234 tool. 235 235 236 .SH AUTHOR 237 .I chicken\-setup 238 was written by Felix L. Winkelmann (felix@call-with-current-continuation.org). 236 .SH AUTHORS 237 Felix L. Winkelmann and the Chicken Team 239 238 240 239 .SH SEE ALSO -
chicken/trunk/chicken-setup.scm
r8198 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/chicken.1
r7180 r8361 428 428 .I Chicken\ User's\ Manual 429 429 430 .SH BUGS 431 432 Submit bug reports by e-mail to 433 .I felix@call-with-current-continuation.org 434 , preferrably using the 435 .B chicken\-bug 436 tool. 437 438 .SH AUTHOR 439 440 .I Chicken 441 was implemented by Felix L. Winkelmann (felix@call-with-current-continuation.org). 430 .SH AUTHORS 431 432 Felix L. Winkelmann and The Chicken Team. 442 433 443 434 .SH SEE ALSO -
chicken/trunk/chicken.h
r8029 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 */ 35 27 -
chicken/trunk/chicken.scm
r6827 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/compiler.scm
r8156 r8361 1 1 ;;;; compiler.scm - The CHICKEN Scheme compiler 2 ; 2 3 ; 3 4 ; … … 7 8 ;----------------------------------------------------------------------------------------------------------- 8 9 ; Copyright (c) 2000-2007, Felix L. Winkelmann 10 ; Copyright (c) 2008, The Chicken Team 9 11 ; All rights reserved. 10 12 ; … … 28 30 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 29 31 ; POSSIBILITY OF SUCH DAMAGE. 30 ;31 ; Send bugs, suggestions and ideas to:32 ;33 ; felix@call-with-current-continuation.org34 ;35 ; Felix L. Winkelmann36 ; Unter den Gleichen 137 ; 37130 Gleichen38 ; Germany39 32 ; 40 33 ; … … 2271 2264 (define (literal x) 2272 2265 (cond [(immediate? x) (immediate-literal x)] 2273 [(and (number? x) (inexact? x) 2274 (list-index (lambda (y) (and (number? y) (inexact? y) (= x y))) 2275 literals) ) 2276 => values] 2266 [(number? x) 2267 (or (and (inexact? x) 2268 (list-index (lambda (y) (and (number? y) (inexact? y) (= x y))) 2269 literals) ) 2270 (new-literal x)) ] 2277 2271 ((##core#inline "C_lambdainfop" x) 2278 2272 (let ((i (length lambda-info-literals))) -
chicken/trunk/config-arch.sh
r8134 r8361 3 3 # 4 4 # Copyright (c) 2000-2007, Felix L. Winkelmann 5 # Copyright (c) 2008, The Chicken Team 5 6 # All rights reserved. 6 7 # … … 24 25 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 26 # POSSIBILITY OF SUCH DAMAGE. 26 #27 # Send bugs, suggestions and ideas to:28 #29 # felix@call-with-current-continuation.org30 #31 # Felix L. Winkelmann32 # Unter den Gleichen 133 # 37130 Gleichen34 # Germany35 27 36 28 -
chicken/trunk/csc.1
r6226 r8361 48 48 .SH BUGS 49 49 Submit bug reports by e-mail to 50 .I felix@call-with-current-continuation.org50 .I chicken-janitors@nongnu.org 51 51 , preferrably using the 52 52 .B chicken\-bug … … 54 54 55 55 .SH AUTHOR 56 .I csc 57 was written by Felix L. Winkelmann (felix@call-with-current-continuation.org). 56 Felix L. Winkelmann and the Chicken Team 58 57 59 58 .SH SEE ALSO -
chicken/trunk/csc.scm
r7274 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/csi.1
r7180 r8361 158 158 .SH BUGS 159 159 Submit bug reports by e-mail to 160 .I felix@call-with-current-continuation.org160 .I chicken-janitors@nongnu.org 161 161 , preferrably using the 162 162 .B chicken\-bug … … 164 164 165 165 .SH AUTHOR 166 .I csi 167 was implemented by Felix Winkelmann (felix@call-with-current-continuation.org). 166 Felix Winkelmann and the Chicken Team 168 167 169 168 .SH SEE ALSO -
chicken/trunk/csi.scm
r7770 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/debian/copyright
r3839 r8361 9 9 10 10 Copyright (c) 2000-2007, Felix L. Winkelmann 11 Copyright (c) 2008, The Chicken Team 11 12 All rights reserved. 12 13 -
chicken/trunk/defaults.make
r8134 r8361 2 2 # 3 3 # Copyright (c) 2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/distribution/manifest
r8136 r8361 204 204 tests/path-tests.scm 205 205 tests/r4rstest.out 206 tests/port-tests.scm 207 tests/test-gc-hook.scm 206 208 tweaks.scm 207 209 utils.scm … … 259 261 private-namespace.scm 260 262 misc/makedist.scm 261 tests/port-tests.scm262 263 svnrevision.sh -
chicken/trunk/eval.scm
r8027 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/extras.scm
r8311 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/library.scm
r8133 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 … … 3280 3272 "" 3281 3273 (string-append "\t[" spec " ]") ) 3282 "\n" +copyright+ "\t" +build-tag+3283 3274 (if (not (zero? rev)) 3284 3275 (##sys#string-append "\nSVN rev. " (number->string rev)) 3285 ""))) 3276 "") 3277 "\t" +build-tag+)) 3286 3278 +build-version+) ) 3287 3279 -
chicken/trunk/lolevel.scm
r6839 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/manual/faq
r8133 r8361 29 29 ==== What should I do if I find a bug? 30 30 31 Send e-mail to felix@call-with-current-continuation.org31 Send e-mail to chicken-janitors@nongnu.org (preferably using the {{chicken-bug(1)}} tool) 32 32 with some hints about the problem, like 33 33 version/build of the compiler, platform, system configuration, code that -
chicken/trunk/optimizer.scm
r6827 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/posixunix.scm
r8330 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/posixwin.scm
r8330 r8361 4 4 ; 5 5 ; Copyright (c) 2000-2007, Felix L. Winkelmann 6 ; Copyright (c) 2008, The Chicken Team 6 7 ; All rights reserved. 7 8 ; … … 25 26 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26 27 ; POSSIBILITY OF SUCH DAMAGE. 27 ;28 ; Send bugs, suggestions and ideas to:29 ;30 ; felix@call-with-current-continuation.org31 ;32 ; Felix L. Winkelmann33 ; Unter den Gleichen 134 ; 37130 Gleichen35 ; Germany36 28 37 29 -
chicken/trunk/private-namespace.scm
r6827 r8361 2 2 ; 3 3 ; Copyright (c) 2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/profiler.scm
r6423 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/regex-extras.scm
r6265 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/regex.scm
r6265 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/rules.make
r8302 r8361 2 2 # 3 3 # Copyright (c) 2000-2007, Felix L. Winkelmann 4 # Copyright (c) 2008, The Chicken Team 4 5 # All rights reserved. 5 6 # … … 23 24 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 # POSSIBILITY OF SUCH DAMAGE. 25 #26 # Send bugs, suggestions and ideas to:27 #28 # felix@call-with-current-continuation.org29 #30 # Felix L. Winkelmann31 # Unter den Gleichen 132 # 37130 Gleichen33 # Germany34 26 35 27 -
chicken/trunk/runtime.c
r8133 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 */ 35 27 … … 9100 9092 C_word *data, *dptr, val; 9101 9093 C_uword size; 9102 9103 /* vvv this can be taken out at a later stage vvv */ 9094 int maybe_fixnum = 0; 9095 9096 /* vvv this can be taken out at a later stage (once it works reliably) vvv */ 9104 9097 if(bits != 0xfe) 9105 9098 panic(C_text("invalid encoded literal format")); 9106 9099 9107 9100 bits = *((*str)++) & 0xff; 9108 /* ^^^ this can be taken out at a later stage ^^^*/9101 /* ^^^ */ 9109 9102 9110 9103 #ifdef C_SIXTY_FOUR … … 9117 9110 switch(0xff & *((*str)++)) { 9118 9111 case C_BOOLEAN_BITS: 9119 val = C_mk_bool(*((*str)++)); 9120 break; 9112 return C_mk_bool(*((*str)++)); 9121 9113 9122 9114 case C_CHARACTER_BITS: 9123 val = C_make_character(decode_size(str)); 9124 break; 9115 return C_make_character(decode_size(str)); 9125 9116 9126 9117 case C_SCHEME_END_OF_LIST: 9127 9118 case C_SCHEME_UNDEFINED: 9128 9119 case C_SCHEME_END_OF_FILE: 9129 val = (C_word)(*(*str - 1)); 9130 break; 9120 return (C_word)(*(*str - 1)); 9131 9121 9132 9122 case C_FIXNUM_BIT: … … 9135 9125 val |= (*((*str)++) & 0xff) << 8; 9136 9126 val |= (*((*str)++) & 0xff); 9137 val = C_fix(val); 9127 return C_fix(val); 9128 9129 #ifdef C_SIXTY_FOUR 9130 case (C_FLONUM_TYPE >> (24 + 32)) & 0xff: 9131 #else 9132 case (C_FLONUM_TYPE >> 24) & 0xff: 9133 #endif 9134 maybe_fixnum = 1; 9135 bits = C_FLONUM_TYPE; 9138 9136 break; 9139 9137 … … 9141 9139 panic(C_text("invalid encoded special literal")); 9142 9140 } 9143 9144 return val;9145 9141 } 9146 9142 … … 9155 9151 9156 9152 if(bits == C_FLONUM_TYPE) { 9157 *((*ptr)++) = C_FLONUM_TAG;9158 data = *ptr;9159 *((double *)data) = C_strtod(*str, str); 9153 if(maybe_fixnum) val = C_number(ptr, C_strtod(*str, str)); 9154 else val = C_flonum(ptr, C_strtod(*str, str)); 9155 9160 9156 ++(*str); /* skip terminating '\0' */ 9161 *ptr = (C_word *)((C_word)(*ptr) + sizeof(double));9162 9157 return val; 9163 9158 } -
chicken/trunk/scheduler.scm
r6291 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/site/index.html
r6180 r8361 188 188 <p class="block"> 189 189 If you have any questions, suggestions or insults regarding CHICKEN, 190 don't hesitate to send an e-mail to the author: 191 <a href="mailto:felix@call-with-current-continuation.org">felix@call-with-current-continuation.org</a>. 190 don't hesitate to join the <tt>chicken-users</tt> mailing list. Bug reports 191 should be directed to <a href="mailto:chicken-janitors@nongnu.org">chicken-janitors@nongnu.org</a>, 192 preferrably using the <tt>chicken-bug(1)</tt> tool. 192 193 </p> 193 194 </table> 194 195 </div> 195 196 196 <p></p>197 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">198 <input type="hidden" name="cmd" value="_s-xclick">199 <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">200 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">201 <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----202 ">203 </form>204 197 </center> 205 198 </body> -
chicken/trunk/srfi-18.scm
r7187 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/srfi-4.scm
r5529 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/stub.scm
r2776 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/support.scm
r8027 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 … … 258 250 259 251 (define (immediate? x) 260 (or (and (fixnum? x) (not (big-fixnum? x))) 252 (or (and (fixnum? x) (not (big-fixnum? x))) ; 64-bit fixnums would result in platform-dependent .c files 261 253 (eq? (##core#undefined) x) 262 254 (null? x) -
chicken/trunk/svnrevision.sh
r8135 r8361 1 1 #!/bin/sh 2 # svnrevision.sh - figure o out SVN revision and update buildsvnrevision file, if needed2 # svnrevision.sh - figure out SVN revision and update buildsvnrevision file, if needed 3 3 # 4 4 # Copyright (c) 2008, Felix L. Winkelmann 5 # Copyright (c) 2008, The Chicken Team 5 6 # All rights reserved. 6 7 # … … 24 25 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 26 # POSSIBILITY OF SUCH DAMAGE. 26 #27 # Send bugs, suggestions and ideas to:28 #29 # felix@call-with-current-continuation.org30 #31 # Felix L. Winkelmann32 # Unter den Gleichen 133 # 37130 Gleichen34 # Germany35 27 36 28 -
chicken/trunk/tcp.scm
r5974 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/tweaks.scm
r2776 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27 -
chicken/trunk/utils.scm
r7938 r8361 2 2 ; 3 3 ; Copyright (c) 2000-2007, Felix L. Winkelmann 4 ; Copyright (c) 2008, The Chicken Team 4 5 ; All rights reserved. 5 6 ; … … 23 24 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24 25 ; POSSIBILITY OF SUCH DAMAGE. 25 ;26 ; Send bugs, suggestions and ideas to:27 ;28 ; felix@call-with-current-continuation.org29 ;30 ; Felix L. Winkelmann31 ; Unter den Gleichen 132 ; 37130 Gleichen33 ; Germany34 26 35 27
Note: See TracChangeset
for help on using the changeset viewer.