ソースを参照

Remove obsolete notes

Alois Mahdal 9 年 前
コミット
f535e270c1
共有1 個のファイルを変更した0 個の追加17 個の削除を含む
  1. 0
    17
      README

+ 0
- 17
README ファイルの表示

@@ -20,20 +20,3 @@ NOTES
20 20
     not seem like such a loss.  And by the way, did you know
21 21
     that the eval is evil?  So in the end, maybe we should not
22 22
     have this feature in the first place... :)
23
-
24
- *  debug_pipe and all `while read`-based commands will throw
25
-    away last line if there is no newline at the end.
26
-
27
-    This is "fixed" by adding at least one all-matching `grep`
28
-    command before the while loop.
29
-
30
- *  iniread: when same key is found in eg. /etc/ffoo/ffoo.ini
31
-    and ~/.ffoo.ffoo.ini, output is concatenated.  If you
32
-    want the value be rather overriden, you can simply add
33
-    `-1` to limit output to the last one.
34
-
35
-    Problem is this the workaround obviously won't work for
36
-    multi-line values since they are represented as multiple
37
-    keys.
38
-
39
-    It's not yet decided what should be the behavior.