Displaying 20 results from an estimated 23 matches for "gigawatt".
2019 Jan 25
0
[klibc:update-dash] builtin: describe_command - fix incorrect path
Commit-ID: 4d9e71d139782c7bbd47285e7c38874965502e19
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4d9e71d139782c7bbd47285e7c38874965502e19
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 26 May 2017 09:59:44 +0200
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] builtin: describe_command - fix incorrect path
Hi,
On 26/05/17 09:04, Youfu Zhang wrote:
> $ PATH=/extra/path:/usr/sbin:/usr/bin:/sbi...
2012 Jul 02
0
[klibc:master] [ARITH] Avoid imaxdiv when only one of the results is wanted
Commit-ID: 4a12ba8937fbc47ee82ab76bd4fceddf6338dced
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=4a12ba8937fbc47ee82ab76bd4fceddf6338dced
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Wed, 17 Aug 2011 09:28:24 +0800
Committer: maximilian attems <max at stro.at>
CommitDate: Mon, 2 Jul 2012 10:46:06 +0200
[klibc] [ARITH] Avoid imaxdiv when only one of the results is wanted
dash rather pointlessly calls imaxdiv, only to discard one of its
results. The ca...
2020 Mar 28
0
[klibc:update-dash] dash: builtin: describe_command - fix incorrect path
Commit-ID: ae4ebb19df70ec73eb3ae9721762d40dd6bd3d1f
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=ae4ebb19df70ec73eb3ae9721762d40dd6bd3d1f
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 26 May 2017 09:59:44 +0200
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: builtin: describe_command - fix incorrect path
[ dash commit f19f3b398a2e947148a646096de94b77c73bb55d ]
Hi,
On 26/05/17 09:04, Yo...
2019 Jan 25
0
[klibc:update-dash] expand: Fix ghost fields with unquoted $@/$*
...bd88dfd
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Fri, 23 Mar 2018 18:58:47 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] expand: Fix ghost fields with unquoted $@/$*
Harald van Dijk <harald at gigawatt.nl> wrote:
> On 22/03/2018 22:38, Martijn Dekker wrote:
>> Op 22-03-18 om 20:28 schreef Harald van Dijk:
>>> On 22/03/2018 03:40, Martijn Dekker wrote:
>>>> This patch fixes the bug that, given no positional parameters, unquoted
>>>> $@ and $* incorrectl...
2020 Mar 28
0
[klibc:update-dash] dash: expand: Fix ghost fields with unquoted $@/$*
...u>
AuthorDate: Fri, 23 Mar 2018 18:58:47 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: expand: Fix ghost fields with unquoted $@/$*
[ dash commit 36128c90e7bfbcf8313a6ac9a2880191aa47e6a6 ]
Harald van Dijk <harald at gigawatt.nl> wrote:
> On 22/03/2018 22:38, Martijn Dekker wrote:
>> Op 22-03-18 om 20:28 schreef Harald van Dijk:
>>> On 22/03/2018 03:40, Martijn Dekker wrote:
>>>> This patch fixes the bug that, given no positional parameters, unquoted
>>>> $@ and $* incorrectl...
2019 Jan 25
0
[klibc:update-dash] [JOBS] Fix off-by-one error for multiple of four job numbers
Commit-ID: f81d1584a063044567d4e530fdc4aa242e907637
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f81d1584a063044567d4e530fdc4aa242e907637
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 26 Sep 2014 22:27:13 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] [JOBS] Fix off-by-one error for multiple of four job numbers
On 29/07/13 23:44, Luigi Tarenga wrote:
> hi list,
> while writing a s...
2019 Jan 25
0
[klibc:update-dash] input: Fix here-document redirection with vi/emacs on
Commit-ID: 1c21d74d9383d4ca0c9fb07c522fbf3b377d8b3c
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1c21d74d9383d4ca0c9fb07c522fbf3b377d8b3c
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 30 Jun 2017 01:33:29 +0200
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] input: Fix here-document redirection with vi/emacs on
On 27/06/17 16:29, Zando Fardones wrote:
> Hello,
>
> I think I've fou...
2019 Jan 25
0
[klibc:update-dash] parser: Fix single-quoted patterns in here-documents
...here-documents
The script
x=*
cat <<- EOF
${x#'*'}
EOF
prints * instead of nothing as it should. The problem is that
when we're in sqsyntax context in a here-document, we won't add
CTLESC as we should. This patch fixes it:
Reported-by: Harald van Dijk <harald at gigawatt.nl>
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/parser.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr/dash/parser.c b/usr/dash/parser.c
index c28363ca..cd980941 100644
---...
2019 Jan 25
0
[klibc:update-dash] parser: Fix backquote support in here-document EOF mark
...kquote support in here-document EOF mark
Currently using backquotes in a here-document EOF mark is broken
because dash tries to do command substitution on it. This patch
fixes it by checking whether we're looking for an EOF mark during
tokenisation.
Reported-by: Harald van Dijk <harald at gigawatt.nl>
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/parser.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/usr/dash/parser.c b/usr/dash/parser.c
index cd980941..ae76400e 100644
--- a/usr/dash/p...
2020 Mar 28
0
[klibc:update-dash] dash: input: Fix here-document redirection with vi/emacs on
Commit-ID: c1ef04b089e914b55a069d5bdfac8a3b37cda172
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=c1ef04b089e914b55a069d5bdfac8a3b37cda172
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 30 Jun 2017 01:33:29 +0200
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: input: Fix here-document redirection with vi/emacs on
[ dash commit 7f31919cba4b17af883db77f99bfa974f0821361 ]
On 27/06/17 16:29,...
2020 Mar 28
0
[klibc:update-dash] dash: parser: Fix single-quoted patterns in here-documents
...376b89a50b099 ]
The script
x=*
cat <<- EOF
${x#'*'}
EOF
prints * instead of nothing as it should. The problem is that
when we're in sqsyntax context in a here-document, we won't add
CTLESC as we should. This patch fixes it:
Reported-by: Harald van Dijk <harald at gigawatt.nl>
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/parser.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr/dash/parser.c b/usr/dash/parser.c
index c28363ca..cd980941 100644
---...
2020 Mar 28
0
[klibc:update-dash] dash: parser: Fix backquote support in here-document EOF mark
...66b718b496da63c4df7a0972df2fc6cd38256b ]
Currently using backquotes in a here-document EOF mark is broken
because dash tries to do command substitution on it. This patch
fixes it by checking whether we're looking for an EOF mark during
tokenisation.
Reported-by: Harald van Dijk <harald at gigawatt.nl>
Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/dash/parser.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/usr/dash/parser.c b/usr/dash/parser.c
index cd980941..ae76400e 100644
--- a/usr/dash/p...
2020 Mar 28
0
[klibc:update-dash] dash: [JOBS] Fix off-by-one error for multiple of four job numbers
Commit-ID: 8e4ecd111d7e780e24830ef28093677b30180f4e
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8e4ecd111d7e780e24830ef28093677b30180f4e
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 26 Sep 2014 22:27:13 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: [JOBS] Fix off-by-one error for multiple of four job numbers
[ dash commit 4c44561d9f97331bb23f900f47a69305091f3ab3 ]
On 29/07/13...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Use PRIdMAX instead of %j in printf
Commit-ID: dd94c677c8f33bfbcce12b3c597bf558d60a7338
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=dd94c677c8f33bfbcce12b3c597bf558d60a7338
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 23 Aug 2013 20:30:28 +1000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] [BUILTIN] Use PRIdMAX instead of %j in printf
On 12/03/2012 05:59 PM, Harald van Dijk wrote:
> On 12/03/2012 08:42 AM, Roy wrote:
>...
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Use PRIdMAX instead of %j in printf
Commit-ID: a436ea0721c8d7ff6d0d9e4d46d8ae4655e8a73a
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=a436ea0721c8d7ff6d0d9e4d46d8ae4655e8a73a
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 23 Aug 2013 20:30:28 +1000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: [BUILTIN] Use PRIdMAX instead of %j in printf
[ dash commit 5464ae7d9e226586b79527cb445d892177b70271 ]
On 12/03/2012 05:59 PM, Har...
2019 Jan 25
0
[klibc:update-dash] eval: Fix exit status when calling eval/dot with no commands
Commit-ID: d431641e217fa4f75e63b8ee817dc97cda9a2976
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d431641e217fa4f75e63b8ee817dc97cda9a2976
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Tue, 7 Jun 2016 16:35:41 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] eval: Fix exit status when calling eval/dot with no commands
On 17/11/2015 03:18, Gioele Barabucci wrote:
> Hello,
>
> a bug has...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Fix exit status when calling eval/dot with no commands
Commit-ID: 54653f129781515d3eaff2aa26078ef376bc5a6f
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=54653f129781515d3eaff2aa26078ef376bc5a6f
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Tue, 7 Jun 2016 16:35:41 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: eval: Fix exit status when calling eval/dot with no commands
[ dash commit 17a5f24e0a8ec22f74399764db30d97ae310f3c6 ]
On 17/11/2015...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] command: allow combining -p with -v
Commit-ID: 1dae6fbfd351314e5ca22cd11b25221a090bd7ac
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1dae6fbfd351314e5ca22cd11b25221a090bd7ac
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 26 Sep 2014 16:35:15 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] [BUILTIN] command: allow combining -p with -v
On 10/07/13 20:18, Craig Loomis wrote:
> Dash (0.5.7 and git master) does not implemen...
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] command: allow combining -p with -v
Commit-ID: 7e96bd023e7a381115727e16d9e3e57e1201d412
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=7e96bd023e7a381115727e16d9e3e57e1201d412
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Fri, 26 Sep 2014 16:35:15 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:54 +0000
[klibc] dash: [BUILTIN] command: allow combining -p with -v
[ dash commit 65ae84b3d67425e16b85273e566d06ae942dcce9 ]
On 10/07/13 20:18, Craig Lo...
2019 Jan 25
0
[klibc:update-dash] parser: use pgetc_eatbnl() in more places
Commit-ID: acd0936c5f8b4f5d94065ca46714d17e6a882cf2
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=acd0936c5f8b4f5d94065ca46714d17e6a882cf2
Author: Harald van Dijk <harald at gigawatt.nl>
AuthorDate: Thu, 8 Mar 2018 08:37:11 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 25 Jan 2019 02:57:21 +0000
[klibc] parser: use pgetc_eatbnl() in more places
dash has a pgetc_eatbnl function in parser.c which skips any
backslash-newline combinations. It&...