]> Cypherpunks.ru repositories - goredo.git/commitdiff
Seems everyone uses Kai Hendry's goredo initial description
authorSergey Matveev <stargrave@stargrave.org>
Wed, 20 Jan 2021 09:09:22 +0000 (12:09 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 20 Jan 2021 09:13:00 +0000 (12:13 +0300)
I have nothing against it, even like it.

17 files changed:
README
cleanup.go
dep.go
do.go
doc/index.texi
dot.go
ifchange.go
inode.go
js.go
log.go
main.go
makedist.sh
ood.go
run.go
status.go
tmp.go
usage.go

diff --git a/README b/README
index f64ff9d9c699e92227b142aec5d42f94b73901c8..22489faa05a8cee3b1a8f29b68fb0757f215043d 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-goredo -- redo implementation on pure Go.
+Go implementation of djb's redo, Makefile replacement that sucks less.
 See goredo.info and INSTALL for more information.
 goredo is free software: see the file COPYING for copying conditions.
 Home page: http://www.goredo.cypherpunks.ru/
index f75788aae270780f69df8b567fad0c40ab5df6fb..2c4268c9a785df2c54eee40932d403ceeb4910cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
diff --git a/dep.go b/dep.go
index 55613c7869438bde1ad042515276c0d5692c6273..a64da9e41cb56980fe9219e61fd5d9fbfcd0555a 100644 (file)
--- a/dep.go
+++ b/dep.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
diff --git a/do.go b/do.go
index 7d0ed516dc76fbdf6cbe1acd122db76dbc6be0e8..516b1438c28d5751d477f645c57c45aae47f0956 100644 (file)
--- a/do.go
+++ b/do.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
index 3b897d84f27fb9227a8665caa17e38bff23ff2bb..f7c849499c66caf9bf1ccb449c9a18224d5c5a3b 100644 (file)
@@ -9,8 +9,10 @@ Copyright @copyright{} 2020-2021 @email{stargrave@@stargrave.org, Sergey Matveev
 @node Top
 @top
 
-This is pure Go implementation of @url{http://cr.yp.to/redo.html, DJB's
-redo} build system proposal. Originally it was just a rewrite of
+Go implementation of @url{http://cr.yp.to/redo.html, djb's redo},
+Makefile replacement that @url{https://suckless.org/philosophy/, sucks less}.
+
+Originally it was just a rewrite of
 @url{https://github.com/leahneukirchen/redo-c, redo-c}, but later most
 features of @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo}
 were also implemented. Why yet another implementation? It is feature
diff --git a/dot.go b/dot.go
index 04f329c735d162894b1c67623ea621348d2d0f56..39c90194f8bf1bdf63394e528a9fa015d27f2f1a 100644 (file)
--- a/dot.go
+++ b/dot.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
index 2108de291e022a61abdac05174d3436db99c6a87..f89da48fc7d1dbe9b733c1e679fd8a4044760aa7 100644 (file)
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
index 2d929a2acbf9bf7b011fa6bfdf683c3f52eaa078..45c3acb6f2bb3eb39f75c89f652530a093a6c5aa 100644 (file)
--- a/inode.go
+++ b/inode.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
diff --git a/js.go b/js.go
index a984669198d935c2796c04f4e1c2f45f57e078ae..2efdd162e84a20160118a517366ad89212dd05b0 100644 (file)
--- a/js.go
+++ b/js.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
diff --git a/log.go b/log.go
index bc0b79ad6d340ddd070afd65f647f151c20cad42..703f198368d7b9886c91029962c58a4f3b40dead 100644 (file)
--- a/log.go
+++ b/log.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
diff --git a/main.go b/main.go
index 7d1c7192e11b1241ecf8a49e89def3ca224d1b54..734239b682d5bdac63e48e5afe955509349be6b1 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
index ad38c99d3c3a8c021ede575b8b2a9c554fb71be5..10bcc85791e4403212078b2e6edb6830f6cec53d 100755 (executable)
@@ -107,7 +107,8 @@ Subject: goredo $release release announcement
 
 I am pleased to announce goredo $release release availability!
 
-goredo is redo implementation on pure Go.
+goredo is Go implementation of djb's redo,
+Makefile replacement that sucks less.
 
 ------------------------ >8 ------------------------
 
diff --git a/ood.go b/ood.go
index 5fe110433bf3a8d42d54ca4002cd62d9edfb4b2a..912b6c61b4ce62c5e93ba9de78a3d17fd8283eff 100644 (file)
--- a/ood.go
+++ b/ood.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
diff --git a/run.go b/run.go
index 1dc937dedb6313a469420fafe6137194ebda262e..2fed7cf10824b9ae19912c0b3bb5e56929b7dbf4 100644 (file)
--- a/run.go
+++ b/run.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
index d9e7f56a134e9d5e53d967437e35b71c2e9f8e6e..139ceb75f9951e7540d55f07733f2dfda5481ce6 100644 (file)
--- a/status.go
+++ b/status.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
diff --git a/tmp.go b/tmp.go
index 8e8bff3c13fbaeacd3fd49bde2d245b9f25abdd3..5b875bfd9641db151a1ceeb6f1c141607e3fc476 100644 (file)
--- a/tmp.go
+++ b/tmp.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
index beb221f1a1e805f55a44f4b6649693a9a7ed07cc..5948b691045bda4e6ea37b138c11768b209e41a0 100644 (file)
--- a/usage.go
+++ b/usage.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+goredo -- djb's redo implementation on pure Go
 Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify