-
Notifications
You must be signed in to change notification settings - Fork 2
/
_csums
651 lines (651 loc) · 17.4 KB
/
_csums
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
17973 1 ./TODO
5135 118 ./s9.c
64266 2 ./help/help
1087 1 ./help/not
49789 5 ./help/eqvp
47200 1 ./help/delete-file
55741 1 ./help/booleanp
10977 2 ./help/eqp
33160 1 ./help/equalp
24821 1 ./help/pairp
65532 1 ./help/cons
33705 1 ./help/car
47732 1 ./help/cdr
54906 1 ./help/set-carb
42411 1 ./help/set-cdrb
2048 1 ./help/caar
11380 1 ./help/nullp
38350 1 ./help/listp
19890 1 ./help/list
10843 1 ./help/append
30149 1 ./help/length
54573 1 ./help/reverse
60876 1 ./help/list-tail
59198 1 ./help/list-ref
47079 1 ./help/memq
39640 2 ./help/assq
25300 1 ./help/symbolp
64465 1 ./help/symbol-to-string
24425 1 ./help/string-to-symbol
43533 1 ./help/numberp
25596 1 ./help/eq
31064 1 ./help/zerop
22847 1 ./help/max
64604 1 ./help/plus
13408 1 ./help/letstar
21834 1 ./help/minus
4692 1 ./help/abs
56423 1 ./help/quotient
29411 1 ./help/gcd
53596 1 ./help/expt
3657 1 ./help/number-to-string
42584 1 ./help/string-to-number
61649 1 ./help/charp
29001 1 ./help/chareqp
41310 1 ./help/char-cieqp
40142 1 ./help/stringp
53873 1 ./help/char-alphabeticp
21946 1 ./help/char-to-integer
57003 1 ./help/char-upcase
33290 1 ./help/make-string
45573 1 ./help/string
47187 1 ./help/string-length
12449 1 ./help/string-ref
44210 1 ./help/string-setb
46514 1 ./help/stringeqp
30198 2 ./help/stringltp
41848 1 ./help/substring
62560 1 ./help/string-append
38006 1 ./help/string-to-list
63175 1 ./help/string-copy
63259 1 ./help/string-fillb
27804 1 ./help/vectorp
12005 1 ./help/make-vector
19214 1 ./help/vector
4995 1 ./help/vector-length
58628 1 ./help/vector-ref
19874 1 ./help/vector-setb
53576 1 ./help/vector-to-list
54487 1 ./help/vector-fillb
55423 1 ./help/procedurep
19435 1 ./help/apply
45554 1 ./help/map
45036 1 ./help/for-each
6464 3 ./help/force
16145 1 ./help/call-with-input-file
12476 1 ./help/input-portp
50753 1 ./help/current-input-port
64337 1 ./help/with-input-from-file
41681 1 ./help/open-input-file
52017 1 ./help/open-output-file
27230 1 ./help/close-input-port
24043 2 ./help/read
4656 1 ./help/read-char
61989 1 ./help/peek-char
55133 1 ./help/eof-objectp
7144 1 ./help/write
3055 1 ./help/display
24725 1 ./help/newline
46692 1 ./help/write-char
60477 1 ./help/load
65050 1 ./help/file-existsp
60754 1 ./help/fold-left
21457 1 ./help/fold-right
31925 1 ./help/gensym
20869 1 ./help/load-from-library
53716 1 ./help/locate-file
16854 1 ./help/print
8822 1 ./help/set-input-portb
57333 1 ./help/symbols
18087 1 ./help/begin
54590 2 ./help/case
24726 2 ./help/cond
21589 3 ./help/define
15373 2 ./help/do
11764 1 ./help/if
63336 3 ./help/lambda
39198 2 ./help/let
13493 3 ./help/quasiquote
46083 2 ./help/letrec
4460 1 ./help/or
63168 1 ./help/and
64155 2 ./help/quote
16669 1 ./help/setb
41800 2 ./help/scan-help-pages
23563 3 ./help/starstar
50012 1 ./help/make-help-index
54823 1 ./help/troffify-char
65348 3 ./help/define-syntax
3499 4 ./help/syntax-rules
52971 4 ./help/bitwise-and
40947 3 ./help/complement
35467 1 ./help/cond-expand
39984 1 ./help/count
58766 1 ./help/depth
37279 1 ./help/draw-tree
16601 1 ./help/exists
62405 1 ./help/explode
41826 1 ./help/factor
14451 1 ./help/factorial
4378 1 ./help/filter
55037 1 ./help/flatten
51516 1 ./help/fluid-let
35785 1 ./help/for-all
56125 11 ./help/format
65279 1 ./help/hyper
61892 1 ./help/implode
31530 1 ./help/integer-sqrt
43971 1 ./help/intersection
61012 1 ./help/iota
8662 1 ./help/list-to-set
48623 3 ./help/make-hash-table
21352 1 ./help/make-partitions
11796 1 ./help/mergesort
19204 2 ./help/make-rbt
38746 1 ./help/module
59840 1 ./help/partition
11943 3 ./help/pretty-print
26445 1 ./help/programp
26273 3 ./help/record
18901 2 ./help/prolog
50993 1 ./help/sum
4897 1 ./help/quicksort
33968 4 ./help/re-comp
62920 1 ./help/read-file
26079 2 ./help/read-from-string
48655 1 ./help/read-line
52832 1 ./help/remove
34044 1 ./help/replace
29281 1 ./help/runstar
64340 2 ./help/string-find
57290 1 ./help/string-split
60153 1 ./help/union
10295 1 ./help/substitute
17675 1 ./help/transpose
5658 1 ./help/write-to-string
24173 1 ./help/zebra
9700 1 ./help/string-upcase
41932 2 ./help/make-queue
30867 1 ./help/keyword-value
52826 1 ./help/find-help-page
7381 1 ./help/sqrt
43505 1 ./help/string-parse
1178 1 ./help/format-time
60975 1 ./help/unsort
21151 1 ./help/error
770 1 ./help/require-extension
11262 2 ./help/letrecstar
57445 1 ./help/string-digest
31643 1 ./help/sieve
3753 1 ./help/time-to-unix-time
30777 1 ./help/unix-time-to-time
18439 1 ./help/basename
51970 1 ./help/string-unsplit
1652 1 ./help/dirname
47755 1 ./help/proper-timep
15725 1 ./help/leap-yearp
17895 1 ./help/eval
33576 1 ./help/displaystar
47600 1 ./help/string-locate
43585 2 ./help/string-find-last
41012 4 ./help/make-stream
50247 2 ./help/name-to-file-name
44140 1 ./help/string-scan
64617 1 ./help/string-translate
14436 2 ./help/and-letstar
35301 1 ./help/sort
43632 2 ./help/string-position
12366 2 ./help/string-last-position
15593 2 ./help/split-url
16865 1 ./help/url-decode
6712 1 ./help/r4rs-procedures
35860 5 ./help/define-class
55407 1 ./help/vector-map
42640 1 ./help/string-map
10619 1 ./help/subvector
2477 1 ./help/sublist
51013 4 ./help/call-with-current-continuation
11936 1 ./help/letslashcc
21243 1 ./help/thread-create
18637 2 ./help/macro-expand
54021 1 ./help/tagbody
31715 3 ./help/define-structure
38347 2 ./help/catch
65438 3 ./help/make-array
37337 2 ./help/amb
11981 1 ./help/position
19553 1 ./help/set-difference
15780 1 ./help/adjoin
29335 1 ./help/subsetp
12823 1 ./help/equal-cip
36613 1 ./help/type-case
238 1 ./help/memp
34943 1 ./help/assp
32961 4 ./help/t-sort
7925 1 ./help/tree-equalp
42991 1 ./help/permute
12887 1 ./help/combine
47941 1 ./help/random
64901 1 ./help/split
14511 1 ./help/merge
36062 1 ./help/integer-to-binary-string
62073 1 ./help/id
21367 2 ./help/memoize
51507 1 ./help/duplicates
42702 1 ./help/exp
23741 1 ./help/when
9890 1 ./help/while
4448 1 ./help/reverseb
34305 1 ./help/stats
20863 1 ./help/void
57151 1 ./help/tree-map
21316 2 ./help/pushb
42742 2 ./help/package
17278 1 ./help/system
37827 3 ./help/make-canvas
25068 1 ./help/listq
57005 1 ./help/appendb
39582 1 ./help/random-sort
9412 2 ./help/floor
38169 1 ./help/exactp
21298 1 ./help/exponent
23426 1 ./help/exact-to-inexact
22290 1 ./help/string-reverse
14843 2 ./help/c2html
22988 3 ./help/scm2html
8360 1 ./help/group
39591 1 ./help/loutify-char
10656 1 ./help/htmlify-char
13256 1 ./help/string-expand
63398 2 ./help/bit-op
14567 3 ./help/bit0
22245 2 ./help/time-add
1468 1 ./help/choose
59170 2 ./help/get-line
30346 1 ./help/string-prefixeqp
46909 2 ./help/get-prop
57957 1 ./help/data-structures
30052 1 ./help/graph-tools
50711 1 ./help/syntax-extensions
14312 1 ./help/tree-copy
58120 1 ./help/list-copy
64983 1 ./help/take
24435 1 ./help/collect
20110 2 ./help/char-plot
17943 1 ./help/cdf
1880 1 ./help/ndf
48272 1 ./help/vector-append
64685 1 ./help/vector-copy
26233 2 ./help/curses/curs_addch
6851 1 ./help/curses/INDEX
58199 2 ./help/curses/curs_attroff
14692 4 ./help/curses/curs_cbreak
7059 1 ./help/curses/curs_clear
18676 1 ./help/curses/curs_color-set
568 1 ./help/curses/curs_cursoff
61683 2 ./help/curses/curs_delch
12648 1 ./help/curses/curs_endwin
45545 3 ./help/curses/curs_flushinp
59170 2 ./help/curses/get-line
14306 1 ./help/environ
48804 1 ./help/queens
42447 1 ./help/erf
47243 1 ./help/argv
2762 7 ./help/INDEX
21889 1 ./help/bottles
24804 1 ./help/mean
9721 1 ./help/quartile
60192 1 ./help/median
19456 1 ./help/mode
21950 1 ./help/range
46554 1 ./help/stddev
48285 1 ./help/variance
52402 1 ./help/stat-tools
64211 1 ./help/sys-unix/sys_access
57080 1 ./help/sys-unix/sys_catch-errors
40672 1 ./help/sys-unix/sys_chdir
51898 2 ./help/sys-unix/sys_chmod
8 1 ./help/sys-unix/sys_chown
41506 1 ./help/sys-unix/sys_command-line
42214 1 ./help/sys-unix/sys_dup
27608 2 ./help/sys-unix/INDEX
45656 1 ./help/sys-unix/sys_errno
44639 1 ./help/sys-unix/sys_execv
40127 1 ./help/sys-unix/sys_exit
39622 1 ./help/sys-unix/sys_fileno
23257 1 ./help/sys-unix/sys_flush
39525 1 ./help/sys-unix/sys_fork
34058 1 ./help/sys-unix/sys_get-magic-value
40362 1 ./help/sys-unix/sys_getcwd
36101 1 ./help/sys-unix/sys_getenv
17943 1 ./help/sys-unix/sys_getpgid
62953 1 ./help/sys-unix/sys_getgrnam
3413 1 ./help/sys-unix/sys_getpid
2018 1 ./help/sys-unix/sys_getpwent
34379 1 ./help/sys-unix/sys_getpwnam
27041 1 ./help/sys-unix/sys_gettimeofday
18147 1 ./help/sys-unix/sys_getuid
34912 1 ./help/sys-unix/sys_group-name
31075 1 ./help/sys-unix/append-to-output-file
30107 1 ./help/sys-unix/flush-output-port
12997 1 ./help/sys-unix/sys_kill
28002 1 ./help/sys-unix/sys_link
35577 1 ./help/sys-unix/sys_lock
14750 1 ./help/sys-unix/sys_lseek
63956 1 ./help/sys-unix/sys_make-input-port
11282 1 ./help/sys-unix/sys_mkdir
41623 2 ./help/sys-unix/sys_open
23740 1 ./help/sys-unix/sys_pipe
24689 1 ./help/sys-unix/sys_read
64366 1 ./help/sys-unix/sys_readdir
6790 1 ./help/sys-unix/sys_readlink
46446 1 ./help/sys-unix/sys_rename
18025 1 ./help/sys-unix/sys_rmdir
25380 1 ./help/sys-unix/sys_select
40128 1 ./help/sys-unix/sys_setuid
12810 2 ./help/sys-unix/sys_stat
3145 1 ./help/sys-unix/time
50854 2 ./help/sys-unix/sys_stat-name
15841 2 ./help/sys-unix/sys_stat-regularp
36402 1 ./help/sys-unix/sys_strerror
23802 1 ./help/sys-unix/sys_symlink
43445 1 ./help/sys-unix/sys_system
50004 1 ./help/sys-unix/sys_umask
57019 1 ./help/sys-unix/sys_unlink
1107 1 ./help/sys-unix/sys_unlock
52659 1 ./help/sys-unix/sys_user-name
57349 1 ./help/sys-unix/sys_usleep
9510 1 ./help/sys-unix/sys_utimes
21996 1 ./help/sys-unix/sys_wait
24203 2 ./help/sys-unix/inet-server
11770 1 ./help/sys-unix/mode-to-string
46621 4 ./help/sys-unix/parse-optionsb
44142 3 ./help/sys-unix/runtime-stats
30565 1 ./help/sys-unix/search-path
42119 1 ./help/sys-unix/spawn-command
32572 1 ./help/sys-unix/spawn-shell-command
33923 1 ./help/sys-unix/standard-error-port
297 1 ./help/sys-unix/char-readyp
60638 1 ./help/sys-unix/unix-tools
9601 1 ./help/sys-unix/sys_inet-connect
1686 1 ./help/sys-unix/sys_inet-getpeername
52834 2 ./help/sys-unix/sys_inet-listen
13460 1 ./help/csv/INDEX
7793 2 ./help/csv/csv_read
42598 1 ./help/current-error-port
12518 1 ./help/open-append-file
43846 3 ./help/define-matcher
50749 1 ./help/command-line
23532 1 ./help/environment-variable
32830 1 ./help/system-command
56757 1 ./help/quit
37864 1 ./help/ifstar
31602 1 ./help/dump-image
65118 2 ./help/catch-errors
10441 1 ./help/s9_bytecode
34249 4 ./help/disassemble
41932 2 ./help/queue
59308 43 ./s9.scm
41914 15 ./s9core.h
12183 20 ./s9.1.txt
40498 2 ./LICENSE
41089 38 ./contrib/format.scm
10781 11 ./contrib/format.txt
39931 9 ./contrib/format-test.scm
56444 9 ./contrib/prolog.scm
3185 22 ./contrib/pretty-print.scm
13964 3 ./contrib/string-locate.scm
37023 4 ./contrib/help.scm
41680 5 ./contrib/draw-tree.scm
54266 2 ./contrib/prolog-test.scm
17877 2 ./contrib/zebra.scm
22842 18 ./contrib/s9sos.scm
61572 29 ./contrib/s9sos.txt
58332 25 ./contrib/scm2html.scm
64650 3 ./contrib/scheme.css
3057 17 ./contrib/c2html.scm
54339 1 ./contrib/ccode.css
20033 3 ./contrib/bottles.scm
35641 2 ./contrib/queens.scm
43736 1 ./lib/count.scm
27805 1 ./lib/depth.scm
5762 1 ./lib/filter.scm
4835 1 ./lib/flatten.scm
11948 2 ./lib/iota.scm
25830 1 ./lib/mergesort.scm
8266 1 ./lib/partition.scm
24832 1 ./lib/quicksort.scm
13995 2 ./lib/remove.scm
19981 1 ./lib/replace.scm
31321 1 ./lib/substitute.scm
21205 1 ./lib/read-line.scm
45215 1 ./lib/explode.scm
24675 1 ./lib/implode.scm
38067 2 ./lib/exists.scm
14627 2 ./lib/factor.scm
13612 1 ./lib/factorial.scm
37089 2 ./lib/for-all.scm
23926 1 ./lib/hyper.scm
13019 1 ./lib/sum.scm
5224 1 ./lib/integer-sqrt.scm
5374 2 ./lib/combine.scm
46296 3 ./lib/hof.scm
28038 2 ./lib/make-partitions.scm
7048 1 ./lib/list-to-set.scm
53006 1 ./lib/intersection.scm
16161 1 ./lib/transpose.scm
20808 1 ./lib/union.scm
61430 15 ./lib/regex.scm
65224 2 ./lib/string-split.scm
43287 11 ./lib/read-from-string.scm
17339 4 ./lib/write-to-string.scm
5709 6 ./lib/package.scm
1298 8 ./lib/amk.scm
44980 7 ./lib/symbols.scm
59228 7 ./lib/records.scm
12505 2 ./lib/cond-expand.scm
34830 3 ./lib/letrecstar.scm
64194 6 ./lib/programp.scm
57409 3 ./lib/fluid-let.scm
56188 1 ./lib/read-file.scm
28219 6 ./lib/bitwise-ops.scm
44944 2 ./lib/fluid-let-sr.scm
8166 3 ./lib/keyword-value.scm
31216 10 ./lib/matcher.scm
14120 1 ./lib/string-case.scm
30532 1 ./lib/unsort.scm
61401 2 ./lib/string-parse.scm
24584 1 ./lib/string-unsplit.scm
8681 1 ./lib/sieve.scm
11534 1 ./lib/displaystar.scm
33750 2 ./lib/list-tools.scm
49990 1 ./lib/syntax-extensions.scm
45653 1 ./lib/math-tools.scm
4484 1 ./lib/set-tools.scm
13579 1 ./lib/io-tools.scm
60052 1 ./lib/string-tools.scm
55783 6 ./lib/streams.scm
37266 2 ./lib/string-find.scm
26972 2 ./lib/string-translate.scm
16498 2 ./lib/string-digest.scm
41289 2 ./lib/string-find-last.scm
33166 3 ./lib/name-to-file-name.scm
43854 3 ./lib/and-letstar.scm
65260 9 ./lib/syntax-rules.scm
33279 3 ./lib/string-position.scm
1805 3 ./lib/string-last-position.scm
9448 4 ./lib/split-url.scm
55519 2 ./lib/url-decode.scm
28467 5 ./lib/tagbody.scm
8299 2 ./lib/vector-map.scm
33561 1 ./lib/string-scan.scm
51579 1 ./lib/sort.scm
48168 1 ./lib/string-map.scm
6973 1 ./lib/sublist.scm
50661 1 ./lib/subvector.scm
59710 1 ./lib/vector-tools.scm
56532 1 ./lib/letcc.scm
26439 2 ./lib/threads.scm
16765 9 ./lib/array.scm
36101 3 ./lib/amb.scm
4112 2 ./lib/position.scm
26223 1 ./lib/set-difference.scm
38516 2 ./lib/simple-modules.scm
23703 12 ./lib/disassemble.scm
48235 1 ./lib/adjoin.scm
33638 1 ./lib/subsetp.scm
22199 2 ./lib/tree-copy.scm
9327 1 ./lib/equal-cip.scm
12227 2 ./lib/type-case.scm
15174 1 ./lib/assp.scm
20264 1 ./lib/memp.scm
65105 7 ./lib/t-sort.scm
24798 1 ./lib/graph-tools.scm
56010 1 ./lib/tree-equalp.scm
29345 1 ./lib/data-structures.scm
25990 3 ./lib/permute.scm
62851 2 ./lib/random.scm
31507 1 ./lib/split.scm
52795 2 ./lib/merge.scm
50840 2 ./lib/integer-to-binary-string.scm
171 1 ./lib/id.scm
21369 2 ./lib/memoize.scm
51102 2 ./lib/queue.scm
38369 2 ./lib/duplicates.scm
24289 1 ./lib/when.scm
9045 2 ./lib/while.scm
11640 7 ./lib/hash-table.scm
13516 1 ./lib/_template
64602 1 ./lib/tree-map.scm
56265 7 ./lib/char-canvas.scm
50138 1 ./lib/listq.scm
65490 2 ./lib/appendb.scm
40385 1 ./lib/random-sort.scm
23407 1 ./lib/string-reverse.scm
36365 8 ./lib/rb-tree.scm
15405 1 ./lib/list-copy.scm
51316 3 ./lib/setters.scm
33646 1 ./lib/htmlify-char.scm
39499 2 ./lib/loutify-char.scm
45523 2 ./lib/string-expand.scm
54905 4 ./lib/bitops.scm
3992 1 ./lib/string-prefixeqp.scm
36310 3 ./lib/get-prop.scm
43248 7 ./lib/define-structure.scm
61912 1 ./lib/group.scm
18566 1 ./lib/take.scm
58979 1 ./lib/choose.scm
46739 4 ./lib/char-plot.scm
2895 2 ./lib/collect.scm
58798 1 ./lib/cdf.scm
33407 1 ./lib/erf.scm
990 1 ./lib/mean.scm
14057 1 ./lib/median.scm
63257 1 ./lib/mode.scm
8317 1 ./lib/ndf.scm
37303 2 ./lib/quartile.scm
39013 1 ./lib/range.scm
46078 1 ./lib/stddev.scm
5731 1 ./lib/variance.scm
49659 1 ./lib/stat-tools.scm
43336 1 ./lib/basename.scm
52692 2 ./lib/dirname.scm
40694 5 ./lib/format-time.scm
34058 1 ./lib/leap-yearp.scm
58592 2 ./lib/proper-timep.scm
32310 3 ./lib/time-ops.scm
56450 2 ./lib/time-to-unix-time.scm
392 3 ./lib/unix-time-to-time.scm
19709 2 ./lib/make-help-index.scm
14744 2 ./lib/find-help-page.scm
5962 6 ./lib/scan-help-pages.scm
27492 1 ./lib/troffify-char.scm
34204 13 ./ext/curses/curses.c
58898 3 ./ext/curses/curses.scm
21303 6 ./ext/curses/get-line.scm
58417 30 ./ext/sys-unix/unix.c
8407 14 ./ext/sys-unix/unix.scm
15450 1 ./ext/sys-unix/append-to-output-file.scm
31111 1 ./ext/sys-unix/flush-output-port.scm
27388 4 ./ext/sys-unix/inet-server.scm
38854 2 ./ext/sys-unix/mode-to-string.scm
25459 10 ./ext/sys-unix/parse-optionsb.scm
15242 8 ./ext/sys-unix/runtime-stats.scm
26326 1 ./ext/sys-unix/search-path.scm
26074 2 ./ext/sys-unix/spawn-command.scm
39640 2 ./ext/sys-unix/spawn-shell-command.scm
26813 2 ./ext/sys-unix/standard-error.scm
6993 3 ./ext/sys-unix/time.scm
26611 1 ./ext/sys-unix/unix-tools.scm
7265 3 ./ext/csv/csv.c
56997 1 ./ext/csv/csv.scm
47614 2 ./prog/c2html1.scm
6529 9 ./prog/s9resolve.scm
3368 3 ./prog/soccat.scm
53671 3 ./prog/htmlify.scm
54360 3 ./prog/dupes.scm
51024 3 ./prog/s9help.scm
15355 3 ./prog/scm2html1.scm
17543 19 ./prog/advgen.txt
62237 23 ./prog/advgen.scm
11646 1 ./prog/adventure.intro
1388 2 ./prog/scmpp.scm
33669 24 ./prog/adventure.adv
52392 9 ./prog/s9hts.scm
30191 3 ./prog/cols.scm
10549 1 ./prog/edoc.css
38452 3 ./prog/edocbook.tr
59803 65 ./prog/edoc.scm.edoc
62402 17 ./prog/rdb.scm
3265 6 ./util/rpp.c
53688 1 ./util/rp_html
22418 82 ./util/test.scm
42499 28 ./util/libtest.scm
54943 2 ./util/libtest.sh
56724 1 ./util/dirhead
26370 11 ./util/descriptions
50800 1 ./util/dirtail
59079 4 ./util/srtest.scm
43980 10 ./util/make-html
35480 3 ./util/make-docs
7078 1 ./util/libhead
50800 1 ./util/libtail
37064 4 ./util/stress-tests.tgz
50903 18 ./util/systest.scm
40116 2 ./util/check-descr.scm
60951 8 ./util/categories.html
7041 3 ./util/make-cats.scm
18675 39 ./util/realtest.scm
8750 1 ./util/pagetail
16595 1 ./util/pagehead
64843 2 ./util/blurb
20920 1 ./util/mktoc.sed
31056 3 ./util/book
61601 1 ./util/s9.rc
15813 8 ./README
39260 8 ./Makefile
48690 1 ./config.scm
17118 1 ./configure
48846 2 ./mkfile
54413 18 ./s9.1
22479 73 ./s9core.c
62032 11 ./HISTORY
31191 75 ./s9core.txt
49938 9 ./s9import.h
23969 9 ./MASCOT.png
57622 2 ./README.s9core
22615 1 ./s9ext.h
28513 2 ./attic/catch.scm
40312 28 ./attic/sys-plan9/plan9.c
39461 1 ./attic/sys-plan9/s9-ffi.h
25212 1 ./attic/sys-plan9/plan9-tools.scm
4705 2 ./attic/sys-plan9/s9-ffi.c
11257 4 ./attic/sys-plan9/plan9.scm
1815 1 ./attic/sys-plan9/util.scm
17354 2 ./attic/procedures.scm
47047 1 ./attic/find-help-path.scm
35998 5 ./attic/find-help.scm
12806 3 ./attic/s9symbols.scm
63279 9 ./attic/S9Book
8463 9 ./attic/S9Book-bw
55773 82 ./PREHISTORY