Denys Vlasenko
|
76622dbd16
ash: code shrink
|
15 年之前 |
Denys Vlasenko
|
c34c033c42
ash,hush: share string
|
15 年之前 |
Denys Vlasenko
|
db9c57eed1
libbb/lineedit: fix the case when we configured history to have 0 lines
|
15 年之前 |
Denys Vlasenko
|
e74aaf9385
ash,hush: make trap output short signal names, without SIG prefix
|
15 年之前 |
Denys Vlasenko
|
8f88d85e34
ash: better comment. no code changes
|
15 年之前 |
Denys Vlasenko
|
726e1a04f7
ash: even smaller `trap` code
|
15 年之前 |
Denys Vlasenko
|
e305c28285
ash: slightly better (more correct) code for "trap hack"
|
15 年之前 |
Denys Vlasenko
|
21d87d495a
ash: better handling of EXIT trap in `trap` hack
|
15 年之前 |
Denys Vlasenko
|
0800e3af75
ash: do not let EXIT trap to fire in `trap`
|
15 年之前 |
Denys Vlasenko
|
2f7894b1bb
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
|
15 年之前 |
Denys Vlasenko
|
606291beab
*: more portability fixes by Dan Fandrich
|
15 年之前 |
Denys Vlasenko
|
1f27ab0d4b
*: optimize code size in strtoul calls
|
15 年之前 |
Denys Vlasenko
|
844f990926
ash: fix `trap`
|
15 年之前 |
Denys Vlasenko
|
1166d7b136
ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)
|
15 年之前 |
Denys Vlasenko
|
b0d63383dd
ash: preparatory cleanup. The only real changes are (unsigned char) casts
|
15 年之前 |
Denys Vlasenko
|
6db4784d27
hush: export PWD
|
15 年之前 |
Denys Vlasenko
|
a00329ca8e
ash: better comment. no code changes
|
15 年之前 |
Denys Vlasenko
|
7218af9f83
ash: revent one place where number() doesn't work
|
15 年之前 |
Denys Vlasenko
|
ecc2a2e015
ash: deal with some TODOs (mostly trivial)
|
15 年之前 |
Denys Vlasenko
|
c8334a40c9
ash: fix handling of Unicode chars in redirects. Fixes bug 585
|
15 年之前 |
Denys Vlasenko
|
b6c8434896
ash: trivial simplifications and optimizations
|
15 年之前 |
Denys Vlasenko
|
a12af2d9f3
ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481
|
15 年之前 |
Denys Vlasenko
|
ffc39202aa
ash: fix bug 571 (jobs %string misbehaving)
|
15 年之前 |
Denys Vlasenko
|
7cee00e8ae
ash: further fixes to debug machinery (closes bug 485)
|
15 年之前 |
Denys Vlasenko
|
e56f22ac60
ash: make "jobs" work even in subshells
|
15 年之前 |
Denys Vlasenko
|
86e83ec487
ash: fix debug machinery a bit
|
15 年之前 |
Denys Vlasenko
|
883cea4751
ash: fixes in debug printouts
|
15 年之前 |
Denys Vlasenko
|
82a6fb3ea6
ash: fix . builtin
|
15 年之前 |
Denys Vlasenko
|
641dd7b080
ash: revert over-zealous usage of FAST_FUNC
|
15 年之前 |
Denys Vlasenko
|
77539190ab
added comments about [[ ]] to ash and hush. no code changes
|
15 年之前 |