summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-17 09:53:34 -0400
committerJune McEnroe <june@causal.agency>2019-07-17 09:53:34 -0400
commit8eefde1a827ac9efd44de8449e2d612d4c7981bb (patch)
tree578b4b0a3234cd8fad9d6a6a2a53d88d4484014b /txt
parentAdd catgirl shotty (diff)
downloadsrc-8eefde1a827ac9efd44de8449e2d612d4c7981bb.tar.gz
src-8eefde1a827ac9efd44de8449e2d612d4c7981bb.zip
Add Adulthood Rites
Diffstat (limited to 'txt')
-rw-r--r--txt/books.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt/books.txt b/txt/books.txt
index e58ced26..f03ba29d 100644
--- a/txt/books.txt
+++ b/txt/books.txt
@@ -1,5 +1,6 @@
 [ 2019 ]
 
+ 22. ★★☆ Octavia E. Butler, Adulthood Rites
  21. ★★★ Octavia E. Butler, Wild Seed
  20. ★★☆ Octavia E. Butler, Parable of the Talents
  19. ★★☆ Jeff VanderMeer, Acceptance
>builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu