RE: [COMMIT] Embedding overhaul

2002-05-18 Thread Brent Dax
Melvin Smith: # At 07:25 PM 5/18/2002 -0400, Dan Sugalski wrote: # >># Flag handling, or at least feature enabling, should # probably be done # >># by core code. We should provide a set_feature() function # >> # >>Right now we have something like this: # >> # >> Parrot_setflag(interprete

RE: [COMMIT] Embedding overhaul

2002-05-18 Thread Brent Dax
Dan Sugalski: # At 3:16 PM -0700 5/18/02, Brent Dax wrote: # >Dan Sugalski: # ># At 1:14 PM -0700 5/15/02, Brent Dax wrote: # ># >Dan Sugalski: # ># ># At 12:51 AM -0700 5/15/02, Brent Dax wrote: # ># ># >-Parrot becomes Parrot_Interp # ># ># >-Parrot_String is gone and the string_funcs.h # funct

RE: [COMMIT] Embedding overhaul

2002-05-18 Thread Dan Sugalski
At 7:31 PM -0400 5/18/02, Melvin Smith wrote: >At 07:25 PM 5/18/2002 -0400, Dan Sugalski wrote: >>># Flag handling, or at least feature enabling, should probably be done >>># by core code. We should provide a set_feature() function >>> >>>Right now we have something like this: >>> >>> Parr

RE: [COMMIT] Embedding overhaul

2002-05-18 Thread Melvin Smith
At 07:25 PM 5/18/2002 -0400, Dan Sugalski wrote: >># Flag handling, or at least feature enabling, should probably be done >># by core code. We should provide a set_feature() function >> >>Right now we have something like this: >> >> Parrot_setflag(interpreter, PARROT_CGOTO_FLAG, NULL); >>

RE: [COMMIT] Embedding overhaul

2002-05-18 Thread Dan Sugalski
At 3:16 PM -0700 5/18/02, Brent Dax wrote: >Dan Sugalski: ># At 1:14 PM -0700 5/15/02, Brent Dax wrote: ># >Dan Sugalski: ># ># At 12:51 AM -0700 5/15/02, Brent Dax wrote: ># ># >-Parrot becomes Parrot_Interp ># ># >-Parrot_String is gone and the string_funcs.h functions are # no ># >longer # >ext

RE: [COMMIT] Embedding overhaul

2002-05-18 Thread Brent Dax
Dan Sugalski: # At 1:14 PM -0700 5/15/02, Brent Dax wrote: # >Dan Sugalski: # ># At 12:51 AM -0700 5/15/02, Brent Dax wrote: # ># >-Parrot becomes Parrot_Interp # ># >-Parrot_String is gone and the string_funcs.h functions are # no # >longer # >externally visible. -A few structures have been rena

RE: [COMMIT] Embedding overhaul

2002-05-18 Thread Dan Sugalski
At 1:14 PM -0700 5/15/02, Brent Dax wrote: >Dan Sugalski: ># At 12:51 AM -0700 5/15/02, Brent Dax wrote: ># >-Parrot becomes Parrot_Interp ># >-Parrot_String is gone and the string_funcs.h functions are ># no longer ># >externally visible. -A few structures have been renamed. ># >-config.h has bee

RE: [COMMIT] Embedding overhaul

2002-05-15 Thread Brent Dax
Dan Sugalski: # At 12:51 AM -0700 5/15/02, Brent Dax wrote: # >-Parrot becomes Parrot_Interp # >-Parrot_String is gone and the string_funcs.h functions are # no longer # >externally visible. -A few structures have been renamed. # >-config.h has been rearranged so that INTVAL, etc. are now # ali

Re: [COMMIT] Embedding overhaul

2002-05-15 Thread Dan Sugalski
At 12:51 AM -0700 5/15/02, Brent Dax wrote: >-Parrot becomes Parrot_Interp >-Parrot_String is gone and the string_funcs.h functions are no longer >externally visible. >-A few structures have been renamed. >-config.h has been rearranged so that INTVAL, etc. are now aliases for >Parrot_Int, etc. >-A

[COMMIT] Embedding overhaul

2002-05-15 Thread Brent Dax
OK, I've neglected to fix a bunch of mistakes in the embedding system for a few months. These have now been fixed. -Parrot becomes Parrot_Interp -Parrot_String is gone and the string_funcs.h functions are no longer externally visible. -A few structures have been renamed. -config.h has been rearr