On 23-07-08 19:10, Palle Lyckegaard wrote:
| Module Name:src
| Committed By: palle
| Date: Sat Jul 8 19:10:00 UTC 2023
|
| Modified Files:
| src/tools/compat: compat_defs.h
|
| Log Message:
| Add support for missing NAME_MAX when building on Sola
In article <20180909191722.120faf...@cvs.netbsd.org>,
Palle Lyckegaard wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: palle
>Date: Sun Sep 9 19:17:21 UTC 2018
>
>Modified Files:
> src/tools/compat: README
>
>Log Message:
>Add instructions for building NetBSD on modern So
On Sat, Dec 09, 2017 at 04:22:53AM +, Sevan Janiyan wrote:
> Module Name: src
> Committed By: sevan
> Date: Sat Dec 9 04:22:53 UTC 2017
>
> Modified Files:
> src/tools/compat: configure.ac
>
> Log Message:
> Add asnprintf() to the AC_CHECK_DECLS list.
> Resolves conflict when
> Module Name:src
> Committed By: christos
> Date: Mon Oct 2 22:19:45 UTC 2017
>
> Modified Files:
> src/tools/compat: compat_defs.h configure.ac fpurge.c
>
> Log Message:
> handle __fpurge being declared in
This has broken the tools build of awk for me.
cc -O -D__EXTE
chris...@astron.com (Christos Zoulas) writes:
> Can you explain how it breaks? Is it because of the locale settings?
Sure, and no: it's simply because it uses [[:<:]] and [[:>:]] as word
delimiters, and that appears to be a BSD extension.
Regards,
Aymeric
In article <20160229221929.7346bf...@cvs.netbsd.org>,
Aymeric Vincent wrote:
>-=-=-=-=-=-
>
>Module Name: src
>Committed By: aymeric
>Date: Mon Feb 29 22:19:29 UTC 2016
>
>Modified Files:
> src/tools/compat: Makefile
>Added Files:
> src/tools/compat: regex.h
>
>Log Message:
(Resend with valid subject line)
Module Name:src
Committed By: christos
Date: Thu Sep 17 02:22:47 UTC 2015
Modified Files:
src/tools/compat: Makefile
Log Message:
make this more robust by using .CURDIR to cd.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.7
On Feb 17, 9:49am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/tools/compat
| > Module Name:src
| > Committed By: christos
| > Date: Sun Feb 17 00:34:11 UTC 2013
| >
| > Modified Files:
| > src/tools/com
> Module Name: src
> Committed By: christos
> Date: Sun Feb 17 00:34:11 UTC 2013
>
> Modified Files:
> src/tools/compat: compat_defs.h configure.ac
>
> Log Message:
> cygwin defines u_quad_t in , so include this to the headers
> we include and test by default.
Now does it work?
La
On Sun, Dec 02, 2012 at 01:05:14PM +, Alan Barrett wrote:
> Module Name: src
> Committed By: apb
> Date: Sun Dec 2 13:05:14 UTC 2012
>
> Modified Files:
> src/tools/compat: defs.mk.in
>
> Log Message:
> Change the default value of COMPATLIB_UNINSTALLED to no, now that
> all us
On Sun, 03 Jun 2012, Joerg Sonnenberger wrote:
Log Message:
Add __predict_true / __predict_false definitions.
+#undef __predict_false
+#define __predict_false(x) x
+#undef __predict_true
+#define __predict_true(x) x
Please parenthesise the definitions.
I don't know whether it's worth defini
On Mar 27, 8:19am, christoph_eg...@gmx.de (Christoph Egger) wrote:
-- Subject: Re: CVS commit: src/tools/compat/sys
| On 26.03.10 22:34, Christos Zoulas wrote:
| > In article <1933.1269630...@splode.eterna.com.au>,
| > matthew green wrote:
| >>
| >>
| >> t
On 26.03.10 22:34, Christos Zoulas wrote:
> In article <1933.1269630...@splode.eterna.com.au>,
> matthew green wrote:
>>
>>
>> tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
>> 'CLOCK_REALTIME' undeclared (first use in this function)
>>
>>
>>
>> shouldn't this b
In article <1933.1269630...@splode.eterna.com.au>,
matthew green wrote:
>
>
> tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
> 'CLOCK_REALTIME' undeclared (first use in this function)
>
>
>
>shouldn't this be fixed with something in nbtool_config.h?
Just back t
On Mar 26, 2010, at 12:00 PM, matthew green wrote:
>
>
> tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
> 'CLOCK_REALTIME' undeclared (first use in this function)
>
>
>
> shouldn't this be fixed with something in nbtool_config.h?
That's what I was thinking sinc
tools/ctfconvert/../../external/cddl/osnet/sys/sys/time.h:71: error:
'CLOCK_REALTIME' undeclared (first use in this function)
shouldn't this be fixed with something in nbtool_config.h?
Original-Nachricht
> Datum: Sat, 27 Mar 2010 03:03:06 +1100
> Von: matthew green
> An: "Christoph Egger"
> CC: source-changes-d@NetBSD.org
> Betreff: re: CVS commit: src/tools/compat/sys
>
>
>>toolchain buildfix on OSX with M
>toolchain buildfix on OSX with MKDTRACE=yes:
>
>The host doesn't provide CLOCK_REALTIME but
>ctf uses it.
>See http://mail-index.netbsd.org/current-users/2010/03/20/msg012963.html
>
> this seems bogus to me.
>
> please only define it if it isn
>
>Module Name: src
>Committed By: cegger
>Date: Fri Mar 26 07:16:12 UTC 2010
>
>Added Files:
> src/tools/compat/sys: time.h
>
>Log Message:
>toolchain buildfix on OSX with MKDTRACE=yes:
>
>The host doesn't provide CLOCK_REALT
Module Name: src
Committed By:cegger
Date:Fri Mar 26 07:16:12 UTC 2010
Added Files:
src/tools/compat/sys: time.h
Log Message:
toolchain buildfix on OSX with MKDTRACE=yes:
The host doesn't provide CLOCK_REALTIME but ctf uses it.
S
20 matches
Mail list logo