Show
Ignore:
Timestamp:
12/05/07 03:12:00 (12 months ago)
Author:
krobillard
Message:

Added ur_threadDestroy(). Removed ur_threadFree() from public API.
c_string.t should now handle all quotes properly.
Minor fix in GL boot
Documented stack.level.
Increased OpenAL music buffer size and now handle alutInit() failure.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/scripts/c_string.t

    r397 r499  
    33[str | a b] 
    44[ 
     5    str copy dup . {"} {\"} replace.all head 
     6    /* 
    57    str copy 
    68    [some [ 
     
    810    ]] 
    911    parse head 
     12    */ 
    1013] 
    1114func :replace-quotes  ; (str -- str)