Changeset 3061bc1 in mainline for uspace/app/bdsh


Ignore:
Timestamp:
2018-02-28T17:52:11Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8565a42, a35b458
Parents:
1b20da0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:29:58)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:11)
Message:

style: Remove trailing whitespace on non-empty lines, remaining files.

Location:
uspace/app/bdsh/cmds
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/builtins/README

    r1b20da0 r3061bc1  
    1 Commands that need to modify the running user structure defined in scli.h 
     1Commands that need to modify the running user structure defined in scli.h
    22should reside here. They (will) have a slightly different prototype that
    33allows passing the user structure to them for ease of modifications.
  • uspace/app/bdsh/cmds/mknewcmd

    r1b20da0 r3061bc1  
    3434
    3535# If your shell does not support eval, shift (x) or
    36 # here-now documents, sorry :) 
     36# here-now documents, sorry :)
    3737
    3838usage()
  • uspace/app/bdsh/cmds/modules/README

    r1b20da0 r3061bc1  
    33update or read cliuser_t.
    44
    5 Stuff that needs to write to the user structures contained in scli.h should 
     5Stuff that needs to write to the user structures contained in scli.h should
    66be made as built-in commands, not modules, but there are very few times when
    77you would want to do that.
  • uspace/app/bdsh/cmds/modules/printf/TODO

    r1b20da0 r3061bc1  
    11At this stage printf is very young and limited, as it hopefully
    22will be developed along with BDSH. Functionality is heavily related
    3 on libc printf already available. BDSH printf implements only 3 format 
    4 flags, with no options/precision/width modifiers allowed. Also, 
     3on libc printf already available. BDSH printf implements only 3 format
     4flags, with no options/precision/width modifiers allowed. Also,
    55one output control is available - '\n'. '\' character stands
    6 as an escape character, i.e. every special character after it 
     6as an escape character, i.e. every special character after it
    77will be treated as general char and will be printed out.
    88What's missing:
Note: See TracChangeset for help on using the changeset viewer.