Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Forth > Re: Directories...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 17 of 20 Topic 3988 of 4053
Post > Topic >>

Re: Directories Redux

by Bruce McFarling <agila61@[EMAIL PROTECTED] > Apr 12, 2008 at 07:18 AM

On Apr 11, 2:19 pm, m_l_g3 <m_l...@[EMAIL PROTECTED]
> wrote:

> 2b. ANCHORED _may_ return the same address and length as were passed
> to it, so if the argument string was in a transient buffer, the
> result may also be in that transient buffer.

2b. ANCHORED _will not_ return the same address as was passed to it,
so if the argument string was in a transient buffer, the shall be
copied out of that transient buffer.

IOW, if ANCHORED is fed a string directly by:

BL PARSE gforth/VER012/REV00023/panel.pre ANCHORED
INCLUDED

that ought to work.

> INFORMATIVE  we must allow the no-op implementation like
> : ANCHORED ;

INFORMATIVE  we must allow for implementations that include the
semantics of intelligence of ANCHORED as the default in their Forth-94
FILES words:

: ANCHORED ( ca1 u1 -- ca2 u2 )
    DUP anchored-buffer-size U> ABORT" filesystem name too long"
    anchored-buffer SWAP CHARS MOVE
;




 20 Posts in Topic:
Directories Redux
Bruce McFarling <agila  2008-04-05 19:00:00 
Re: Directories Redux
anton@[EMAIL PROTECTED]   2008-04-06 14:34:53 
Re: Directories Redux
Jonah Thomas <jethomas  2008-04-06 13:05:02 
Re: Directories Redux
Bruce McFarling <agila  2008-04-06 11:53:00 
Re: Directories Redux
Bruce McFarling <agila  2008-04-06 12:06:04 
Re: Directories Redux
m_l_g3 <m_l_g3@[EMAIL   2008-04-09 14:37:22 
Re: Directories Redux
anton@[EMAIL PROTECTED]   2008-04-10 19:06:56 
Re: Directories Redux
Bruce McFarling <agila  2008-04-09 15:21:11 
Re: Directories Redux
m_l_g3 <m_l_g3@[EMAIL   2008-04-09 16:16:00 
Re: Directories Redux
Bruce McFarling <agila  2008-04-09 22:08:00 
Re: Directories Redux
Bruce McFarling <agila  2008-04-10 19:39:57 
Re: Directories Redux
m_l_g3 <m_l_g3@[EMAIL   2008-04-11 04:43:45 
Re: Directories Redux
Bruce McFarling <agila  2008-04-11 09:28:57 
Re: Directories Redux
m_l_g3 <m_l_g3@[EMAIL   2008-04-11 10:49:13 
Re: Directories Redux
m_l_g3 <m_l_g3@[EMAIL   2008-04-11 11:19:53 
Re: Directories Redux
Bruce McFarling <agila  2008-04-11 20:34:02 
Re: Directories Redux
Bruce McFarling <agila  2008-04-12 07:18:01 
Re: Directories Redux
Bruce McFarling <agila  2008-04-12 10:56:41 
Re: Directories Redux
m_l_g3 <m_l_g3@[EMAIL   2008-04-14 08:35:17 
Re: Directories Redux
Bruce McFarling <agila  2008-04-14 12:46:22 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri May 16 7:38:45 CDT 2008.