summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/WishList
blob: 8afeceba1f799dedd91004c415936f3b37c3956e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

                                [Home] WishList

   Home | RecentChanges | Preferences
     _________________________________________________________________

   Fix  memory  leak  related  to  aliasrun().  Precmd,  Cwdcmd etc. leak
   memory.
     _________________________________________________________________

   Fix migrate -site $$... Seems to hang... (aix370)
     _________________________________________________________________

   Fix history in loops.
     _________________________________________________________________

   New idea: sed operations on variables.

   Lots  of  people  seem  to  like  the  idea  to be able to do sed type
   operations  on  shell variables. Maybe we can extend the syntax of the
   variable  editing  to understand string operations. So I would like to
   be able to use:

    > set a="this is a STRING"
    > echo $a:[3-]
    is is a STRING
    > echo $a:[#]
    16
    > echo $a:[6-7]
    is
    > echo $a:[-2]
    ng
    > echo $a:[-20]
    Subscript out of bounds.
    > echo $a:[2-20]
    Subscript out of bounds.
    > echo $a:[1-1]:u$a:[2-].
    This is a string.
     _________________________________________________________________

   Fix pipelines that contain builtins so that they behave correctly.

   I  tried  to  fix  that (most of the code is in sh.sem.c, but it works
   only  for  non  POSIX  machines  cause otherwise the setpgid() I added
   fails).
     _________________________________________________________________

   Fix the correct code... How to do that involves A.I....
     _________________________________________________________________

   Rewrite  the  whole  thing.  It  has  taken  to  much beating over the
   years...
     _________________________________________________________________

   Add  another  hook  like  precmd  to  be executed after the prompt but
   before the command.
     _________________________________________________________________

   Add instructions for using configure in the README file.
     _________________________________________________________________

   Home | RecentChanges | Preferences
   Edit text of this page | View other revisions
   Last edited April 28, 2001 2:04 (diff)
   Search: ____________________
OpenPOWER on IntegriCloud