<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel>
  <pubDate>Sat, 04 Feb 2012 08:56:00 GMT</pubDate>
  <description>Releases headline of Yet Another Shell(yash) @ SourceForge.JP</description>
  <atom:link href="http://sourceforge.jp/projects/yash/releases/rss" rel="self" type="application/rss+xml" />
  <link>http://sourceforge.jp/projects/yash/releases/</link>
  <title>New Releases of Yet Another Shell</title>
  <language>ja-jp</language>
  <item>
   <pubDate>Sat, 04 Feb 2012 08:56:00 GMT</pubDate>
   <title>yash - 2.30</title>
   <link>http://sourceforge.jp/projects/yash/releases/54783</link>
   <guid>http://sourceforge.jp/projects/yash/releases/54783</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell version 2.30.&lt;br /&gt;&lt;br /&gt;Yash now supports command argument completion for &amp;quot;svn&amp;quot; and &amp;quot;git&amp;quot;.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.30&lt;br /&gt;&lt;br /&gt;  *  Fixed pathname completion for redirections.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 15 Oct 2011 09:33:00 GMT</pubDate>
   <title>yash - 2.29</title>
   <link>http://sourceforge.jp/projects/yash/releases/53519</link>
   <guid>http://sourceforge.jp/projects/yash/releases/53519</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash) version 2.29.&lt;br /&gt;&lt;br /&gt;This version contains some minor bug fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.29&lt;br /&gt;&lt;br /&gt;  +  An alias value now can contain newlines.&lt;br /&gt;  *  Fixed invalid memory access on printing an empty array using the &amp;quot;typeset&amp;quot; built-in.&lt;br /&gt;  *  The function body is now correctly executed in a subshell when the body is defined using the (...) compound command.&lt;br /&gt;  *  In line-editing, the undo command can now be applied only to the history entry that is being edited.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 20 Aug 2011 08:07:00 GMT</pubDate>
   <title>yash - 2.28</title>
   <link>http://sourceforge.jp/projects/yash/releases/52984</link>
   <guid>http://sourceforge.jp/projects/yash/releases/52984</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash) version 2.28.&lt;br /&gt;&lt;br /&gt;This release includes some minor bug fixes.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.28&lt;br /&gt;&lt;br /&gt;  =  In an interactive shell, mail check is now done before job status report.&lt;br /&gt;  *  Fixed arithmetic expansion evaluating some expressions that should not be evaluated.&lt;br /&gt;  *  Fixed the &amp;quot;array&amp;quot; built-in removing the wrong elements when positive and negative indices are intermixed with the -d option.&lt;br /&gt;  *  Fixed the EXIT trap being wrongly executed after a command-not-found error.&lt;br /&gt;  *  The EXIT trap is now executed with the correct redirection when the last command had redirection.&lt;br /&gt;  *  The &amp;quot;exec&amp;quot; built-in now correctly exports arrays that are just assigned.&lt;br /&gt;  *  ${#@} is now correctly expanded to an array of integers that represent the lengths of array elements.&lt;br /&gt;  *  Fixed infinite loop in sequential brace expansion.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Mon, 16 May 2011 14:30:00 GMT</pubDate>
   <title>yash - 2.27</title>
   <link>http://sourceforge.jp/projects/yash/releases/52009</link>
   <guid>http://sourceforge.jp/projects/yash/releases/52009</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.27.&lt;br /&gt;&lt;br /&gt;This version includes some minor fixes since the previous version.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.27&lt;br /&gt;&lt;br /&gt;  *  Minor bug fixes.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 16 Feb 2011 16:36:00 GMT</pubDate>
   <title>yash - 2.26</title>
   <link>http://sourceforge.jp/projects/yash/releases/50970</link>
   <guid>http://sourceforge.jp/projects/yash/releases/50970</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.26.&lt;br /&gt;&lt;br /&gt;Internalization support has been started. So far, some messages have been translated into Japanese.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.26&lt;br /&gt;&lt;br /&gt;  +  New option for the &amp;quot;return&amp;quot; built-in: -n (--no-return)&lt;br /&gt;  =  Error messages have been revised.&lt;br /&gt;  =  Shell option names have been generalized: Option names are now&lt;br /&gt;     case-insensitive. Non-alphanumeric characters are ignored in&lt;br /&gt;     option names. Options can be inverted by prefixing &amp;quot;no&amp;quot; to&lt;br /&gt;     their names.&lt;br /&gt;  =  &amp;quot;case foo in (esac) bar; esac&amp;quot; is now rejected in the POSIXly&lt;br /&gt;     correct mode.&lt;br /&gt;  =  The &amp;quot;-o noexec&amp;quot; option is now ignored in an interactive shell.&lt;br /&gt;  =  New mail notification is now printed only when the mailbox file&lt;br /&gt;     is not empty.&lt;br /&gt;  =  &amp;quot;printf %c ''&amp;quot; now prints nothing as &amp;quot;printf %c&amp;quot; do.&lt;br /&gt;  =  In an invocation of the &amp;quot;complete&amp;quot; built-in with the -A or -R&lt;br /&gt;     option, the pattern is now matched against the last component of&lt;br /&gt;     the pathname when generating pathname candidates with the -f&lt;br /&gt;     option.&lt;br /&gt;  *  Function names containing an '=' sign can now be specified as&lt;br /&gt;     arguments to the typeset and unset built-ins (with the -f&lt;br /&gt;     option).&lt;br /&gt;  *  Fixed the exit status of iterative execution that was interrupted&lt;br /&gt;     by SIGINT.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 21 Nov 2010 12:22:00 GMT</pubDate>
   <title>yash - 2.25</title>
   <link>http://sourceforge.jp/projects/yash/releases/49809</link>
   <guid>http://sourceforge.jp/projects/yash/releases/49809</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.25.&lt;br /&gt;&lt;br /&gt;The main program in this version does not have significant changes since the last version, but this version is accompanied by much more completion setting files.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.25&lt;br /&gt;&lt;br /&gt;  =  In the completion candidate list, options are now sorted case-insensitively.&lt;br /&gt;  =  While executing a completion function, the $IFS is reset to the default value.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   =: specification change&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 03 Oct 2010 11:41:00 GMT</pubDate>
   <title>yash - 2.24</title>
   <link>http://sourceforge.jp/projects/yash/releases/49204</link>
   <guid>http://sourceforge.jp/projects/yash/releases/49204</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.24.&lt;br /&gt;&lt;br /&gt;This version of yash has a new command line completion machanism. Completion settings for older versions cannot be used for this version.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.24&lt;br /&gt;&lt;br /&gt;  +  New option for the &amp;quot;.&amp;quot; built-in: -L&lt;br /&gt;  +  New options for the &amp;quot;command&amp;quot; built-in: -a, -f, -k&lt;br /&gt;  -  Removed the -B option for the &amp;quot;command&amp;quot; built-in.&lt;br /&gt;  =  Fixed configuration process so that the shell can handle all kinds of signals on FreeBSD.&lt;br /&gt;  =  New command completion mechanism. (Changed the usage of the &amp;quot;complete&amp;quot; built-in)&lt;br /&gt;  =  Short options now come before long options in a completion candidate list.&lt;br /&gt;  *  Symbolic links to non-existent files can now be completed.&lt;br /&gt;  *  Other fixes in command completion.&lt;br /&gt;  *  Fixed invalid memory access on parameter expansion failure in redirection.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 29 Jul 2010 07:29:00 GMT</pubDate>
   <title>yash - 2.23</title>
   <link>http://sourceforge.jp/projects/yash/releases/48450</link>
   <guid>http://sourceforge.jp/projects/yash/releases/48450</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash), version 2.23.&lt;br /&gt;&lt;br /&gt;Some bugs in command line completion are fixed in this version.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.23&lt;br /&gt;&lt;br /&gt;  *  Traps are no longer handled during completion to avoid messing up the display.&lt;br /&gt;  *  Fixed segmentation fault during completion. When the notify option is enabled, the shell was wrongly trying to notify the job status while executing a candidate generator function.&lt;br /&gt;  *  The &amp;quot;-o verbose&amp;quot; option is now disabled during completion to suppress the auto-loaded script being printed.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 25 Jul 2010 08:21:00 GMT</pubDate>
   <title>yash - 2.22</title>
   <link>http://sourceforge.jp/projects/yash/releases/48417</link>
   <guid>http://sourceforge.jp/projects/yash/releases/48417</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash), version 2.22.&lt;br /&gt;&lt;br /&gt;The auto-loading feature has been added which automatically loads completion settings on the fly. Completion settings for built-in commands are bundled in this version.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.22&lt;br /&gt;&lt;br /&gt;  +  New &amp;quot;test&amp;quot; builtin operators: -G, -O, -N&lt;br /&gt;  +  Completion settings are now autoloaded from $YASH_COMPPATH.&lt;br /&gt;  *  Fix a bug that was causing a signal received by a just-created subshell to be wrongly ignored.&lt;br /&gt;  *  Other bug fixes&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 04 Jul 2010 04:18:00 GMT</pubDate>
   <title>yash - 2.22b0</title>
   <link>http://sourceforge.jp/projects/yash/releases/48168</link>
   <guid>http://sourceforge.jp/projects/yash/releases/48168</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell 2.22 のベータ版です。&lt;br /&gt;&lt;br /&gt;正式版ではなくベータ版なので、分かる人だけ使ってください。(2.21 との違いはほとんどありません)&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 18 Jun 2010 12:54:00 GMT</pubDate>
   <title>yash - 2.21</title>
   <link>http://sourceforge.jp/projects/yash/releases/47913</link>
   <guid>http://sourceforge.jp/projects/yash/releases/47913</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.21.&lt;br /&gt;&lt;br /&gt;Finally we have command line completion! And this version also includes some minor fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.21&lt;br /&gt;&lt;br /&gt;  +  Command line completion&lt;br /&gt;  =  In an interactive shell, the value of $LINENO is now reset to 1 every time a command is input and executed.&lt;br /&gt;  *  The &amp;quot;function&amp;quot; keyword was not recognized by &amp;quot;command -v&amp;quot;.&lt;br /&gt;  *  Fixed handling of SIGINT so that the interactive shell properly gets back to normal after receiving SIGINT.&lt;br /&gt;  *  Input reading functions rewritten, including some bug fixes.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   -: removed feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;   x: new bug&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 15 May 2010 16:13:00 GMT</pubDate>
   <title>yash - 2.20</title>
   <link>http://sourceforge.jp/projects/yash/releases/47443</link>
   <guid>http://sourceforge.jp/projects/yash/releases/47443</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.20.&lt;br /&gt;&lt;br /&gt;This version contains some minor fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.20&lt;br /&gt;&lt;br /&gt;  +  Function definition using the &amp;quot;function&amp;quot; keyword.&lt;br /&gt;  =  The &amp;quot;-nt&amp;quot; and &amp;quot;-ot&amp;quot; operators of the &amp;quot;test&amp;quot; builtin now consider a non-existent file older in favor of Korn shell.&lt;br /&gt;  =  [line-editing] some editing commands have been renamed:&lt;br /&gt;       vi-change-all -&amp;gt; vi-change-line&lt;br /&gt;       vi-yank-and-change-all -&amp;gt; vi-yank-all-change-line&lt;br /&gt;       vi-append-end -&amp;gt; vi-append-to-eol&lt;br /&gt;  *  [line-editing] the clear-and-redraw-all command was broken.&lt;br /&gt;&lt;br /&gt;Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   -: removed feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;   x: new bug&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 13 Feb 2010 15:54:00 GMT</pubDate>
   <title>yash - 2.19</title>
   <link>http://sourceforge.jp/projects/yash/releases/45962</link>
   <guid>http://sourceforge.jp/projects/yash/releases/45962</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash), version 2.19.&lt;br /&gt;&lt;br /&gt;This version includes minor fixes.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.19&lt;br /&gt;&lt;br /&gt;  +  The &amp;quot;ulimit&amp;quot; builtin is now available on FreeBSD.&lt;br /&gt;  +  In mail checking, the timestamp of the mail file is now compared&lt;br /&gt;     by the nanosecond if possible.&lt;br /&gt;  +  [line-editing] new line-editing commands:&lt;br /&gt;        oldest-history-bol, newest-history-bol, return-history-bol,&lt;br /&gt;        prev-history-bol, next-history-bol,&lt;br /&gt;        beginning-search-forward, beginning-search-backward&lt;br /&gt;  =  Faster filename pattern matching.&lt;br /&gt;  =  [line-editing] the &amp;quot;accept-line&amp;quot; command no longer accepts a&lt;br /&gt;     failing history search result.&lt;br /&gt;  =  [line-editing] the following commands have been changed not to&lt;br /&gt;     move the cursor to the beginning of the line:&lt;br /&gt;        oldest-history, newest-history, return-history,&lt;br /&gt;        prev-history, next-history&lt;br /&gt;     The new commands whose names end with &amp;quot;-bol&amp;quot; provide the&lt;br /&gt;     previous behaviors.&lt;br /&gt;  *  Fixed broken output of array assignment traces.&lt;br /&gt;  *  [line-editing] the &amp;quot;vi-edit-and-accept&amp;quot; command now handles the&lt;br /&gt;     count.&lt;br /&gt;  *  [line-editing] fixed the cursor position after the&lt;br /&gt;     search-again-forward/backward command in the emacs-like mode.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 27 Dec 2009 07:19:00 GMT</pubDate>
   <title>yash - 2.18</title>
   <link>http://sourceforge.jp/projects/yash/releases/45125</link>
   <guid>http://sourceforge.jp/projects/yash/releases/45125</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash), version 2.18.&lt;br /&gt;&lt;br /&gt;New features in this version includes (a) the right prompt, (b) new options for the &amp;quot;cd&amp;quot; and &amp;quot;pushd&amp;quot; builtins, and (c) non-standardized string comparison operators for the &amp;quot;test&amp;quot; builtin.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.18&lt;br /&gt;&lt;br /&gt;  +  New operators for string comparison in the &amp;quot;test&amp;quot; builtin:&lt;br /&gt;     ==, ===, !==, &amp;lt;, &amp;lt;=, &amp;gt;, &amp;gt;=&lt;br /&gt;  +  Operators &amp;quot;-nt&amp;quot; and &amp;quot;-ot&amp;quot; in the &amp;quot;test&amp;quot; builtin now compares the modification time by the nanoseconds if possible.&lt;br /&gt;  +  '--default-directory' option for the &amp;quot;cd&amp;quot; and &amp;quot;pushd&amp;quot; builtin.&lt;br /&gt;  +  '--remove-duplicates' option for the &amp;quot;pushd&amp;quot; builtin.&lt;br /&gt;  +  The right prompt and the styler prompt.&lt;br /&gt;  +  '--le-alwaysrp' option.&lt;br /&gt;  =  The interpretation of escape sequences to change the font in $PS1 and $PS2 has been changed.&lt;br /&gt;  =  $PS3 no longer initialized.&lt;br /&gt;  =  Escape sequences are now interpreted in $PS4 as well as in $PS1 and $PS2.&lt;br /&gt;  =  The &amp;quot;echo&amp;quot; and &amp;quot;printf&amp;quot; builtins now can print a null character.&lt;br /&gt;  *  [line-editing] $LINES and $COLUMNS were wrongly ignored.&lt;br /&gt;  *  [line-editing] fixed font color for some terminals.&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 04 Dec 2009 08:17:00 GMT</pubDate>
   <title>yash - 2.17</title>
   <link>http://sourceforge.jp/projects/yash/releases/44740</link>
   <guid>http://sourceforge.jp/projects/yash/releases/44740</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell バージョン 2.17 です。&lt;br /&gt;&lt;br /&gt;このバージョンではいくつかのバグ修正が施されました。&lt;br /&gt;また test 組込みコマンドでバージョン番号を比較するなど、いくつかの新機能が加わっています。&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.17&lt;br /&gt;&lt;br /&gt;  +  '--le-visiblebell' option.&lt;br /&gt;  +  New operators for version comparison in the &amp;quot;test&amp;quot; builtin:&lt;br /&gt;     -veq, -vne, -vgt, -vge, -vlt, -vle&lt;br /&gt;  +  [line-editing] &amp;quot;eof&amp;quot; command&lt;br /&gt;  =  The &amp;quot;typeset&amp;quot; builtin now prints only local variables when invoked without the -g option or operands.&lt;br /&gt;  =  The &amp;quot;typeset&amp;quot; builtin now prints function definitions in a pretty format.&lt;br /&gt;  =  When not in posixly-correct mode, commands in command substitution are now parsed when the command containing the substitution is parsed.&lt;br /&gt;  *  Fixed the parse error on parameter expansion &amp;quot;${#}&amp;quot;.&lt;br /&gt;  *  Fixed the &amp;quot;wait&amp;quot; builtin wrongly trying to wait for non-parent processes when invoked in a subshell.&lt;br /&gt;  *  [line-editing] vi-replace-char command was broken.&lt;br /&gt;  *  Many other bug fixes&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   -: removed feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;   x: new bug&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 17 Oct 2009 12:29:00 GMT</pubDate>
   <title>yash - 2.16</title>
   <link>http://sourceforge.jp/projects/yash/releases/44007</link>
   <guid>http://sourceforge.jp/projects/yash/releases/44007</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash) version 2.16 includes some bug fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.16&lt;br /&gt;&lt;br /&gt;  +  '--curbg' and '--curstop' options.&lt;br /&gt;  =  '--curasync' option is now set by default.&lt;br /&gt;  =  Changed exit status of a while/until loop whose body is empty.&lt;br /&gt;  =  The &amp;quot;return&amp;quot; and &amp;quot;exit&amp;quot; builtins now accepts an exit status of 256 or larger.&lt;br /&gt;  =  The &amp;quot;echo&amp;quot; builtin now interprets octal escapes only beginning with a backslash followed by a zero.&lt;br /&gt;  *  Fixed a syntax error of a special builtin invoked thru the &amp;quot;command&amp;quot; builtin causing the non-interactive shell to exit.&lt;br /&gt;  *  Fixed the exit status of the shell when the EXIT trap is set.&lt;br /&gt;  *  The '--allexport' option was wrongly ignored by the &amp;quot;read&amp;quot; and &amp;quot;getopts&amp;quot; builtins.&lt;br /&gt;  *  Fixed segfaults and other errors in the &amp;quot;getopts&amp;quot; builtin.&lt;br /&gt;  *  [line-editing] Fixed the vi-replace-char command causing invalid memory access.&lt;br /&gt;  *  [line-editing] Fixed the emacs-just-one-space command not leaving space(s).&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Mon, 07 Sep 2009 12:57:00 GMT</pubDate>
   <title>yash - 2.15</title>
   <link>http://sourceforge.jp/projects/yash/releases/43463</link>
   <guid>http://sourceforge.jp/projects/yash/releases/43463</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash), version 2.15.&lt;br /&gt;&lt;br /&gt;This version includes many bug fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.15&lt;br /&gt;&lt;br /&gt;  +  An interactive shell now can be interrupted by SIGINT.&lt;br /&gt;  +  Bracket expressions in pathname expansion are now fully supported (provided that libc's regex implementation is correct).&lt;br /&gt;  =  The &amp;quot;suspend&amp;quot; builtin now requires the -f option to suspend an interactive shell that is a session leader.&lt;br /&gt;  =  The shell no longer automatically sets the $YASH_LE_TIMEOUT variable.&lt;br /&gt;  =  A job-control shell now stops itself when invoked in the background.&lt;br /&gt;  =  A job-control shell no longer ignores SIGTTOU by default.&lt;br /&gt;  =  The '--nocaseglob' option no longer affects pattern matching in parameter expansions of form &amp;quot;${var#xxx}&amp;quot; etc.&lt;br /&gt;  *  Fixed pathname expansion on redirection target.&lt;br /&gt;  *  Couldn't set a signal handler to the default by the &amp;quot;trap&amp;quot; builtin if the signal was ignored on invocation of an interactive shell.&lt;br /&gt;  *  Fixed accidental interruption of builtins by signals.&lt;br /&gt;  *  Fixed parser so that a non-simple command is properly parsed after alias substitution.&lt;br /&gt;  *  Various bug fixes&lt;br /&gt;&lt;br /&gt; Legend:&lt;br /&gt;   +: new feature&lt;br /&gt;   =: specification change&lt;br /&gt;   *: bug fix&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 07 Aug 2009 09:44:00 GMT</pubDate>
   <title>yash - 2.14</title>
   <link>http://sourceforge.jp/projects/yash/releases/43022</link>
   <guid>http://sourceforge.jp/projects/yash/releases/43022</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yash: yet another shell, version 2.14.&lt;br /&gt;&lt;br /&gt;This version includes some bug fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.14&lt;br /&gt;&lt;br /&gt;  +  The -l option for the &amp;quot;bindkey&amp;quot; builtin.&lt;br /&gt;  +  Negative array indices are now allowed.&lt;br /&gt;  =  $PWD is now set to &amp;quot;/&amp;quot; (rather than &amp;quot;/..&amp;quot;) after &amp;quot;cd /..&amp;quot;.&lt;br /&gt;  =  The &amp;quot;command&amp;quot; builtin with the -vb option now ignores shell keywords, aliases and functions.&lt;br /&gt;  =  Most of the builtins now prints an error message and returns non-zero when they cannot print something to the standard output.&lt;br /&gt;  =  The &amp;quot;pwd&amp;quot; and &amp;quot;times&amp;quot; builtins now fail when an operand is given.&lt;br /&gt;  =  The shell no longer exits when an assignment for a special builtin failed if not in posixly-correct mode.&lt;br /&gt;  *  &amp;quot;cd //&amp;quot; was failing if the current directory is &amp;quot;/&amp;quot;.&lt;br /&gt;  *  Invoking the &amp;quot;bindkey&amp;quot; builtin in the yashrc file was causing an invalid memory access.&lt;br /&gt;  *  The &amp;quot;command&amp;quot; builtin with the -vb option was failing to find regular builtins that are not in $PATH.&lt;br /&gt;  *  The &amp;quot;dirs&amp;quot; command was going into an infinite loop if given an argument.&lt;br /&gt;  *  The -c and -d options are wrongly rejected by the &amp;quot;ulimit&amp;quot; builtin.&lt;br /&gt;  *  The &amp;quot;fg&amp;quot; builtin now refuses more than one operands in posixly-correct mode, as described in the help.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 28 Jul 2009 13:00:00 GMT</pubDate>
   <title>yash - 2.13</title>
   <link>http://sourceforge.jp/projects/yash/releases/42893</link>
   <guid>http://sourceforge.jp/projects/yash/releases/42893</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yash: yet another shell, version 2.13.&lt;br /&gt;&lt;br /&gt;This version includes some bug fixes and new features.&lt;br /&gt;Now that unknown commands are handled by the $COMMAND_NOT_FOUND_HANDLER variable, the autocd option has been removed.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.13&lt;br /&gt;&lt;br /&gt;  +  &amp;quot;history&amp;quot; builtin&lt;br /&gt;  +  The -i option for the &amp;quot;eval&amp;quot;, &amp;quot;break&amp;quot; and &amp;quot;continue&amp;quot; builtins.&lt;br /&gt;  +  The value of the $COMMAND_NOT_FOUND_HANDLER variable is now executed when a command is not found.&lt;br /&gt;  -  '--autocd' option&lt;br /&gt;  =  The exit status is now one when the &amp;quot;return&amp;quot; builtin is used outside a function in an interactive shell.&lt;br /&gt;  =  Revised command search and execution.&lt;br /&gt;  *  The shell would not exit after the &amp;quot;exit&amp;quot; builtin twice in a row when you have $PROMPT_COMMAND set and you have stopped jobs.&lt;br /&gt;  *  The &amp;quot;notifyle&amp;quot; option not working with $PROMPT_COMMAND set.&lt;br /&gt;  *  [line-editing] Redoing was broken.&lt;br /&gt;  *  [line-editing] The command line was not redrawn after trap handling.&lt;br /&gt;  *  [line-editing] Fixed some bugs in the vi-edit-and-accept command.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sat, 18 Jul 2009 08:51:00 GMT</pubDate>
   <title>yash - 2.12</title>
   <link>http://sourceforge.jp/projects/yash/releases/41379</link>
   <guid>http://sourceforge.jp/projects/yash/releases/41379</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell (yash), version 2.12.&lt;br /&gt;&lt;br /&gt;This version features the new Emacs-like line-editing. Also includes some big fixes and other modifications.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.12&lt;br /&gt;&lt;br /&gt;  +  Emacs-like line-editing.&lt;br /&gt;  +  &amp;quot;bindkey&amp;quot; builtin.&lt;br /&gt;  +  The $PROMPT_COMMAND variable now can be an array.&lt;br /&gt;  +  The value of the $YASH_AFTER_CD variable is now executed after the working directory was changed.&lt;br /&gt;  =  The &amp;quot;fg&amp;quot; and &amp;quot;bg&amp;quot; builtin now always sends SIGCONT to the continued job.&lt;br /&gt;  =  The &amp;quot;exit&amp;quot; builtin now warns about stopped jobs even when executed after the &amp;quot;fg&amp;quot;, &amp;quot;bg&amp;quot;, &amp;quot;disown&amp;quot; or &amp;quot;wait&amp;quot; builtin.&lt;br /&gt;  *  In vi-like line-editing, the wrong text was put after 30th yank.&lt;br /&gt;  *  In vi-like line-editing, the &amp;quot;s&amp;quot; command cannot be used if the cursor is at the beginning of line&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 21 Jun 2009 15:17:00 GMT</pubDate>
   <title>yash - 2.11</title>
   <link>http://sourceforge.jp/projects/yash/releases/40693</link>
   <guid>http://sourceforge.jp/projects/yash/releases/40693</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yash, yet another shell, version 2.11.&lt;br /&gt;&lt;br /&gt;This version includes some minor fixes and new features.&lt;br /&gt;NOTICE: The spec of the le-convmeta option has been changed without backward compatibility.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.11&lt;br /&gt;&lt;br /&gt;  +  Added the &amp;quot;--histspace&amp;quot; and &amp;quot;--le-noconvmeta&amp;quot; options.&lt;br /&gt;  +  Support for the $HISTRMDUP variable.&lt;br /&gt;  +  Support for the $YASH_LE_TIMEOUT variable.&lt;br /&gt;  +  The &amp;quot;kill&amp;quot; builtin with the &amp;quot;-l&amp;quot; option now accepts signal names as operands.&lt;br /&gt;  =  The &amp;quot;--le-convmeta&amp;quot; option now is a Boolean option.&lt;br /&gt;  =  The &amp;quot;$-&amp;quot; special parameter now includes the &amp;quot;l&amp;quot; flag if the shell is a login shell.&lt;br /&gt;  *  An empty case command &amp;quot;case i in (*) esac&amp;quot; now always returns the exit status of zero.&lt;br /&gt;  *  Quoted words were incorrectly expanded with backslashes when the &amp;quot;-f&amp;quot; option is set.&lt;br /&gt;  *  Fixed invalid memory access in the &amp;quot;v&amp;quot; command of vi-like line-editing.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Tue, 26 May 2009 15:25:00 GMT</pubDate>
   <title>yash - 2.10</title>
   <link>http://sourceforge.jp/projects/yash/releases/40202</link>
   <guid>http://sourceforge.jp/projects/yash/releases/40202</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yash: yet another shell, version 2.10.&lt;br /&gt;&lt;br /&gt;This version includes some new features and minor bug fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.10&lt;br /&gt;&lt;br /&gt;  +  History search in line-editing.&lt;br /&gt;  =  Empty lines are no longer stored in the history.&lt;br /&gt;  =  In the vi-like line-editing, &amp;quot;cw&amp;quot; and &amp;quot;cW&amp;quot; now work as in vi.&lt;br /&gt;  *  Setting the &amp;quot;notifyle&amp;quot; option caused a segfault if yash was configured with line-editing disabled.&lt;br /&gt;  *  In line-editing, undoing a change to a history entry did not restore the cursor position properly.&lt;br /&gt;  *  Some fixes for invalid memory access during line-editing.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 10 May 2009 13:05:00 GMT</pubDate>
   <title>yash - 2.9</title>
   <link>http://sourceforge.jp/projects/yash/releases/39905</link>
   <guid>http://sourceforge.jp/projects/yash/releases/39905</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.9.&lt;br /&gt;&lt;br /&gt;This version includes interactive line-editing as a new feature, though it is not yet fully implemented.&lt;br /&gt;&lt;br /&gt;Command history handling routines have been rewritten to share the history among multiple shell processes. These routines use a new history file format that is not compatible with that of older yash. The old format history file will be converted into the new format when the new version of yash is first invoked.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.9&lt;br /&gt;&lt;br /&gt;  +  Line-editing in the interactive mode.&lt;br /&gt;  x  Line-editing is not fully implemented.&lt;br /&gt;  +  Multiple instances of shell that use the same file for the history file now share the history.&lt;br /&gt;  -  The &amp;quot;history&amp;quot; builtin has been removed.&lt;br /&gt;  =  Now non-ASCII alphabets are allowed in variable names.&lt;br /&gt;  =  Now nested parameter expansions must be enclosed by braces.&lt;br /&gt;  =  The &amp;quot;help&amp;quot; builtin now prints an error message if the specified builtin is not found.&lt;br /&gt;  *  Fixed floating-point arithmetics in arithmetic expansions.&lt;br /&gt;  *  Fixed parser for arithmetic expansions that was incorrectly rejecting identifiers that start with underscores.&lt;br /&gt;  *  Fixed parser that had trouble parsing parameter expansions containing the hash sign like &amp;quot;${#=x}&amp;quot;.&lt;br /&gt;  *  Fixed the help message for the &amp;quot;pwd&amp;quot; builtin.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 17 Apr 2009 15:51:00 GMT</pubDate>
   <title>yash - 2.8</title>
   <link>http://sourceforge.jp/projects/yash/releases/38862</link>
   <guid>http://sourceforge.jp/projects/yash/releases/38862</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.8.&lt;br /&gt;&lt;br /&gt;Conforms to POSIX.1-2008 (previous versions conformed POSIX.1-2001), and includes some new features, spec change, and bug fixes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.8&lt;br /&gt;&lt;br /&gt;  +  Brace expansion with delta: {a..b..c}&lt;br /&gt;  +  The &amp;quot;command&amp;quot; builtin's -b and -B options now can be used with the -v and -V options.&lt;br /&gt;  =  Yash now conforms to POSIX.1-2008.&lt;br /&gt;    .  The &amp;quot;read&amp;quot; builtin now always removes trailing white-spaces from the input.&lt;br /&gt;    .  The results of tilde expansion are no longer subject to field splitting and pathname expansion.&lt;br /&gt;    .  The &amp;quot;pwd&amp;quot; builtin with the -P option no longer sets the $PWD variable.&lt;br /&gt;    .  &amp;quot;cd -L foo/..&amp;quot; is no more the same as &amp;quot;cd -L .&amp;quot; in that it is an error when the directory &amp;quot;foo&amp;quot; does not exist.&lt;br /&gt;    .  The &amp;quot;command&amp;quot; builtin's -p option now can be used with the -v and -V options.&lt;br /&gt;    .  In posixly-correct mode, all asynchronous commands now ignore SIGINT and SIGQUIT (even when job control is active).&lt;br /&gt;  *  When executing commands edited by the &amp;quot;fc&amp;quot; builtin, the $? variable was incorrectly assigned the exit status of the editor invoked by &amp;quot;fc&amp;quot;.&lt;br /&gt;  *  Backslashes, commas and braces in $IFS were incorrectly ignored in field splitting.&lt;br /&gt;  *  Pathname expansion failed if we do not have the read permission for the specified directory even when we only need the search permission.&lt;br /&gt;  *  The signal mask of commands invoked by the shell now inherits that of the shell (except for trapped signals).&lt;br /&gt;  *  The &amp;quot;command&amp;quot; builtin now properly handles directories given as the commands when the &amp;quot;autocd&amp;quot; option is on.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Mon, 02 Mar 2009 13:18:00 GMT</pubDate>
   <title>yash - 2.7</title>
   <link>http://sourceforge.jp/projects/yash/releases/37963</link>
   <guid>http://sourceforge.jp/projects/yash/releases/37963</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Yet another shell, version 2.7.&lt;br /&gt;&lt;br /&gt;This release includes some new features, spec changes and bug fixes, but no major changes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.7&lt;br /&gt;&lt;br /&gt;  +  Parameter expansion ${array[index]:=value} now allows assignment to an empty array element.&lt;br /&gt;  +  Here-string by the &amp;quot;&amp;lt;&amp;lt;&amp;lt;&amp;quot; operator.&lt;br /&gt;  +  New redirection operator &amp;quot;&amp;gt;&amp;gt;|&amp;quot; opens a pipe.&lt;br /&gt;  -  Loop pipes no longer supported.&lt;br /&gt;  =  The $IFS variable is always initialized to the default value when the shell is invoked.&lt;br /&gt;  *  The &amp;quot;echo&amp;quot; and &amp;quot;printf&amp;quot; builtins now print an error message on failure.&lt;br /&gt;  *  A quoted period at the beginning of a filename was not properly matching during filename expansion.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Wed, 11 Feb 2009 06:05:00 GMT</pubDate>
   <title>yash - 2.6</title>
   <link>http://sourceforge.jp/projects/yash/releases/37579</link>
   <guid>http://sourceforge.jp/projects/yash/releases/37579</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;This release is &amp;quot;yet another shell&amp;quot; version 2.6.&lt;br /&gt;&lt;br /&gt;This version includes some bug fixes and spec changes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.6&lt;br /&gt;&lt;br /&gt;  +  Added the -q option to the fc builtin.&lt;br /&gt;  +  Compound commands may now contain no commands inside.&lt;br /&gt;  *  &amp;quot;alias -p&amp;quot; now prints commands with proper escape.&lt;br /&gt;  *  In posixly-correct mode, a semicolon followed by the identifier followed by &amp;quot;for&amp;quot; is now treated as an error.&lt;br /&gt;  *  Global aliases are now allowed after compound commands.&lt;br /&gt;  *  The &amp;quot;fg&amp;quot; and &amp;quot;wait&amp;quot; builtins were causing invalid memory access when the &amp;quot;-o notify&amp;quot; option is enabled.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Fri, 16 Jan 2009 14:46:00 GMT</pubDate>
   <title>yash - 2.5</title>
   <link>http://sourceforge.jp/projects/yash/releases/37080</link>
   <guid>http://sourceforge.jp/projects/yash/releases/37080</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;This is &amp;quot;yet another shell&amp;quot; version 2.5.&lt;br /&gt;&lt;br /&gt;This version includes some bug fixes but no major changes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.5&lt;br /&gt;&lt;br /&gt;  =  Redirection of FDs used by the shell is now error.&lt;br /&gt;  *  Some redirection syntax errors were overlooked.&lt;br /&gt;  *  Fixed the &amp;quot;sig.y&amp;quot; test failure.&lt;br /&gt;  *  When an &amp;quot;exec&amp;quot; command with redirections is enclosed in a brace with redirections, the redirections to the brace are now properly closed after execution.&lt;br /&gt;  *  Fixed parsing error of a comment after the identifier of a for statement.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Mon, 22 Dec 2008 15:23:00 GMT</pubDate>
   <title>yash - 2.4</title>
   <link>http://sourceforge.jp/projects/yash/releases/36698</link>
   <guid>http://sourceforge.jp/projects/yash/releases/36698</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;This is &amp;quot;yet another shell&amp;quot; version 2.4.&lt;br /&gt;&lt;br /&gt;This version includes some bug fixes and spec changes,&lt;br /&gt;but no major changes.&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.4&lt;br /&gt;&lt;br /&gt;  =  The long option for the -p option of the &amp;quot;jobs&amp;quot; builtin has been&lt;br /&gt;     changed from &amp;quot;--pid-only&amp;quot; to &amp;quot;--pgid-only&amp;quot;.&lt;br /&gt;  *  Trap of SIGCHLD, SIGINT, SIGTERM, SIGQUIT, SIGTSTP, SIGTTOU were&lt;br /&gt;     wrongly set to &amp;quot;ignore&amp;quot; in some condition.&lt;br /&gt;  *  Signal handlers for SIGINT, SIGTERM, SIGQUIT, SIGTSTP, SIGTTOU&lt;br /&gt;     were mistakenly reset in some moments.&lt;br /&gt;  *  Fixed the exit status of the &amp;quot;wait&amp;quot; builtin returned when&lt;br /&gt;     interrupted by a signal.&lt;br /&gt;  *  Fixed file access permission test&lt;br /&gt;  *  &amp;quot;command -V xxx/yyy&amp;quot; now prints an error message if &amp;quot;xxx/yyy&amp;quot; is&lt;br /&gt;     not a valid command.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Sun, 07 Dec 2008 09:39:00 GMT</pubDate>
   <title>yash - 2.3</title>
   <link>http://sourceforge.jp/projects/yash/releases/36418</link>
   <guid>http://sourceforge.jp/projects/yash/releases/36418</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;This is &amp;quot;yet another shell&amp;quot; version 2.3.&lt;br /&gt;&lt;br /&gt;This version includes some bug fixes and spec changes,&lt;br /&gt;but no major changes.&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.3&lt;br /&gt;&lt;br /&gt;  =  Now changing LC_CTYPE immediately takes effect if the shell is&lt;br /&gt;     interactive and not in the posixly-correct mode.&lt;br /&gt;  *  Fixed parameter expansion: empty words are now expanded properly.&lt;br /&gt;  *  Fixed a race condition, which was causing some signals ignored.&lt;br /&gt;  *  Assignments using the typeset/readonly/export builtins failed to&lt;br /&gt;     update the shell's internal data. This caused the shell to keep&lt;br /&gt;     using the old PATH after the PATH has been changed.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
  <item>
   <pubDate>Thu, 13 Nov 2008 09:43:00 GMT</pubDate>
   <title>yash - 2.2.2</title>
   <link>http://sourceforge.jp/projects/yash/releases/33747</link>
   <guid>http://sourceforge.jp/projects/yash/releases/33747</guid>
   <dc:creator>まじかんと (magicant)</dc:creator>
   <description>&lt;h2&gt;ReleaseNote&lt;/h2&gt;&lt;p&gt;Re-release of yash 2.2.2.&lt;br /&gt;&lt;br /&gt;Originally available at:&lt;br /&gt;&lt;a href=&quot;http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz&quot; rel=&quot;nofollow&quot; target=&quot;_top&quot;&gt;http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;ChangeLog&lt;/h2&gt;&lt;p&gt;Yash 2.2&lt;br /&gt;&lt;br /&gt;  +  &amp;quot;help&amp;quot;, &amp;quot;pushd&amp;quot;, &amp;quot;popd&amp;quot; and &amp;quot;dirs&amp;quot; builtins&lt;br /&gt;  =  The value of $PWD set by the &amp;quot;cd&amp;quot; builtin is fixed. It now has a&lt;br /&gt;     correct value when changing to a relative path from the root&lt;br /&gt;     directory.&lt;br /&gt;  *  Pathname expansion not properly performed for patterns including&lt;br /&gt;     &amp;quot;.&amp;quot; or &amp;quot;..&amp;quot;.&lt;br /&gt;&lt;/p&gt;</description>
  </item>
</channel>
</rss>

