Module Name:src
Committed By: rin
Date: Mon Sep 2 01:04:35 UTC 2024
Modified Files:
src/external/historical/nawk/dist: main.c
Log Message:
nawk: Fix previous for UTF-8 locales
We need `setlocale(LC_CTYPE, "")` before `nl_langinfo(CODESET)`.
Otherwise, `nl_langinfo(CODESE
Module Name:src
Committed By: rin
Date: Mon Sep 2 01:04:35 UTC 2024
Modified Files:
src/external/historical/nawk/dist: main.c
Log Message:
nawk: Fix previous for UTF-8 locales
We need `setlocale(LC_CTYPE, "")` before `nl_langinfo(CODESET)`.
Otherwise, `nl_langinfo(CODESE
Module Name:src
Committed By: christos
Date: Sun Sep 1 14:45:39 UTC 2024
Modified Files:
src/external/historical/nawk/dist: main.c
Log Message:
PR/58619: Rin Okuyama: Force C locale for non-utf-8 (from RVP)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 s
Module Name:src
Committed By: christos
Date: Sun Sep 1 14:45:39 UTC 2024
Modified Files:
src/external/historical/nawk/dist: main.c
Log Message:
PR/58619: Rin Okuyama: Force C locale for non-utf-8 (from RVP)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 s
Module Name:src
Committed By: christos
Date: Sun Aug 18 18:04:49 UTC 2024
Modified Files:
src/external/historical/nawk/dist: tran.c
Log Message:
reduce diff from upstream
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/historical/nawk/dist/tran
Module Name:src
Committed By: christos
Date: Sun Aug 18 18:04:49 UTC 2024
Modified Files:
src/external/historical/nawk/dist: tran.c
Log Message:
reduce diff from upstream
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/historical/nawk/dist/tran
Module Name:src
Committed By: christos
Date: Sun Aug 18 16:51:06 UTC 2024
Modified Files:
src/external/historical/nawk/dist: lib.c
Log Message:
consistently cast ctype macros to unsigned char
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/hist
Module Name:src
Committed By: christos
Date: Sun Aug 18 16:51:06 UTC 2024
Modified Files:
src/external/historical/nawk/dist: lib.c
Log Message:
consistently cast ctype macros to unsigned char
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/hist
Christos Zoulas wrote in
<20240721194847.c8c05f...@cvs.netbsd.org>:
|Module Name: src
|Committed By: christos
|Date: Sun Jul 21 19:48:47 UTC 2024
|
|Modified Files:
| src/external/historical/nawk/dist: lib.c
|
|Log Message:
|PR/58421: RVP: fix readdir on tmpfs. Upstream merge is
Module Name:src
Committed By: christos
Date: Sun Jul 21 19:48:47 UTC 2024
Modified Files:
src/external/historical/nawk/dist: lib.c
Log Message:
PR/58421: RVP: fix readdir on tmpfs. Upstream merge is complicated now because
the bsd branch has not been updated in ages.
To
Module Name:src
Committed By: christos
Date: Sun Jul 21 19:48:47 UTC 2024
Modified Files:
src/external/historical/nawk/dist: lib.c
Log Message:
PR/58421: RVP: fix readdir on tmpfs. Upstream merge is complicated now because
the bsd branch has not been updated in ages.
To
Module Name:src
Committed By: christos
Date: Thu Aug 1 13:17:42 UTC 2019
Modified Files:
src/external/historical/nawk/dist: tran.c
Log Message:
Add translators for \v and \a per posix.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/historical/
Module Name:src
Committed By: christos
Date: Thu Aug 1 13:17:42 UTC 2019
Modified Files:
src/external/historical/nawk/dist: tran.c
Log Message:
Add translators for \v and \a per posix.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/historical/
Module Name:src
Committed By: christos
Date: Thu Aug 1 06:33:58 UTC 2019
Modified Files:
src/external/historical/nawk/dist: proto.h
Log Message:
remove ### error output accidentally committed.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/hist
Module Name:src
Committed By: christos
Date: Thu Aug 1 06:33:58 UTC 2019
Modified Files:
src/external/historical/nawk/dist: proto.h
Log Message:
remove ### error output accidentally committed.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/hist
Module Name:src
Committed By: christos
Date: Thu Aug 1 06:22:52 UTC 2019
Modified Files:
src/external/historical/nawk/dist: b.c
Log Message:
PR/54424: Martijn Dekker: awk: broken character classes in UTF-8 locale:
only the first matches
Pick up some of the fixes from upst
Module Name:src
Committed By: christos
Date: Thu Aug 1 06:22:52 UTC 2019
Modified Files:
src/external/historical/nawk/dist: b.c
Log Message:
PR/54424: Martijn Dekker: awk: broken character classes in UTF-8 locale:
only the first matches
Pick up some of the fixes from upst
Module Name:src
Committed By: christos
Date: Thu Aug 1 06:14:45 UTC 2019
Modified Files:
src/external/historical/nawk/dist: FIXES awk.1 awk.h b.c lex.c lib.c
main.c proto.h run.c tran.c ytab.c
Log Message:
remove trailing whitespace.
To generate a diff of th
Module Name:src
Committed By: christos
Date: Thu Aug 1 06:14:45 UTC 2019
Modified Files:
src/external/historical/nawk/dist: FIXES awk.1 awk.h b.c lex.c lib.c
main.c proto.h run.c tran.c ytab.c
Log Message:
remove trailing whitespace.
To generate a diff of th
> On Sun, Oct 17, 2010 at 06:12:23PM -0400, Christos Zoulas wrote:
> > Module Name:src
> > Committed By: christos
> > Date: Sun Oct 17 22:12:23 UTC 2010
> >
> > Modified Files:
> > src/external/historical/nawk/dist: main.c
> >
> > Log Message:
> > PR/43981: Alekse
On Oct 18, 12:49am, ve...@netbsd.org (Bernd Ernesti) wrote:
-- Subject: Re: CVS commit: src/external/historical/nawk/dist
| On Sun, Oct 17, 2010 at 06:12:23PM -0400, Christos Zoulas wrote:
| > Module Name:src
| > Committed By: christos
| > Date: Sun Oct 17 22:
On Sun, Oct 17, 2010 at 06:12:23PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sun Oct 17 22:12:23 UTC 2010
>
> Modified Files:
> src/external/historical/nawk/dist: main.c
>
> Log Message:
> PR/43981: Aleksey Cheusov: awk too small limit on num
22 matches
Mail list logo