Changes between Initial Version and Version 1 of Ticket #3692, comment 9
- Timestamp:
- 11/22/16 05:47:59 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3692, comment 9
initial v1 1 1 @andrew_b Sorry for my delayed reaction. I've removed the use of the unsupported glib functions: 2 2 3 * g_get_monotonic_time () -> in favour ofmc_timer_elapsed ()3 * g_get_monotonic_time () -> replaced with mc_timer_elapsed () 4 4 * g_environ_setenv, g_environ_unsetenv -> partially implemented manually 5 * GThread -> us ingplain pthreads instead5 * GThread -> use plain pthreads instead 6 6 7 7 Also removed the use of variable length array: