Show
Ignore:
Timestamp:
05/17/07 16:25:27 (18 months ago)
Author:
krobillard
Message:

Thread safe Thune -

The only globals are now the static ur_global & ur_envGlobal.
Each thread has own data store.
Series data now accessed through functions which take thread pointer.
Word names now part of UrlanEnv? - no longer a binary!
Hold/release now implemented with a block.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/encoding.c

    r274 r387  
    7676    res = UR_TOS; 
    7777 
    78     if( ur_isAWord(tos) && ur_stringSlice(res, &cpA, &cpB) ) 
     78    if( ur_isAWord(tos) && ur_stringSlice(ut, res, &cpA, &cpB) ) 
    7979    { 
    8080        count = cpB - cpA;