RE: several changes committed (IO, miniparrot)

2002-06-08 Thread Brent Dax
Nicholas Clark: # On Sat, Jun 08, 2002 at 01:39:56PM -0400, Dan Sugalski wrote: # > At 12:55 AM -0400 6/8/02, Josh Wilmes wrote: # > > # > >Although I should mention that it's not verifying the presence of # > >these # > >headers- it just assumes they are available. It does that # because the #

Re: several changes committed (IO, miniparrot)

2002-06-08 Thread Nicholas Clark
On Sat, Jun 08, 2002 at 01:39:56PM -0400, Dan Sugalski wrote: > At 12:55 AM -0400 6/8/02, Josh Wilmes wrote: > > > >Although I should mention that it's not verifying the presence of these > >headers- it just assumes they are available. It does that because the > >intent is to use this has_header.

Re: several changes committed (IO, miniparrot)

2002-06-08 Thread Dan Sugalski
At 12:55 AM -0400 6/8/02, Josh Wilmes wrote: > >Although I should mention that it's not verifying the presence of these >headers- it just assumes they are available. It does that because the >intent is to use this has_header.h for miniparrot, where we won't be doing >any probing. The assumption

Re: several changes committed (IO, miniparrot)

2002-06-07 Thread Josh Wilmes
At 0:48 on 06/08/2002 EDT, Josh Wilmes <[EMAIL PROTECTED]> wrote: > At 21:51 on 06/07/2002 PDT, "Brent Dax" <[EMAIL PROTECTED]> wrote: > > I'd suggest that your next steps include modifying > > config/gen/config_h.pl to output a has_header.h with only ANSI headers > > enabled. (Make sure that Co

RE: several changes committed (IO, miniparrot)

2002-06-07 Thread Brent Dax
[EMAIL PROTECTED]: # At 21:51 on 06/07/2002 PDT, "Brent Dax" <[EMAIL PROTECTED]> wrote: # # > # Of these, 2 are not defined by ANSI C89: # > # read (in core_ops.o,core_ops_prederef.o) # > # write (in core_ops.o,core_ops_prederef.o) # > #=20 # > # Pretty good! # > # > Indeed. Those shoul

Re: several changes committed (IO, miniparrot)

2002-06-07 Thread Josh Wilmes
At 21:51 on 06/07/2002 PDT, "Brent Dax" <[EMAIL PROTECTED]> wrote: > # Of these, 2 are not defined by ANSI C89: > # read (in core_ops.o,core_ops_prederef.o) > # write (in core_ops.o,core_ops_prederef.o) > #=20 > # Pretty good! > > Indeed. Those should probably be surrounded with ifdefs-

RE: several changes committed (IO, miniparrot)

2002-06-07 Thread Brent Dax
Josh Wilmes: # I've been working on the beginnings of a miniparrot # (something that can be # built anywhere without the Configure step). The first step # was to get # configure to generate appropriate configuration files for an # ANSI-only # environment. Looks excellent. # To do this, I'

several changes committed (IO, miniparrot)

2002-06-07 Thread Josh Wilmes
I've been working on the beginnings of a miniparrot (something that can be built anywhere without the Configure step). The first step was to get configure to generate appropriate configuration files for an ANSI-only environment. To do this, I've added a --miniparrot option to Configure.pl.