Fix over-long lines; remove trailing whitespace.
authorChris Hanson <org/chris-hanson/cph>
Wed, 17 Mar 2010 07:24:51 +0000 (00:24 -0700)
committerChris Hanson <org/chris-hanson/cph>
Wed, 17 Mar 2010 07:24:51 +0000 (00:24 -0700)
41 files changed:
src/runtime/apply.scm
src/runtime/arith.scm
src/runtime/boot.scm
src/runtime/cpress.scm
src/runtime/defstr.scm
src/runtime/dosdir.scm
src/runtime/dosprm.scm
src/runtime/dosproc.scm
src/runtime/dospth.scm
src/runtime/dragon4.scm
src/runtime/gc.scm
src/runtime/gcnote.scm
src/runtime/genio.scm
src/runtime/graphics.scm
src/runtime/hash.scm
src/runtime/histry.scm
src/runtime/http-syntax.scm
src/runtime/infutl.scm
src/runtime/keyword.scm
src/runtime/krypt.scm
src/runtime/list.scm
src/runtime/make.scm
src/runtime/mime-codec.scm
src/runtime/numint.scm
src/runtime/numpar.scm
src/runtime/optiondb.scm
src/runtime/os2winp.scm
src/runtime/parse.scm
src/runtime/pgsql.scm
src/runtime/port.scm
src/runtime/prgcop.scm
src/runtime/qsort.scm
src/runtime/rgxcmp.scm
src/runtime/runtime.pkg
src/runtime/udata.scm
src/runtime/unpars.scm
src/runtime/unsyn.scm
src/runtime/uproc.scm
src/runtime/version.scm
src/runtime/wttree.scm
src/runtime/x11graph.scm

index 18d4496dfb7ec7138f161d2379789abf1b04a434..fa1699b5a02ab5a3188c5f6a225088dc87241e9d 100644 (file)
@@ -76,7 +76,7 @@ USA.
                         (v7 (f v0 v1 v2 v3 v4 v5 v6))
                         |#
                           (else ((ucode-primitive apply) f a0))))))
