Changes between Version 5 and Version 6 of µRoarD/Depends


Ignore:
Timestamp:
08/25/11 23:25:23 (13 years ago)
Author:
ph3-der-loewe
Comment:

updated to match newer versions

Legend:

Unmodified
Added
Removed
Modified
  • µRoarD/Depends

    v5 v6  
    2020|| signal || O || MUROAR_FEATURE_SIGNALS || - || 
    2121|| setsid || O || MUROAR_FEATURE_DAEMONIZE || - || 
     22|| sched_yield || R/O || core, MUROARD_FEATURE_CMD_PASSFH || Not used on win32 || 
    2223 
    23 === Memory/String === 
     24=== Time === 
     25||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     26|| usleep || R/O || core || Not used on win32. Sleep() is used on win32 || 
     27|| Sleep || R/O || core || Used on win32. See usleep || 
     28|| time || O || MUROARD_FEATURE_CMD_GETTIMEOFDAY || - || 
     29 
     30=== !Memory/String === 
    2431||= Symbol =||= R/O =||= Used by =||= Comment =|| 
    2532|| malloc || O || if not MUROARD_MEMMGR_NOUSE_MALLOC || Only used to get buffers of fixed size(muroard_g_abuffer_size) || 
     
    3138|| mlockall || O || MUROARD_MEMMGR_LOCK_ALL || - || 
    3239 
    33 === FileSystem === 
     40=== !FileSystem === 
    3441||= Symbol =||= R/O =||= Used by =||= Comment =|| 
    3542|| unlink || O || MUROAR_FEATURE_SOCKET_UNIX || - ||