summaryrefslogtreecommitdiff
path: root/shells/posh/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12Bump 0.12 to 0.12.1mef1-17/+0
patches/patch-main.c is deleted, upstream took fix. --------- posh (0.12.1) unstable; urgency=low * Add missing compat header include, thanks to Makoto Fujiwara. closes: #712009.
2013-06-11Makefilemef2-2/+8
- Bump version 0.3.14 to 0.12. - Add LICENSE= as gnu-gpl-v2. patches/patch-a[ab] - comment added from old cvs log Following lines are recent changes from ChangeLog. For full ChangeLog, see: https://launchpad.net/debian/+source/posh/+changelog -------- posh (0.12) * Fix shell flag handling, broken since 0.9.1. closes: #707778. posh (0.10.2) * Fix "nostrip" build. closes: #674703. * Fix Italian Language-Team email address. closes: #660020. * Don't segfault when bi_errorf(NULL) is called. closes: #674701. * Bump to Standards-Version 3.9.3. posh (0.10) unstable; urgency=low * Do not treat a bad signal passed to the trap builtin as a fatal/syntax error. posh (0.8.5) unstable; urgency=low * Apply bugfix from mksh overhauling the code for substitutions such as ${foo:-bar} and "${foo+bar}" for standards compliance and pull the test cases that go with it. * Bump to Standards-Version 3.8.4. * Switch to 3.0 (native) source format. ---------
2013-06-11Add patches/patch-main.cmef1-0/+17
to fix segmentation fault just after invocation, at least on NetBSD/amd64 6.1, which is reported as PR pkg/47917. The problem was also reported by gcc (4.5.3) as: main.c: In function 'main': main.c:206:15: warning: assignment makes pointer from integer without a cast At following location: 203 char *simplified; .... 206 simplified = canonicalize_file_name(current_wd);
2005-11-10Depend on errno.h to provide errno.joerg1-0/+12
2004-09-08Fix build with gcc2.jmmv1-0/+22