mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Release 1.14.0
darcs-hash:20050925113134-ac50b-ce43dd40aa0de704723724e6e7e806050760cef8.gz
This commit is contained in:
parent
f1f5904fe1
commit
4a786cafda
2 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
2005-09-25 Axel Liljencrantz <axel@liljencrantz.se>
|
||||
|
||||
* parser.c: (parse_job, parser_skip_arguemnts, paresr_Test): No semicolon required after else and begin
|
||||
|
||||
|
||||
2005-09-24 Axel Liljencrantz <axel@liljencrantz.se>
|
||||
|
||||
* Version 1.14.0
|
||||
|
||||
* reader.c (reader_readline): Quit token search on escape
|
||||
|
||||
* parser.c (pares_job_main_loop): Make command substitutions for the case command expand properly
|
||||
|
|
|
@ -69,6 +69,9 @@ fi
|
|||
%config %_sysconfdir/fish.d/completions/*.fish
|
||||
|
||||
%changelog
|
||||
* Sat Sep 24 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.14.0-0
|
||||
- 1.14.0
|
||||
|
||||
* Mon Sep 12 2005 Axel Liljencrantz <axel@liljencrantz.se> 1.13.4-0
|
||||
- 1.13.4
|
||||
|
||||
|
|
Loading…
Reference in a new issue