Changes between Initial Version and Version 1 of Ticket #3692, comment 9


Ignore:
Timestamp:
11/22/16 05:47:59 (7 years ago)
Author:
alllexx88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3692, comment 9

    initial v1  
    11@andrew_b Sorry for my delayed reaction. I've removed the use of the unsupported glib functions: 
    22 
    3 * g_get_monotonic_time () -> in favour of mc_timer_elapsed () 
     3* g_get_monotonic_time () -> replaced with mc_timer_elapsed () 
    44* g_environ_setenv, g_environ_unsetenv -> partially implemented manually 
    5 * GThread -> using plain pthreads instead 
     5* GThread -> use plain pthreads instead 
    66 
    77Also removed the use of variable length array: