summaryrefslogtreecommitdiff
path: root/gnulib-tool.py.TODO
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-03 14:37:12 +0200
committerBruno Haible <bruno@clisp.org>2022-08-03 14:37:12 +0200
commit22ad26c0b2d86acb21a1eab665ac9d25a2a58d21 (patch)
tree427b999f32b2b98c2789f93f73b8bf8cfee20a98 /gnulib-tool.py.TODO
parented7b3d9bb825644533235fcc636134bc8bc368f2 (diff)
downloadgnulib-22ad26c0b2d86acb21a1eab665ac9d25a2a58d21.tar.gz
gnulib-tool.py: Follow gnulib-tool changes, part 20.
Follow gnulib-tool changes 2016-01-15 Paul Eggert <eggert@cs.ucla.edu> gnulib-tool: don't assume ln -s works 2016-01-24 Paul Eggert <eggert@cs.ucla.edu> gnulib-tool: don't give up on ln -s so easily 2017-06-08 Bruno Haible <bruno@clisp.org> gnulib-tool: Fix bug in func_ln_s, from 2016-01-15. * pygnulib/constants.py (symlink_relative): New function. (link_relative): Use it instead of os.symlink.
Diffstat (limited to 'gnulib-tool.py.TODO')
-rw-r--r--gnulib-tool.py.TODO42
1 files changed, 4 insertions, 38 deletions
diff --git a/gnulib-tool.py.TODO b/gnulib-tool.py.TODO
index eeecd5ed8a..bfb613fb70 100644
--- a/gnulib-tool.py.TODO
+++ b/gnulib-tool.py.TODO
@@ -15,6 +15,10 @@ The following commits to gnulib-tool have not yet been reflected in
--------------------------------------------------------------------------------
+Inline all 'sed' invocations.
+
+--------------------------------------------------------------------------------
+
Implement the options:
--find
--extract-recursive-dependencies
@@ -37,8 +41,6 @@ Implement the options:
--witness-c-macro
--vc-files
--no-vc-files
- -s | --symbolic
- --local-symlink
-h | --hardlink
--local-hardlink
-S | --more-symlinks
@@ -1076,42 +1078,6 @@ Date: Sun Oct 16 14:11:18 2016 +0200
--------------------------------------------------------------------------------
-commit c09c24932066ecee81756adf2fca840b7c146e9d
-Author: Bruno Haible <bruno@clisp.org>
-Date: Thu Jun 8 14:45:39 2017 +0200
-
- gnulib-tool: Fix bug in func_ln_s, from 2016-01-15.
-
- * gnulib-tool (func_ln_s): Determine cp_src correctly.
-
-commit d9958eb1eb951f950f9b321419965001b1368a38
-Author: Paul Eggert <eggert@cs.ucla.edu>
-Date: Sun Jan 24 14:24:35 2016 -0800
-
- gnulib-tool: don't give up on ln -s so easily
-
- * gnulib-tool (func_ln_s): Don't give up on a later ln -s merely
- because an earlier one failed. The targets could be on different
- file systems. Problem reported by KO Myung-Hun in:
- http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00081.html
-
-commit 350f2c6fb569f42f0a8ff47fd5b7442f24f0e658
-Author: Paul Eggert <eggert@cs.ucla.edu>
-Date: Fri Jan 15 10:12:41 2016 -0800
-
- * gnulib-tool: fix stray debug line in previous patch
-
-commit 0e50dd0071be89825810dbf4c2310663dcb77767
-Author: Paul Eggert <eggert@cs.ucla.edu>
-Date: Wed May 1 13:39:22 2013 +0900
-
- gnulib-tool: don't assume ln -s works
-
- * gnulib-tool (func_ln_s): New function.
- (func_ln): Use it.
-
---------------------------------------------------------------------------------
-
commit 9bdf6c8a0cdeb13c12e4b65dee9538c5468dbe1d
Author: Bruno Haible <bruno@clisp.org>
Date: Sun Aug 19 14:06:50 2012 +0200