www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 61921a827ea6c191f21544c5dd584414111759c6
parent 396409cb63216e9b94d7eed4ebc43292c94b195d
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Thu,  4 Mar 2021 20:37:46 +0000

Changed my name :)

Diffstat:
Minfo.rkt | 2+-
Mscribblings/aliases.scrbl | 2+-
Mscribblings/backtrace-untyped.scrbl | 2+-
Mscribblings/backtrace.scrbl | 2+-
Mscribblings/compat.scrbl | 2+-
Mscribblings/cond-let.scrbl | 2+-
Mscribblings/contract.scrbl | 2+-
Mscribblings/eval-get-values.scrbl | 2+-
Mscribblings/fixnum.scrbl | 2+-
Mscribblings/for-star-list-star.scrbl | 2+-
Mscribblings/format-id-record-untyped.scrbl | 2+-
Mscribblings/generate-indices.scrbl | 2+-
Mscribblings/ids.scrbl | 2+-
Mscribblings/in.scrbl | 2+-
Mscribblings/list-lang.scrbl | 2+-
Mscribblings/list.scrbl | 2+-
Mscribblings/logn-id.scrbl | 2+-
Mscribblings/meta-struct.scrbl | 2+-
Mscribblings/multiassoc-syntax.scrbl | 2+-
Mscribblings/not-implemented-yet.scrbl | 2+-
Mscribblings/phc-toolkit.scrbl | 2+-
Mscribblings/repeat-stx.scrbl | 2+-
Mscribblings/require-provide.scrbl | 2+-
Mscribblings/sequence.scrbl | 2+-
Mscribblings/set.scrbl | 2+-
Mscribblings/stx.scrbl | 2+-
Mscribblings/syntax-parse-pattern-expanders.scrbl | 2+-
Mscribblings/syntax-parse.scrbl | 2+-
Mscribblings/test-framework.scrbl | 2+-
Mscribblings/threading.scrbl | 2+-
Mscribblings/tmpl.scrbl | 2+-
Mscribblings/type-inference-helpers.scrbl | 2+-
Mscribblings/typed-rackunit-extensions.scrbl | 2+-
Mscribblings/typed-rackunit.scrbl | 2+-
Mscribblings/typed-untyped.scrbl | 2+-
Mscribblings/untyped.scrbl | 2+-
Mscribblings/values.scrbl | 2+-
37 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/info.rkt b/info.rkt @@ -19,4 +19,4 @@ (define scribblings '(("scribblings/phc-toolkit.scrbl" (multi-page)))) (define pkg-desc "My toolkit") (define version "1.1") -(define pkg-authors '(|Georges Dupéron|)) +(define pkg-authors '(|Suzanne Soy|)) diff --git a/scribblings/aliases.scrbl b/scribblings/aliases.scrbl @@ -9,7 +9,7 @@ generate-temporary) @title{Aliases for other racket identifiers} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/aliases #:use-sources [phc-toolkit/aliases]] diff --git a/scribblings/backtrace-untyped.scrbl b/scribblings/backtrace-untyped.scrbl @@ -4,7 +4,7 @@ @for-label[phc-toolkit/untyped/backtrace]] @(def-orig typed [phc-toolkit/backtrace]) @title{Untyped versions of backtrace} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/untyped/backtrace #:use-sources [(submod (lib "phc-toolkit/backtrace.rkt") untyped)]] diff --git a/scribblings/backtrace.scrbl b/scribblings/backtrace.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/backtrace]] @title{backtrace} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/backtrace #:use-sources [(submod (lib "phc-toolkit/backtrace.rkt") typed)]] diff --git a/scribblings/compat.scrbl b/scribblings/compat.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/compat]] @title{Compatibility wrappers} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/compat #:use-sources [(submod (lib "phc-toolkit/compat.rkt") typed)]] diff --git a/scribblings/cond-let.scrbl b/scribblings/cond-let.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/cond-let]] @title{cond-let} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/cond-let #:use-sources [(submod (lib "phc-toolkit/cond-let.rkt") typed)]] diff --git a/scribblings/contract.scrbl b/scribblings/contract.scrbl @@ -5,7 +5,7 @@ racket/function racket/contract]] @title{contract} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/contract #:use-sources [(submod (lib "phc-toolkit/contract.rkt") typed)]] diff --git a/scribblings/eval-get-values.scrbl b/scribblings/eval-get-values.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/eval-get-values]] @title{eval-get-values} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/eval-get-values #:use-sources [(submod (lib "phc-toolkit/eval-get-values.rkt") typed)]] diff --git a/scribblings/fixnum.scrbl b/scribblings/fixnum.scrbl @@ -4,7 +4,7 @@ @for-label[phc-toolkit/fixnum]] @(def-orig orig [racket/fixnum] fxxor) @title{Fixnum operations (fxxor …)} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/fixnum #:use-sources [(submod (lib "phc-toolkit/fixnum.rkt") typed)]] diff --git a/scribblings/for-star-list-star.scrbl b/scribblings/for-star-list-star.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{for*/list*} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/untyped/for-star-list-star] diff --git a/scribblings/format-id-record-untyped.scrbl b/scribblings/format-id-record-untyped.scrbl @@ -11,7 +11,7 @@ racket/base]] @title[#:tag "phc-toolkit-format-id-record"]{Formatting identifiers so that DrRacket still shows arrows} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/untyped-only/format-id-record #:use-sources [(lib "phc-toolkit/untyped-only/format-id-record.rkt")]] diff --git a/scribblings/generate-indices.scrbl b/scribblings/generate-indices.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/generate-indices]] @title{generate-indices} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/generate-indices #:use-sources [(submod (lib "phc-toolkit/generate-indices.rkt") typed)]] diff --git a/scribblings/ids.scrbl b/scribblings/ids.scrbl @@ -6,7 +6,7 @@ phc-toolkit/ids phc-toolkit/contract]] @title{Generating identifiers} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/ids #:use-sources [(submod (lib "phc-toolkit/ids.rkt") typed)]] diff --git a/scribblings/in.scrbl b/scribblings/in.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/in]] @title{in} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/in #:use-sources [(lib "phc-toolkit/in.rkt")]] diff --git a/scribblings/list-lang.scrbl b/scribblings/list-lang.scrbl @@ -2,5 +2,5 @@ @require[racket/require (for-label (only-meta-in 0 phc-toolkit/list-lang))] @title{list-lang} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/list-lang] diff --git a/scribblings/list.scrbl b/scribblings/list.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/list]] @title{list} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/list #:use-sources [(submod (lib "phc-toolkit/list.rkt") typed)]] diff --git a/scribblings/logn-id.scrbl b/scribblings/logn-id.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/logn-id]] @title{logn-id} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/logn-id #:use-sources [(submod (lib "phc-toolkit/logn-id.rkt") typed)]] diff --git a/scribblings/meta-struct.scrbl b/scribblings/meta-struct.scrbl @@ -6,7 +6,7 @@ racket/struct-info]] @title{meta operations on structs} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @section{Typed macros and procedures} diff --git a/scribblings/multiassoc-syntax.scrbl b/scribblings/multiassoc-syntax.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/multiassoc-syntax]] @title{multiassoc-syntax} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/multiassoc-syntax #:use-sources [(submod (lib "phc-toolkit/multiassoc-syntax.rkt") typed)]] diff --git a/scribblings/not-implemented-yet.scrbl b/scribblings/not-implemented-yet.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/not-implemented-yet]] @title{not-implemented-yet} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/not-implemented-yet #:use-sources [(submod (lib "phc-toolkit/not-implemented-yet.rkt") typed)]] diff --git a/scribblings/phc-toolkit.scrbl b/scribblings/phc-toolkit.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{phc-toolkit} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit] diff --git a/scribblings/repeat-stx.scrbl b/scribblings/repeat-stx.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/repeat-stx]] @title{repeat-stx} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/repeat-stx #:use-sources [(submod (lib "phc-toolkit/repeat-stx.rkt") typed)]] diff --git a/scribblings/require-provide.scrbl b/scribblings/require-provide.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/require-provide]] @title{require-provide} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/require-provide #:use-sources [(submod (lib "phc-toolkit/require-provide.rkt") typed)]] diff --git a/scribblings/sequence.scrbl b/scribblings/sequence.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/sequence]] @title{sequence} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/sequence #:use-sources [(submod (lib "phc-toolkit/sequence.rkt") typed)]] diff --git a/scribblings/set.scrbl b/scribblings/set.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/set]] @title{set} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/set #:use-sources [(submod (lib "phc-toolkit/set.rkt") typed)]] diff --git a/scribblings/stx.scrbl b/scribblings/stx.scrbl @@ -15,7 +15,7 @@ syntax-e) @title{Syntax object manipulation utilities} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/stx #:use-sources diff --git a/scribblings/syntax-parse-pattern-expanders.scrbl b/scribblings/syntax-parse-pattern-expanders.scrbl @@ -12,7 +12,7 @@ ~bind) @title{Pattern expanders} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @declare-exporting[phc-toolkit/syntax-parse #:use-sources diff --git a/scribblings/syntax-parse.scrbl b/scribblings/syntax-parse.scrbl @@ -6,7 +6,7 @@ syntax/parse]] @title{@racket[syntax-parse] helpers} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/syntax-parse #:use-sources diff --git a/scribblings/test-framework.scrbl b/scribblings/test-framework.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/test-framework]] @title{test-framework} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/test-framework #:use-sources [(submod (lib "phc-toolkit/test-framework.rkt") typed)]] diff --git a/scribblings/threading.scrbl b/scribblings/threading.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/threading]] @title{threading} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/threading #:use-sources [(submod (lib "phc-toolkit/threading.rkt") typed)]] diff --git a/scribblings/tmpl.scrbl b/scribblings/tmpl.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/tmpl]] @title{tmpl} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/tmpl #:use-sources [(submod (lib "phc-toolkit/tmpl.rkt") typed)]] diff --git a/scribblings/type-inference-helpers.scrbl b/scribblings/type-inference-helpers.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/type-inference-helpers]] @title{type-inference-helpers} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/type-inference-helpers #:use-sources [(submod (lib "phc-toolkit/type-inference-helpers.rkt") typed)]] diff --git a/scribblings/typed-rackunit-extensions.scrbl b/scribblings/typed-rackunit-extensions.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/typed-rackunit-extensions]] @title{Extensions for @racketmodname[typed/rackunit]} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/typed-rackunit-extensions #:use-sources diff --git a/scribblings/typed-rackunit.scrbl b/scribblings/typed-rackunit.scrbl @@ -22,7 +22,7 @@ check-not-exn) @title{Utilities and patches for @racketmodname[typed/rackunit]} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/typed-rackunit] diff --git a/scribblings/typed-untyped.scrbl b/scribblings/typed-untyped.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/typed-untyped]] @title{typed-untyped} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/typed-untyped #:use-sources [(lib "phc-toolkit/typed-untyped.rkt")]] diff --git a/scribblings/untyped.scrbl b/scribblings/untyped.scrbl @@ -3,7 +3,7 @@ racket/base]] @title{Untyped versions of the modules} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/untyped] diff --git a/scribblings/values.scrbl b/scribblings/values.scrbl @@ -3,7 +3,7 @@ "utils.rkt" @for-label[phc-toolkit/values]] @title{values} -@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]} +@author{@author+email["Suzanne Soy" "racket@suzanne.soy"]} @defmodule[phc-toolkit/values #:use-sources [(submod (lib "phc-toolkit/values.rkt") typed)]]