-  
+
 (define (apply-entity-procedure self f . args)
   self                                 ; ignored
   (apply-2 f
index 64d9a60ae5084172d99133e194a71043805b5366..37d10503302eaed1ba7910792274a92e1eab520b 100644 (file)
@@ -492,7 +492,7 @@ USA.
          (if (< sl 10)
              (print-medium value split-factor split-digits)
              (make-power-stack value split-factor '() split-digits)))))
-  
+
   (cond ((not (int:integer? number))
         (error:wrong-type-argument number #f 'NUMBER->STRING))
        ((int:negative? number)
@@ -850,7 +850,7 @@ USA.
            (lambda (n e)
              (flo:denormalize (integer->flonum n #b11) e))))
        (step1 n d))))
-  
+
   (define (slow-method n d)
     (if (int:positive? n)
        (n>0 n d)
index 4f59a121333816ba23de7768becdfbd848240be7..3d90a3395789b50bec736f2854a224fa35fdaec8 100644 (file)
@@ -125,7 +125,7 @@ USA.
   ((ucode-primitive with-interrupt-mask)
    (fix:and limit-mask (get-interrupt-enables))
    procedure))
-
+\f
 (define (object-constant? object)
   ((ucode-primitive constant?) object))
 
@@ -160,7 +160,9 @@ USA.
 (define (run-boot-inits! environment)
   (and (not (lexical-unreferenceable? environment saved-boot-inits))
        (let ((inits
-             ((ucode-primitive lexical-reference) environment saved-boot-inits)))
+             ((ucode-primitive lexical-reference)
+              environment
+              saved-boot-inits)))
         ((ucode-primitive unbind-variable) environment saved-boot-inits)
         (for-each (lambda (init) (init))
                   inits))))
index 873b3a0f0032f207433fa160d4bd7881099eee76..ce5d98c226fd0c66b9b2a38a1aa6afab0bf0d0c3 100644 (file)
@@ -99,7 +99,7 @@ USA.
   (call-with-binary-input-file (merge-pathnames ifile)
     (lambda (input)
       (call-with-binary-output-file (merge-pathnames ofile)
-        (lambda (output)                                     
+        (lambda (output)
          (write-string "Compressed-B1-1.00" output)
          (compress-ports input output))))))
 
index 75e2d44e0649aad39e52ee5894867a46c4132ded..ece048be931572d3e7d4046a194ae374c7e1479f 100644 (file)
@@ -28,7 +28,7 @@ USA.
 
 (declare (usual-integrations))
 \f
-#| 
+#|
 
 This macro works like the Common Lisp `defstruct' with the following
 differences:
index 855682923728f07d9bf3963fb7cee0f4d6a4ba50..aa5f08261cf919b6329bd966c4f4f3608eac33af 100644 (file)
@@ -247,7 +247,7 @@ USA.
           (lambda (instance)
             (and (string? instance)
                  (>= (string-length instance) totlen)
-                 (substring? middle instance)))))         
+                 (substring? middle instance)))))
 \f
        (else
         (let* ((prelen (string-length prefix))
index 15a91de809e61d15244720ae7db48324a1ac5bfa..63cc5d7656b8696983953e5ca3ab71e2f83b82d5 100644 (file)
@@ -404,7 +404,7 @@ USA.
                 (close-port port)
                 (set! port #f)
                 unspecific))))))))
-              
+
 (define console-channel-descriptor)
 
 (define (cache-console-channel-descriptor!)
index cc2e0897a04877d36190fd603d812c614b8d0628..d40e007af2aee182b02713510f48b4894ade3951 100644 (file)
@@ -71,7 +71,7 @@ USA.
             (lambda (port*)
               (recvr
                (channel-descriptor
-                (port/input-channel port*))))))))      
+                (port/input-channel port*))))))))
 
       (define (with-output-channel in out)
        (cond ((default-object? stderr)
index 59c116f017a7357aecd11cb4bb65adbc36ee2516..1fbcdf4353aeb79f9f8143b86678870e8e332598 100644 (file)
@@ -35,7 +35,7 @@ USA.
   ;;   must be quoted by another.
   (char-set #\\ #\/))
 
-(define sub-directory-delimiter-string 
+(define sub-directory-delimiter-string
   "\\")
 
 (define init-file-name "scheme.ini")
@@ -206,7 +206,7 @@ USA.
         "")
        ((pair? directory)
         (string-append
-         (if (eq? (car directory) 'ABSOLUTE) 
+         (if (eq? (car directory) 'ABSOLUTE)
               sub-directory-delimiter-string
               "")
          (let loop ((directory (cdr directory)))
index 7e45c0b1f4caaec6f45651adcbaf163e60f0faaa..8d5eb1972d2be6fb29e060b6843794e5586a2e3e 100644 (file)
@@ -351,6 +351,6 @@ not much different to numbers within a few orders of magnitude of 1.
   (try 0.00499   '(absolute -3 normal) "0.")
 
 
-  (display "\n\nSuccesses: ") (display successes)  
+  (display "\n\nSuccesses: ") (display successes)
   (display "    Failures: ") (display failures))
 |#
index a574003c9824622b4ddfb3a72098edaaf524ffe5..58d88da2933030340016474d4164f4ba8d3b018e 100644 (file)
@@ -165,7 +165,7 @@ USA.
   (hook/gc-finish start-value space-remaining))
 
 (define gc-boot-loading?)
-  
+
 (define gc-boot-death-message
   "\n;; Aborting boot-load: Not enough memory to load -- Use -large option.\n")
 \f
index 566a02d864de31da38631837df3d0ae150c1e18e..528e4f9dceb7caed8c3e4e2cfb587159a5f85346 100644 (file)
@@ -47,7 +47,7 @@ USA.
                    default/record-statistic!)
                (error "Can't grab GC statistics hook"))))
     unspecific))
-    
+
 (define (with-gc-notification! notify? thunk)
   (fluid-let ((hook/record-statistic!
               (if notify? gc-notification default/record-statistic!)))
@@ -126,7 +126,7 @@ USA.
                     #d10))
                "%)")
               7))))))
-            
+
     (string-append ";GC #"
                   (number->string (gc-statistic/meter statistic))
                   ": took: "
index 4565529892381d6ef27a325ed8a1cff6ba5e53d6..9d64ca66c0fd0fa092a6a87f324335f94fee62cb 100644 (file)
@@ -1222,11 +1222,11 @@ USA.
   #x0127 #x00B2 #x00B3 #x00B4 #x00B5 #x0125 #x00B7 #x00B8
   #x0131 #x015F #x011F #x0135 #x00BD #f     #x017C #x00C0
   #x00C1 #x00C2 #f     #x00C4 #x010A #x0108 #x00C7 #x00C8
-  #x00C9 #x00CA #x00CB #x00CC #x00CD #x00CE #x00CF #f    
+  #x00C9 #x00CA #x00CB #x00CC #x00CD #x00CE #x00CF #f
   #x00D1 #x00D2 #x00D3 #x00D4 #x0120 #x00D6 #x00D7 #x011C
   #x00D9 #x00DA #x00DB #x00DC #x016C #x015C #x00DF #x00E0
   #x00E1 #x00E2 #f     #x00E4 #x010B #x0109 #x00E7 #x00E8
-  #x00E9 #x00EA #x00EB #x00EC #x00ED #x00EE #x00EF #f    
+  #x00E9 #x00EA #x00EB #x00EC #x00ED #x00EE #x00EF #f
   #x00F1 #x00F2 #x00F3 #x00F4 #x0121 #x00F6 #x00F7 #x011D
   #x00F9 #x00FA #x00FB #x00FC #x016D #x015D #x02D9)
 
@@ -1268,17 +1268,17 @@ USA.
   '(ISO_8859-5:1988 ISO-IR-144 ISO_8859-5 CYRILLIC CSISOLATINCYRILLIC))
 \f
 (define-8-bit-codecs iso-8859-6 #xA1
-  #f     #f     #f     #x00A4 #f     #f     #f     #f    
-  #f     #f     #f     #x060C #x00AD #f     #f     #f    
-  #f     #f     #f     #f     #f     #f     #f     #f    
-  #f     #f     #x061B #f     #f     #f     #x061F #f    
+  #f     #f     #f     #x00A4 #f     #f     #f     #f
+  #f     #f     #f     #x060C #x00AD #f     #f     #f
+  #f     #f     #f     #f     #f     #f     #f     #f
+  #f     #f     #x061B #f     #f     #f     #x061F #f
   #x0621 #x0622 #x0623 #x0624 #x0625 #x0626 #x0627 #x0628
   #x0629 #x062A #x062B #x062C #x062D #x062E #x062F #x0630
   #x0631 #x0632 #x0633 #x0634 #x0635 #x0636 #x0637 #x0638
   #x0639 #x063A #f     #f     #f     #f     #f     #x0640
   #x0641 #x0642 #x0643 #x0644 #x0645 #x0646 #x0647 #x0648
   #x0649 #x064A #x064B #x064C #x064D #x064E #x064F #x0650
-  #x0651 #x0652 #f     #f     #f     #f     #f     #f    
+  #x0651 #x0652 #f     #f     #f     #f     #f     #f
   #f     #f     #f     #f     #f     #f     #f)
 
 (define-coding-aliases 'ISO-8859-6
@@ -1307,10 +1307,10 @@ USA.
   #f     #x00A2 #x00A3 #x00A4 #x00A5 #x00A6 #x00A7 #x00A8
   #x00A9 #x00D7 #x00AB #x00AC #x00AD #x00AE #x00AF #x00B0
   #x00B1 #x00B2 #x00B3 #x00B4 #x00B5 #x00B6 #x00B7 #x00B8
-  #x00B9 #x00F7 #x00BB #x00BC #x00BD #x00BE #f     #f    
-  #f     #f     #f     #f     #f     #f     #f     #f    
-  #f     #f     #f     #f     #f     #f     #f     #f    
-  #f     #f     #f     #f     #f     #f     #f     #f    
+  #x00B9 #x00F7 #x00BB #x00BC #x00BD #x00BE #f     #f
+  #f     #f     #f     #f     #f     #f     #f     #f
+  #f     #f     #f     #f     #f     #f     #f     #f
+  #f     #f     #f     #f     #f     #f     #f     #f
   #f     #f     #f     #f     #f     #f     #x2017 #x05D0
   #x05D1 #x05D2 #x05D3 #x05D4 #x05D5 #x05D6 #x05D7 #x05D8
   #x05D9 #x05DA #x05DB #x05DC #x05DD #x05DE #x05DF #x05E0
index 8597116cd3d9b0a76214816a13c4c7cbc4db11e3..b0d17568ef12bd98534d277f050e3175cda0c9c0 100644 (file)
@@ -452,8 +452,8 @@ USA.
            (fill-from-byte-vector (operation 'fill-from-byte-vector)))
        (if (not (null? operations))
            (error "Extra image type operations: " operations)
-           (%make-image-type create destroy 
-                             width height 
+           (%make-image-type create destroy
+                             width height
                              draw draw-subimage fill-from-byte-vector))))))
 \f
 (define-structure (image (conc-name image/) (constructor %make-image))
index 3f0c9f568c44ca3509a311b4dfaae0e59e4a70a1..9c35f6f0986816aa49918683296c7e1ff6c16147 100644 (file)
@@ -149,7 +149,7 @@ USA.
   (or (eq? x #f)
       (object-hash x
                   (if (default-object? table) default-hash-table table)
-                  #f)))  
+                  #f)))
 \f
 ;;; This can cons a bit when interpreted.
 
index 15a1d4d1552eedb88ad949ab592cebd15567a578..04ecb3a199710132e1859fb098daf6ff6c3478f0 100644 (file)
@@ -205,7 +205,7 @@ USA.
 (define (dummy-reduction? reduction)
   (and (false? (reduction-expression reduction))
        (eq? (ucode-return-address pop-from-compiled-code)
-           (reduction-environment reduction))))                                 
+           (reduction-environment reduction))))
 
 (define (record-dummy-reduction-in-history! history)
   (record-evaluation-in-history!
index 52cc0b8cd9a298ef5c7820c85572415e6e6c5af1..25ec643580263cbe57b6d526229c6323147d2bbf 100644 (file)
@@ -1189,7 +1189,7 @@ USA.
                    params-are-expectation?)
   write-parameters)
 \f
-#; 
+#;
 (define-header "From"
   ;; parser is completely different -- it's a mail address.
   ...
index 7d0a3b13bc90203f2ced3f83177e07221ae7c131..84cd154f8763e5491127426adb3ff7d0d5211ec5 100644 (file)
@@ -596,7 +596,7 @@ USA.
       (define (refill-input-buffer-and-retry needed)
        (short-substring-move! input-buffer ip ip-end input-buffer 0)
        (let* ((left (fix:- ip-end ip))
-              (count (read-substring input-port input-buffer 
+              (count (read-substring input-port input-buffer
                                      left input-size))
               (total (fix:+ count left)))
          (if (fix:= count 0)
@@ -609,7 +609,7 @@ USA.
       (define (finished)
        (output-port/write-substring output-port buffer 0 bp)
        bp)
-  
+
       (define (literal-command byte)
        (let ((length (fix:+ byte 1))
              (ip*    (fix:+ ip 1)))
@@ -712,7 +712,7 @@ USA.
 
 (define (uncompress-internal ifile ofile if-fail)
   (call-with-binary-input-file (merge-pathnames ifile)
-    (lambda (input)                           
+    (lambda (input)
       (let* ((file-marker "Compressed-B1-1.00")
             (marker-size (string-length file-marker))
             (actual-marker (make-string marker-size)))
@@ -722,7 +722,7 @@ USA.
                        marker-size)
                 (string=? file-marker actual-marker))
            (call-with-binary-output-file (merge-pathnames ofile)
-             (lambda (output)                                    
+             (lambda (output)
                (uncompress-ports input output (fix:* (file-length ifile) 2))))
            (if-fail "Not a recognized compressed file:" ifile))))))
 \f
index be8fca217786afdb90a45497f9a5fb4c4a2a60e2..2ced2298b77a06ac8b3940d37e208ae79cbb6ba3 100644 (file)
@@ -1,6 +1,8 @@
 #| -*-Scheme-*-
 
-Copyright (C) 2010 Massachusetts Institute of Technology
+Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
+    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+    2006, 2007, 2008, 2009, 2010 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -27,7 +29,8 @@ USA.
 (declare (usual-integrations))
 \f
 (define (initialize-package!)
-  (set! *keyword-intern-table* (make-string-hash-table)))
+  (set! *keyword-intern-table* (make-string-hash-table))
+  unspecific)
 
 (define *keyword-intern-table*)
 
@@ -51,7 +54,7 @@ USA.
       ((BOTH CL)
        (write-char #\: port)
        (write (keyword/name object) port))
-      ((DSSSL SRFI-88) 
+      ((DSSSL SRFI-88)
        (write (keyword/name object) port)
        (write-char #\: port))
       (else
@@ -67,5 +70,7 @@ USA.
   (guarantee-string string 'string->keyword)
   (or (hash-table/get *keyword-intern-table* string #f)
       (let ((new-keyword (%make-keyword (string->symbol string))))
-       (hash-table/put! *keyword-intern-table* (string-copy string) new-keyword)
+       (hash-table/put! *keyword-intern-table*
+                        (string-copy string)
+                        new-keyword)
        new-keyword)))
\ No newline at end of file
index 5043708bacf3392e6a57df4f27c2d9aab59cc48c..4fba494dc099f063518acdde403c780481c7e33e 100644 (file)
@@ -92,7 +92,7 @@ USA.
               (fix:xor (vector-8b-ref buf k)
                        (vector-ref s (inc-mod
                                       (fix:+ (fix:1+ (vector-ref s i))
-                                             (vector-ref s j)) 
+                                             (vector-ref s j))
                                       ts))))
              (loop (fix:1+ k) i j)))
          (begin
@@ -107,7 +107,7 @@ USA.
      (vector-ref '#("Mon" "Tue" "Wed" "Thu" "Fri" "Sat" "Sun")
                 (decoded-time/day-of-week the-time))
      " "
-     (vector-ref '#("Jan" "Feb" "Mar" "Apr" "May" "Jun" 
+     (vector-ref '#("Jan" "Feb" "Mar" "Apr" "May" "Jun"
                          "Jul" "Aug" "Sep" "Oct" "Nov" "Dec")
               (-1+ (decoded-time/month the-time)))
      " "
index 9de53428f90ddfcb9687cda61c91c422d4e81fea..72fde39ada595dad261ff7dfc0ae539cde88b9d7 100644 (file)
@@ -236,7 +236,7 @@ USA.
                                   description
                                   (if (default-object? caller) #f caller)))
     n))
-
+\f
 (define (length list)
   (guarantee-list->length list 'LENGTH))
 
@@ -248,25 +248,36 @@ USA.
          (else (error:not-list list 'length=?))))
 
   (define (%same-length left right)
-    (cond ((pair? left) (cond ((pair? right) (%same-length (cdr left) (cdr right)))
-                             ((null? right) #f)
-                             (else (error:not-list right 'length=?))))
-         ((null? left) (cond ((pair? right) #f)
-                             ((null? right) #t)
-                             (else (error:not-list right 'length=?))))
-         (else (error:not-list left 'length=?))))
+    (cond ((pair? left)
+          (cond ((pair? right) (%same-length (cdr left) (cdr right)))
+                ((null? right) #f)
+                (else (error:not-list right 'length=?))))
+         ((null? left)
+          (cond ((pair? right) #f)
+                ((null? right) #t)
+                (else (error:not-list right 'length=?))))
+         (else
+          (error:not-list left 'length=?))))
 
   ;; Take arguments in either order to make this easy to use.
-  (cond ((pair? left) (cond ((pair? right) (%same-length (cdr left) (cdr right)))
-                           ((index-fixnum? right) (%length=? right left))
-                           ((null? right) #F)
-                           (else (error:wrong-type-argument right "index fixnum or list" 'length=?))))
-       ((index-fixnum? left) (%length=? left right))
-       ((null? left) (cond ((pair? right) #f)
-                           ((index-fixnum? right) (fix:zero? right))
-                           ((null? right) #t)
-                           (else (error:wrong-type-argument right "index fixnum or list" 'length=?))))
-       (else (error:wrong-type-argument left "index fixnum or list" 'length=?))))
+  (cond ((pair? left)
+        (cond ((pair? right) (%same-length (cdr left) (cdr right)))
+              ((index-fixnum? right) (%length=? right left))
+              ((null? right) #f)
+              (else
+               (error:wrong-type-argument right "index fixnum or list"
+                                          'length=?))))
+       ((index-fixnum? left)
+        (%length=? left right))
+       ((null? left)
+        (cond ((pair? right) #f)
+              ((index-fixnum? right) (fix:zero? right))
+              ((null? right) #t)
+              (else
+               (error:wrong-type-argument right "index fixnum or list"
+                                          'length=?))))
+       (else
+        (error:wrong-type-argument left "index fixnum or list" 'length=?))))
 
 (define (not-pair? x)
   (not (pair? x)))
index 4cf3a4ca54d02658f7a9836ae7e50923a42cab37..d3b62d822e49506393de387d992331be27ee3ba3 100644 (file)
@@ -487,7 +487,7 @@ USA.
    (RUNTIME TRANSCRIPT)
    (RUNTIME STRING-I/O-PORT)
    (RUNTIME USER-INTERFACE)
-   ;; These MUST be done before (RUNTIME PATHNAME) 
+   ;; These MUST be done before (RUNTIME PATHNAME)
    ;; Typically only one of them is loaded.
    (RUNTIME PATHNAME UNIX)
    (RUNTIME PATHNAME DOS)
index eb06fa5fffca1e96f2c1b9bacb9f5e1fad749b24..60c737f40ef009f38ffe908f3ec6126e14954798 100644 (file)
@@ -691,7 +691,7 @@ USA.
 (define binhex40-header-regexp
   "[\r\n\t ]*(This file must be converted with BinHex.*[\r\n][\r\n\t ]*:")
 
-(define (decode-binhex40-decoding context string start end)   
+(define (decode-binhex40-decoding context string start end)
   (let ((buffer (binhex40-decoding-context/input-buffer context)))
     (let loop
        ((start start)
index 2dd884c719c9960ba6e78e481e51973255144c6d..814077f8d3aa1003a91a7b9542b3b368be7ef8e4 100644 (file)
@@ -62,7 +62,7 @@ USA.
 
 (define (make-<=-operator <)
   (make-comparison-operator (lambda (x y) (not (< y x))) 'make-<=-operator))
-  
+
 (define (make->=-operator <)
   (make-comparison-operator (lambda (x y) (not (< x y))) 'make->=-operator))
 
@@ -125,7 +125,7 @@ USA.
    binary-invert-op))
 
 
-(define (make-arithmetic-package package-name . operations) 
+(define (make-arithmetic-package package-name . operations)
   (lambda (m . opt)
     (cond ((eq? m 'bound-names) (map car operations))
          ((eq? m 'package-name) package-name)
index 52c20f09f7a1dc598e9ad74053b740e1db693841..e86a0013c5d8b70f6a0654dcbb34d2b6beb7794f 100644 (file)
@@ -182,7 +182,7 @@ USA.
     (parse-digits string start end 0 exactness radix
       (lambda (start* integer exactness sharp?)
        sharp?
-       (and (> start* start) ; >0 denominator digits 
+       (and (> start* start) ; >0 denominator digits
             (parse-complex string start* end
                            (finish integer exactness sign)
                            exactness radix sign))))))
@@ -254,8 +254,7 @@ USA.
          (finish-real integer exponent exactness sign)
          (parse-decimal-5 string start end
                           integer exponent exactness sign))))
-                          
-  
+
   (and (fix:< start end)
        (let ((esign (string-ref string start)))
         (if (sign? esign)
@@ -345,7 +344,7 @@ USA.
     (apply-exactness exactness
                     (* (apply-sign sign integer)
                        (expt 10 exponent))))
-   
+
   (if (or (eq? 'INEXACT exactness) (eq? 'IMPLICIT-INEXACT exactness))
       (let ((abs-exponent (if (< exponent 0) (- exponent) exponent))
            (powers-of-10 exact-flonum-powers-of-10))
index f75d4b466a7c033847db3ff9d50da1d7de8ec09b..41f1ef2635cf799ab5c7d4cf2d69efdc2c0bd285 100644 (file)
@@ -43,7 +43,7 @@ USA.
 ;;   $MITSCHEME_LIBRARY_PATH/runtime/) into the environment of the
 ;;   package named PACKAGE-NAME, and then evaluates EXPR in that load
 ;;   environment. If EXPR is #F of course evaluating it has no effect.
-;; 
+;;
 ;; (FURTHER-LOAD-OPTIONS EXPR)
 ;;   EXPR is the place to look next for the load options.  Useful objects
 ;;   are STANDARD-LOAD-OPTIONS (load options supplied with the
index 28211be5e95d8b3d8d27effd3cdd35bedde71b77..6c63fe9cf937a06a76fe7602f5e7d5522e6f2bae 100644 (file)
@@ -419,7 +419,7 @@ USA.
 (define-integrable ROP_DSTINVERT   #x55)
 (define-integrable ROP_ZERO        #x00)
 (define-integrable ROP_ONE         #xFF)
-   
+
 ;; Constants for OS2PS-BITBLT options argument
 (define-integrable BBO_OR            0)
 (define-integrable BBO_AND           1)
index 1c911958f1c86e00c6246ad3b01e446ce249991e..aa0155329de664e3c3df092ceb495c493a34f141 100644 (file)
@@ -233,7 +233,7 @@ USA.
        (string->symbol string)
        (or (check-for-keyword string (db-keyword-style db))
            (string->symbol string)))))
-
+\f
 ;; It'd be nice to have keyword objects work as part of the
 ;; parser-table, but not everyone does keywords the same way
 ;; (leading vs. trailing), so we'll just to check at the
index c06e325e950e1de29389757f341c5a0301e9d673..6232450e503ad4fa891be98f539d3db86bb31de2 100644 (file)
@@ -64,7 +64,7 @@ USA.
   (pq-tty 1)
   (pq-unescape-bytea 1)
   (pq-user 1))
-
+\f
 (define-syntax define-enum
   (sc-macro-transformer
    (lambda (form environment)
@@ -262,7 +262,7 @@ USA.
 (define (poll-pgsql-reset connection)
   (index->name (pq-reset-poll (connection->handle connection))
               postgres-polling-status))
-
+\f
 (define-syntax define-connection-accessor
   (sc-macro-transformer
    (lambda (form environment)
index 8bbe22e200d4a1e1d4aebf9b468a2583f0bbca32..11cfd4a13dad980148c375a18cd8de89b246f205 100644 (file)
@@ -438,7 +438,7 @@ USA.
 (define (port/operation port name)
   (guarantee-port port 'port/operation)
   (port/%operation port name))
-
+\f
 (define-syntax define-port-operation
   (sc-macro-transformer
    (lambda (form environment)
index 6227df1862665f296bfeee039b6988af7e94c72c..cd5db29cb6e8ebd920f65dae8f64417930bbcd97 100644 (file)
@@ -150,13 +150,13 @@ USA.
         (len (vector-length new)))
     ((ucode-primitive declare-compiled-code-block 1) typed)
     (add-association! obj typed)
-    (do ((i (fix:+ (object-datum (vector-ref new 0)) 1) (fix:+ 1 i)))    
+    (do ((i (fix:+ (object-datum (vector-ref new 0)) 1) (fix:+ 1 i)))
        ((not (fix:< i len)))
       (vector-set! new i (copy-object (vector-ref new i))))
     typed))
 
 (define-integrable (atomically thunk)
-  (with-absolutely-no-interrupts thunk))  
+  (with-absolutely-no-interrupts thunk))
 \f
 (define ((%copy-pair type) obj)
   (%%copy-pair type obj))
@@ -264,7 +264,7 @@ USA.
 (define (copy-VARIABLE-object obj)
   (let ((var (make-variable (variable-name obj))))
     (add-association! obj var)
-    var))    
+    var))
 
 (define (copy-COMMENT-object obj)
   (let ((the-text (comment-text obj)))
index d8e73c9b17a8ba404eed09837ac5b644fd98d78e..23706692636038ca9b634e82efc7b0d595a8999e 100644 (file)
@@ -36,7 +36,7 @@ USA.
 (define (quick-sort! vector predicate)
   (define (outer-loop l r)
     (if (fix:> r l)
-       (if (fix:= r (fix:+ l 1)) 
+       (if (fix:= r (fix:+ l 1))
            (if (predicate (vector-ref vector r)
                           (vector-ref vector l))
                (exchange! l r))
index 63565d205957ecd10cae7ae6069d77434a610e0d..1f8c2fff0eaba196f2555befcb532de40f05c8fa 100644 (file)
@@ -191,7 +191,7 @@ USA.
          (if (fix:zero? n)
              (make-compiled-regexp string case-fold?)
              (let ((result
-                    (string-allocate 
+                    (string-allocate
                      (let ((qr (integer-divide n 255)))
                        (fix:+ (fix:* 257 (integer-divide-quotient qr))
                               (let ((r (integer-divide-remainder qr)))
index 0937485f1aa4178085c416ab9899d78992667534..28fb7de1a82dc5a7eca1dcc51ea5c7cf6d640d36 100644 (file)
@@ -2911,7 +2911,7 @@ USA.
   (initialization (initialize-package!)))
 
 (define-package (runtime primitive-io)
-  (files "io") 
+  (files "io")
   (parent (runtime))
   (export ()
          all-dld-handles
@@ -5048,7 +5048,7 @@ USA.
          rexp-line-end
          rexp-line-start
          rexp-n*
-         rexp-n*m        
+         rexp-n*m
          rexp-n*n
          rexp-not-syntax-char
          rexp-not-word-char
index c2b66a8fe2a541a7b8bbaa1828ae32fdfeb5dfb6..d79fd96966b9dcee0a9079273f62c880117f9746 100644 (file)
@@ -158,7 +158,7 @@ contains constants derived from the source program.
   (compiled-code-address->block (fasload filename)))
 
 (define (compiled-code-block/manifest-closure? block)
-  (object-type? 
+  (object-type?
    (ucode-type manifest-closure)
    ;; This combination returns an unsafe object, but since it
    ;; is used as an argument to a primitive, I can get away
index 9a9fb28d09a1749bc6b9ac687e17f98e9c7d1ea7..4c0e5c100a73dbcef979a459913c6183dcbe0a3d 100644 (file)
@@ -368,7 +368,7 @@ USA.
 
 (define (looks-like-keyword? string)
   (case (environment-lookup *environment* '*KEYWORD-STYLE*)
-    ((BOTH) 
+    ((BOTH)
      (or (char=? (string-ref string 0) #\:)
         (char=? (string-ref string (- (string-length string) 1)) #\:)))
     ((CL)
index 44d29fa7fdf83a1d9421a255f4aee8557e01c0e2..00564a5cd1b943963e7281655aebf4a5c4cc66f3 100644 (file)
@@ -83,7 +83,7 @@ USA.
          (set-cdr! bound old)
          value))
       (action argument)))
-          
+
 (define (unsyntax scode)
   (fluid-let ((bound (list #F '())))
     (unsyntax-object (if (procedure? scode) (procedure-lambda scode) scode))))
@@ -241,7 +241,7 @@ USA.
               unexpand-disjunction
               (lambda (predicate alternative)
                 (list (unsyntax-object predicate)
-                      (unsyntax-object alternative)))))))         
+                      (unsyntax-object alternative)))))))
 
 (define (unexpand-disjunction predicate alternative)
   `(,(unsyntax-object predicate)
index 90e26c380bfd15683fcc85c3c333d7a11229178b..9674ee2bb49ca82b79eb10fc0d03fa4d452b2d3e 100644 (file)
@@ -425,6 +425,4 @@ USA.
                             #f)))))
                  (else
                   (loop (entity-procedure p1))))
-           
-           
            #f))))
\ No newline at end of file
index 044be52bf273e15f53e1d8e38c3845ca297789e6..1c41f1eefec764bc411772a9a0c0cce61664c40b 100644 (file)
@@ -174,7 +174,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.")
 (define (write-words words line-prefix indentation port)
   (let ((wrap-column (- (output-port/x-size port) 5))
        (space " "))
-    
+
     (define (write-first-word words indent?)
       (write-string line-prefix port)
       (if indent? (write-string indentation port))
index 0d62def311428775a8fd3899ed61d6af1d187db9..4a5618f30b94e8d8b8ff9bcf487ed5fb46f5031a 100644 (file)
@@ -64,7 +64,7 @@ reference:
   (difference  #F read-only true)
   (subset?     #F read-only true)
   (rank        #F read-only true)
-)  
+)
 \f
 ;;;  Tree representation
 ;;;
@@ -243,7 +243,7 @@ reference:
   (define (node/rank k node rank)
     (cond ((empty? node)             #f)
          ((key<? k (node/k node))  (node/rank k (node/l node) rank))
-         ((key>? k (node/k node))  
+         ((key>? k (node/k node))
           (node/rank k (node/r node)
                        (fix:+ 1 (fix:+ rank (node/size (node/l node))))))
          (else                     (fix:+ rank (node/size (node/l node))))))
@@ -305,7 +305,7 @@ reference:
          ((key<? (node/k node) x)
           (node/split-gt (node/r node) x))
          ((key<? x (node/k node))
-          (node/concat3 (node/k node) (node/v node) 
+          (node/concat3 (node/k node) (node/v node)
                         (node/split-gt (node/l node) x) (node/r node)))
          (else (node/r node))))
 
@@ -431,7 +431,7 @@ reference:
       (cond ((null? alist)  node)
            ((pair? alist)  (loop (cdr alist)
                                  (node/add node (caar alist) (cdar alist))))
-           (else           
+           (else
             (error:wrong-type-argument alist "alist" 'alist->tree))))
     (%make-wt-tree my-type (loop alist empty)))
 
@@ -468,7 +468,7 @@ reference:
      ))
 
   my-type)
-       
+
 
 
 ;;;
index e8dd71879b5ec51b9e0bbb3c286853b5db378d7f..e1cdd684aba3afb475cbb17025d75ae17883cc27 100644 (file)
@@ -485,7 +485,7 @@ USA.
        (let ((xw
               (x-graphics-open-window
                 (x-display/xd display)
-                (if (default-object? geometry) 
+                (if (default-object? geometry)
                     x-graphics-default-geometry
                     geometry)
                 (vector #f resource class))))
@@ -669,7 +669,7 @@ USA.
                       (->flonum angle-start)
                       (->flonum angle-sweep)
                       fill?))
-   
+
 (define (x-graphics/draw-circle device x y radius)
   (x-graphics-draw-arc (x-graphics-device/xw device)
                       (->flonum x)
@@ -679,7 +679,7 @@ USA.
                       0.
                       360.
                       #f))
-   
+
 (define (x-graphics/fill-circle device x y radius)
   (x-graphics-draw-arc (x-graphics-device/xw device)
                       (->flonum x)
@@ -689,11 +689,11 @@ USA.
                       0.
                       360.
                       #t))
-   
+
 (define (x-graphics/fill-polygon device point-vector)
   (x-graphics-fill-polygon (x-graphics-device/xw device)
                           (vector-map ->flonum point-vector)))
-   
+
 (define (x-graphics/copy-area device source-x-left source-y-top width height
                              destination-x-left destination-y-top)
   (let ((xw (x-graphics-device/xw device)))