Changes between Version 5 and Version 6 of µRoarD/Depends
- Timestamp:
- 08/25/11 23:25:23 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
µRoarD/Depends
v5 v6 20 20 || signal || O || MUROAR_FEATURE_SIGNALS || - || 21 21 || setsid || O || MUROAR_FEATURE_DAEMONIZE || - || 22 || sched_yield || R/O || core, MUROARD_FEATURE_CMD_PASSFH || Not used on win32 || 22 23 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 === 24 31 ||= Symbol =||= R/O =||= Used by =||= Comment =|| 25 32 || malloc || O || if not MUROARD_MEMMGR_NOUSE_MALLOC || Only used to get buffers of fixed size(muroard_g_abuffer_size) || … … 31 38 || mlockall || O || MUROARD_MEMMGR_LOCK_ALL || - || 32 39 33 === FileSystem ===40 === !FileSystem === 34 41 ||= Symbol =||= R/O =||= Used by =||= Comment =|| 35 42 || unlink || O || MUROAR_FEATURE_SOCKET_UNIX || - ||