SHA256
1
0
forked from pool/dash

- update to version 0.5.8

- Small optimisation of command -pv change
  - Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin
  - Change "characters" for printf precision to "bytes"
  - Clarify "trap '' signals" syntax in manual page
  - Clarify that 0 and EXIT are both acceptable for exit traps
  - command: allow combining -p with -v
  - getjob: Fix off-by-one error for multiple of four job numbers
  - Propagate EXP_QPAT in subevalvar
  - Initialise OPTIND after importing environment
  - Fixed argument parsing crash in test
  - Add newline when tracing in poplocalvars
  - Markup fixes in manual for mandoc 1.12.1
  - Use PRIdMAX instead of %j in printf
  - Fix typo for wait in manual
  - Add support for ulimit -r
  - Avoid overflow for very long variable name
  - Sanitise environment variable names on entry
  - Allow building without LINEO support
  - Add top-level autogen.sh
  - Avoid imaxdiv when only one of the results is wanted
  - Fix klibc DEBUG compilation
  - Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving
    dotcmd

OBS-URL: https://build.opensuse.org/package/show/shells/dash?expand=0&rev=16
This commit is contained in:
Guido Berhoerster
2014-10-10 05:53:36 +00:00
committed by Git OBS Bridge
parent b9949cb5d5
commit 4330319116
4 changed files with 33 additions and 5 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Oct 10 05:49:53 UTC 2014 - gber@opensuse.org
- update to version 0.5.8
- Small optimisation of command -pv change
- Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin
- Change "characters" for printf precision to "bytes"
- Clarify "trap '' signals" syntax in manual page
- Clarify that 0 and EXIT are both acceptable for exit traps
- command: allow combining -p with -v
- getjob: Fix off-by-one error for multiple of four job numbers
- Propagate EXP_QPAT in subevalvar
- Initialise OPTIND after importing environment
- Fixed argument parsing crash in test
- Add newline when tracing in poplocalvars
- Markup fixes in manual for mandoc 1.12.1
- Use PRIdMAX instead of %j in printf
- Fix typo for wait in manual
- Add support for ulimit -r
- Avoid overflow for very long variable name
- Sanitise environment variable names on entry
- Allow building without LINEO support
- Add top-level autogen.sh
- Avoid imaxdiv when only one of the results is wanted
- Fix klibc DEBUG compilation
- Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving
dotcmd
-------------------------------------------------------------------
Fri Sep 27 11:32:47 UTC 2013 - gber@opensuse.org