Changeset 964d3947 in freewrt for package/mksh/Config.in


Ignore:
Timestamp:
Jan 29, 2010, 11:55:13 AM (16 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
00109fe
Parents:
a28b47a
Message:

mksh R39b

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3916 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/mksh/Config.in

    ra28b47a r964d3947  
    1212          fixes and feature improvements, in order to produce a modern,
    1313          robust shell good for interactive and especially script use.
    14           mksh has UTF-8 support (e.g. in the emacs editing mode); R38c
    15           corresponds to OpenBSD 4.5-current ksh (without GNU bash-like
    16           $PS1 and fancy character classes).  The code has throughoutly
     14          mksh has UTF-8 support (in substring operations and the Emacs
     15          editing mode) and, while R39b corresponds to OpenBSD 4.6-cur-
     16          rent ksh (without GNU bash-like PS1 and fancy character clas-
     17          ses), adheres to SUSv4 and is much more robust.  The code has
    1718          been cleaned up and simplified, bugs fixed, standards compli-
    1819          ance added, and several enhancements (for extended compatibi-
    1920          lity to other modern shells - as well as a couple of its own)
    20           have been placed.
     21          are available.
    2122
    22           This package also adds /bin/mksh to /etc/shells and a $PS1 command
    23           to /etc/profile in order to create a consistent working environment.
     23          This package also adds /bin/mksh to /etc/shells and creates
     24          a /etc/mkshrc file, which can be used to further customise
     25          the shell's look and feel, in order to create a consistent
     26          working environment.
    2427
    2528          http://mirbsd.de/mksh
     
    3336          Ideal for embedded systems. However, be aware you will lose some
    3437          functionality you'd otherwise expect, among these is the vi command
    35           line editing mode, the readlink and rename builtins, etc.
     38          line editing mode, some builtins, language features, etc.
    3639
    3740config FWRT_PACKAGE_MKSH_AS_BINASH
Note: See TracChangeset for help on using the changeset viewer.