Linux-Dash Archive mirror
 help / color / mirror / Atom feed
- recent:[subjects (threaded)|topics (new)|topics (active)]
2020-07-01  1:52 Re: Status of set -o pipefail 2+ messages
2020-06-24  2:54 [PATCH] dash: man pages: fix formatting
2020-06-23 12:41 support for POSIX.1 job control terminal state management in dash
2020-06-22 10:44 Re: [PATCH] Don't include config.h when building helpers using the native compiler 4+ messages
2020-06-04 11:53 [PATCH] eval: Check nflag in evaltree instead of cmdloop
2020-06-04  3:56 Re: Bug when parsing redirection syntax error 2+ messages
2020-06-02 13:46 [PATCH] jobs: Fix waitcmd busy loop
2020-06-02 11:52 [PATCH] error: Remove USE_NORETURN ifdef
2020-06-02 11:51 [PATCH] expand: Make glob(3) interruptible by SIGINT
2020-05-28 12:57 [PATCH] shell: Enable fnmatch/glob by default
2020-05-28 11:57 Re: Improving xtrace output from subshells
2020-05-28 11:36 Re: [PATCH] Fix typos 2+ messages
2020-05-28 11:31 [PATCH] redir: Retry open64 on EINTR
2020-05-28  8:17 Stack overflow on unbounded recursion
2020-05-27  3:19 [PATCH] eval: Prevent recursive PS4 expansion 2+ messages
2020-05-27  2:19 [PATCH] parser: Get rid of PEOA
2020-05-26 13:19 parser: Fix double-backslash nl in old-style command sub 5+ messages
2020-05-17 13:36 [PATCH] parser: Save and restore heredoclist in expandstr 7+ messages
2020-05-15  6:30 Re: [PATCH] input: Fix compiling against libedit with -fno-common 2+ messages
2020-05-15  6:30 Re: [v3 PATCH] mktokens relative TMPDIR 6+ messages
2020-05-15  6:30 Re: [PATCH] Remove unused expandmeta() flag parameter 2+ messages
2020-05-09 13:13 Re: shell: Always use explicit large file API 2+ messages
2020-04-30 15:12 Re: [BUG] one-shot variables aren't propagated past functions 2+ messages
2020-04-29  6:07 Re: [PATCH] Remove poplocalvars() always-zero argument, make it static 2+ messages
2020-04-29  6:07 Re: [PATCH] Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK 2+ messages
2020-04-28 14:19 [PATCH] parser: Fix alias expansion after heredoc or newlines
2020-04-27 20:31 Re: [PATCH] alias: Fix handling of empty aliases 3+ messages
2020-04-17 16:51 Re: Maybe a mistake 2+ messages
2020-04-10 11:03 jobs: Fix infinite loop in waitproc
2020-04-02 13:18 RE: Bug#953421: dash: Resident Set Size growth is unbound (memory leak) on an infinite shell loop 7+ messages
2020-03-25  7:08 Re: dash & IFS 3+ messages
2020-03-09 12:43 Re: 'return' from subshell in function doesn't 6+ messages
2020-02-19 12:24 Re: Infinite loop expanding PS1='${PWD/#foo/bar} ' 2+ messages
2020-02-18 21:59 Re: Bizarre interaction bug involving bash w/ lastpipe + Almquist 'wait' 12+ messages
2020-01-25 17:55 Re: Another alias substitution bug, now involving case statements 2+ messages
2020-01-25 16:33 Re: Alias/heredoc/cmdsubst regression 7+ messages
2020-01-20 15:09 Re: [PATCH] builtin: Fix seconds part of times(1) 2+ messages
2020-01-20 10:02 Re: Program flow corruption involving 'command .' and an invalid expansion
2020-01-20  9:56 Re: [PATCH] shell: delete AC_PROG_YACC
2020-01-20  9:56 Re: [PATCH] expand: Fix trailing newlines processing in backquote expanding 3+ messages
2020-01-20  7:56 Please alphabetize dash.1 Builtins
2020-01-19 10:21 [v3 PATCH] redir: Clear saved redirections in subshell 7+ messages
2018-11-23 14:55 Bug#541544: [PATCH] ash: reset tokpushback before prompting while parsing heredoc 2+ messages
2018-02-14 22:50 Re: dash bug: double-quoted "\" breaks glob protection for next char 5+ messages
2018-02-13 11:27 this is what you need
2018-02-02  7:44 [PATCH] Remove dependency on fmatch.h if it does not exit
2018-02-02  7:43 [PATCH] Remove dependency on fmatch.h if it does not exit
2018-01-10 23:44 Re: [BUG] $PATH not fully searched 3+ messages
2018-01-09 14:19 Re: A cry for help, please don't ignore!
2017-12-17 18:00 Please document the peculiar $ENV processing
2017-10-25 10:08 Re: [BUG] quoted substring parameter expansion ignores single-quotes in the arg 4+ messages
2017-10-19 21:57 Re: [BUG] Redirection bug in subshell's EXIT trap 2+ messages
2017-10-08 19:00 (unknown), 
2017-09-26  3:39 [BUG] ignored substring parameter expansion after $@ ("$@""${v%/*}") command line)
2017-07-27 17:26 Re: echo "\\1"? 10+ messages
2017-06-29 23:33 Re: [BUG] Here-document redirection with vi/emacs on 2+ messages
2017-06-28 19:35 [BUG] Can't see accented letters with vi/emacs on
2017-06-23 16:42 Re: Small cleanup to src/dash.1 - Command Line Editing 3+ messages
2017-06-23  9:02 Re: where to obtain dash 0.5.9.1? 5+ messages
2017-06-22  8:30 Greater resolution in test -nt / test -ot
2017-06-02 23:01 Investment Interest & Offer
2017-05-26 14:47 Re: [PATCH] [BUILTIN] describe_command: fix incorrect path 3+ messages
2017-03-29 21:59 Re: [BUG] 'nolog' and 'debug' options cause "$-" to wreak havoc 2+ messages
2017-03-18  4:31 Re: [PATCH] quote arguments in xtrace output 7+ messages
2017-02-24 10:13 Courier was not able to deliver your parcel (ID003026781, UPS)
2017-02-08 22:11 Re: [PATCH] Don't execute binary files if execve() returned ENOEXEC. 4+ messages
2017-02-03 22:37 Re: why does dash save, dup, and restore redirected descriptor in the parent, rather than redirect in the child? 5+ messages
2017-02-01 18:28 Re: [PATCH] unset/null variables should expand to 0 during arithmetic expansion 3+ messages
2017-01-09 12:32 COMPLIMENT OF THE SEASON (READ AND REPLY)!!!
2016-12-21 13:08 Re: jobs 2+ messages
2016-12-18 20:28 Re: [PATCH] builtin: Fix 'echo --' handling 2+ messages
2016-12-01 21:17 [PATCH v2] trap: fix memory leak in exitshell()
2016-11-22 22:47 Re: [PATCH] trap: fix memory leak in exitshell() 3+ messages
2016-11-21 23:36 --with-libedit errors
2016-11-08  3:37 problem with utf8 name completion
2016-11-04  2:28 File integrity of dash source
2016-10-30 17:32 Re: [BUG] Interactive (d)ash exits on assigning to readonly from 'command eval' 4+ messages
2016-10-30 14:07 Re;香港一般贸易进口到大陸,1噸貨以上二天可到大陸。
2016-10-28 13:08 Re: ':' noop results in ':: not found' 3+ messages
2016-10-27 17:54 gotsigchild and onsigchild are unused
2016-10-27  0:35 Re: Bug? "fstat64(f, &sb) < 0 && S_ISREG(sb.st_mode)" 5+ messages
2016-10-26 17:28 [PATCH] Globally rename pendingsigs to pending_sig
2016-10-26 13:31 redir.h::clearredir() does not exist
2016-10-12 17:24 Re: dash tested against ash testsuite: 17 failures 6+ messages
2016-10-02  1:54 Re;一般贸易退税&東莞/深圳/廣州/中山/香港物流
2016-09-17 19:07 Quotation;東莞/深圳/廣州/中山/香港物流
2016-09-07 20:02 Re: Tests [ 0 -eq $UID ] don't work as in bash 3+ messages
2016-09-03 15:16 Re: Parameter expansion, patterns and fnmatch 18+ messages
2016-09-02 15:24 Re: [BUG] regression in builtin echo 5+ messages
2016-08-23 22:24 Re: dash 0.5.9: break and continue bug 3+ messages
2016-08-23 22:04 Re: declaration utilities (was: [bug-diffutils] bug#24116: [platform-testers] new snapshot available: diffutils-3.3.50-0353) 6+ messages
2016-08-08 15:50 Re: [PATCH 2/2] histedit: Remove non-glibc fallback code 9+ messages
2016-07-26 21:35 Re: Declaring local variables inside while loop leads to memory leak 2+ messages
2016-07-24 14:05 Re: export statements and command substitution 2+ messages
2016-07-23 17:14 Re;为各跨境电商提供物流服务
2016-07-10 18:04 Saudações
2016-06-26 20:36 Saudações
2016-06-20  1:28 Re: [PATCH v4] builtin: Fix handling of trailing IFS white spaces 20+ messages
2016-06-07 14:43 Re: [PATCH v2] jobs: Handle string-based job descriptors 3+ messages
2016-06-07  8:47 [PATCH v2] eval: Return status in eval functions 5+ messages
2016-06-07  6:50 Re: [SHELL] Fix 64-bit Solaris build 4+ messages
2016-06-06 14:45 Re: man: Document ulimit -v 5+ messages
2016-06-06 14:25 Re: shell: Fix build on Solaris 9 2+ messages
2016-06-06 11:57 Re: jobs: Don't attempt to access job table for job %0 2+ messages
2016-06-06 11:52 Re: trap: Implement POSIX.1-2008 trap reset behaviour (#2) 4+ messages
2016-06-06 10:41 Re: builtin: Reject malformed printf specifications with digits after '*' 2+ messages
2016-05-19  8:36 Re: man fixes 3+ messages
2016-05-19  1:51 Re: The behavior of `jobs -p` is definitely, without a doubt, a bug 4+ messages
2016-05-06 18:12 STRICTLY CONFIDENTIAL.
2016-05-03  9:56 RE:QUEST FOR INVESTMENT/PARTNERSHIP
2016-04-18  9:55 IMPORTANT MAIL TO YOU
2016-04-13  8:39 WE NEED YOUR HELP URGENTLY.
2016-04-09 21:12 Zero APR. No Credit Required. No Spend Limit!
2016-04-09 15:04 Merchant Account: No termination fees. No merchant account contract.
2016-03-26 22:17 Zero APR. No Credit Required. No Spend Limit!
2016-03-08  0:23 dash security crash report
2016-03-04 15:48 Re: Dash commit 46d3c1a (in 0.5.8+) breaks BSD make 3+ messages
2016-03-02 21:18 Re: "case" bug in dash 2+ messages
2016-02-24 20:27 Re: heredoc and subshell 9+ messages
2016-02-23 21:49 Re: [BUG] Illegal function names are accepted after being used as aliases 8+ messages
2016-02-15 18:46 Re: [BUG] 'trap' is not quite POSIX compliant 3+ messages
2016-02-11 14:46 Re: dash drops exported bash functions 6+ messages
2016-02-10 16:31 Re: dash drops exported bash functions 3+ messages
2016-01-29  0:05 NEW ARRIVALS, CISCO,CPU's,Memory, LAPTOP AND AVAYA
2016-01-27  4:06 NEW ARRIVALS, CISCO,CPU's,Memory, LAPTOP AND AVAYA
2016-01-21  7:18 Re: echo do not print NUL byte 5+ messages
2016-01-03 18:46 Re: Inheriting IFS from environment 2+ messages
2015-12-07 13:18 [PATCH] trap: Implement POSIX.1-2008 trap reset behaviour
2015-12-02 22:10 Re: [BUG] dash uses $* instead of $@ in variable assignments 4+ messages
2015-11-19 12:36 Re: [bug?] echo -n does not work as described 13+ messages
2015-11-14 10:51 Re: Dash only reads the first character from pipe (bash reads whole line) 2+ messages
2015-08-04  9:56 Re: builtin read -r and backslash-char escape sequences 4+ messages
2015-07-28  2:25 Re: shell: dash - large file support 3+ messages
2015-07-27  8:24 Re: Ignored alias inside for loop 5+ messages
2015-07-18 20:03 Reply Me For Details
2015-07-13  7:17 Re: [BUG] test: -gt: unexpected operator 3+ messages
2015-07-06 16:02 Re: dash unset idiosyncrasies 3+ messages
2015-06-11  6:34 Re: [MAN] Fix description of getopts when last argument reached 2+ messages
2015-06-08  5:25 Re: [BUG] ${#var} returns length in bytes, not characters 3+ messages
2015-06-04 19:56 Re: getopts doesn't properly update OPTIND when called from function 9+ messages
2015-06-02 10:55 GOOD DAY FRIEND
2015-05-26  2:49 Re: [PATCH] Set LC_ALL instead LC_COLLATE in mkbuiltins 7+ messages
2015-04-28  0:04 Medical Billing Training.
2015-03-25 13:51 Pattern matching faster than math
2015-03-16 22:54 Dr. Henry Cheng Kar-shun
2015-01-21 13:42 Re: Inconsistent behaviour between 'jobs' and 'echo "$(jobs)"' 4+ messages
2015-01-15 17:40 incorrect handling of quoted escapes
2015-01-09 19:36 Re: [PATCH] Fix variable assignments in function invocations 4+ messages
2015-01-05 12:01 [PATCH 4/4] input: Allow two consecutive calls to pungetc 11+ messages
2014-12-31 20:56 [EXPAND] Fixed "$@" expansion when EXP_FULL is false
2014-12-26 11:35 Re: [MAN] Clarify two redirection mechanisms 10+ messages
2014-12-25 22:52 Re: [PATCH] create builtins.c properly on old cpp 2+ messages
2014-12-25 22:05 Re: Possibly wrong handling of $_? 5+ messages
2014-12-08 17:46 Re: "if [ s1 > s2 ]" broken, writing a s2 file 3+ messages
2014-12-01 12:27 Re: [MAN] Clarify two redirection mechanisms 17+ messages
2014-11-30 20:42 Re: command substitutions in $PS4 2+ messages
2014-11-21 17:38 Re: dash-0.5.8 bug report 2+ messages
2014-11-17 14:49 Re: [PATCH v2] [BUILTIN] Fix "test -x" as root on FreeBSD 8 5+ messages
2014-11-17  9:52 Re: 'man dash' typo: "the shell .... proceed onto" 4+ messages
2014-11-17  9:51 Re: Redirection: interval file descriptor (0-9) 5+ messages
2014-11-11 20:54 Re: dash.1 - Confusion between two pages c[h]sh 6+ messages
2014-11-10 23:15 Re: % in $PATH 7+ messages
2014-11-10 11:14 'man dash' typo: "the shell .... proceed onto"
2014-11-05  8:48 [PATCH 3/3] [PARSER] Catch variable length expansions on non-existant specials 4+ messages
2014-11-01 18:39 Re: [PATCH] [BUILTIN] Require leading '0' on octal escapes in echo 3+ messages
2014-10-30 15:30 RE: POSIX trap signal names
2014-10-30 15:26 Re: POSIX compliant trap signal names 2+ messages
2014-10-29 21:21 Fix Penguin Penalty 17th October2014 ( mail-archive.com )
2014-10-27  8:57 [BUILTIN] Handle -- in dotcmd
2014-10-27  8:27 [PATCH 9/9] [BUILTIN] Simplify echo command 10+ messages
2014-10-27  3:46 [BUILTIN] Add printf support for format string a, A, and F
2014-10-27  3:40 Re: [PATCH] [BUILTIN] cd: support drive letters on Cygwin 2+ messages
2014-10-20 21:59 Re: [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty 2+ messages
2014-10-08 12:11 [EXPAND] Optimise nulonly away and just use quoted as before
2014-10-08  7:42 [EXPAND] Do not split quoted VSLENGTH and VSTRIM
2014-10-08  5:08 Re: Failure of nested substring processing inside double-quotes 3+ messages
2014-10-07 14:27 [VAR] Use setvareq to set OPTIND initially
2014-10-06 13:55 Re: dash security bug 2+ messages
2014-10-06 13:53 [BUILTIN] Return without arguments in a trap should use status outside traps
2014-10-06 13:25 [BUILTIN] Allow return in loop conditional to set exit status
2014-10-06 13:23 [EVAL] Move common skipcount logic into skiploop
2014-10-06 11:50 [BUILTIN] Do not allow break to break across function calls
2014-10-06  2:40 [BUILTIN] Exit without arguments in a trap should use status outside traps
2014-10-04  4:07 Re: [PATCH] Support DOS paths in dash 4+ messages
2014-10-03  6:35 [EVAL] Do not clobber exitstatus in evalcommand
2014-10-02 13:10 [ERROR] Set exitstatus in onint
2014-10-02 11:54 [TRAP] Make sure evalskip is zero before running traps
2014-10-02  0:27 [EVAL] Fix use-after-free in dotrap/evalstring
2014-09-30 17:07 Re: 'set' leaks garbage from environment 4+ messages
2014-09-29  9:08 Kill pgetc_macro
2014-09-28 10:42 Re: test incorrectly rejecting valid expression with confusing ! placement 9+ messages
2014-09-27 21:57 Re: "command -p" does not correctly limit search to a safe PATH 6+ messages
2014-09-26 14:21 Re: [PATCH 1/2] [MAN] 0 and EXIT both work for exit traps. 7+ messages
2014-09-26 14:17 Re: Bug in man page 3+ messages
2014-09-26  9:28 Re: possible bug in job control 6+ messages
2014-08-30 21:23 Debian jessy freeze
2014-08-22 23:08 Re: [PATCH dash] [BUILTIN] ensure LC_COLLATE is not overriden 10+ messages
2014-07-23 10:26 Re: [PATCH] \e in "echo" and "printf" builtins 8+ messages
2014-07-11  8:44 Re: bug in dash compile with buildroot 2+ messages
2014-06-24 12:40 [PATCH] Fix build failure with gcc -Werror=format-security

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).