summaryrefslogtreecommitdiff
path: root/eglib
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Implement some missing functionsJohan Hedberg2-0/+8
2007-05-25Add missing list functionsMarcel Holtmann2-1/+36
2007-05-18Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position function...Luiz Augusto von Dentz2-0/+42
2007-05-03Implement eglib versions of needed GString functionsJohan Hedberg2-0/+125
2007-05-03Minor coding style cleanupJohan Hedberg2-4/+6
2007-01-24Make eglib g_io_channel_unref behave as its glib counterpart with respect to ...Johan Hedberg1-2/+2
2007-01-21Fix g_spawn_async error reportingJohan Hedberg1-1/+5
2007-01-21Fix g_key_file_parse_string (again)Johan Hedberg1-1/+1
2007-01-21Fix eglib g_key_file_get_string group detectionJohan Hedberg1-1/+1
2007-01-21Small fix for g_key_file_get_stringJohan Hedberg1-0/+1
2007-01-21Cleanup for g_text_file_get_stringJohan Hedberg1-26/+51
2007-01-21Excplicitly close only fd's > 2Johan Hedberg1-1/+1
2007-01-21Fix get_boolean "true" mappingJohan Hedberg1-1/+1
2007-01-21First go at somewhat functional g_key_file_* impementationJohan Hedberg2-13/+122
2007-01-21Cleanup GKeyFile stuff so real implementation can startJohan Hedberg2-40/+24
2007-01-21Get rid of g_strfreev tooJohan Hedberg2-14/+0
2007-01-21Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed a...Johan Hedberg2-34/+0
2007-01-21Further fixes to g_spawn_asyncJohan Hedberg1-3/+15
2007-01-21More g_spawn_async functionalityJohan Hedberg1-7/+31
2007-01-21First step of g_spawn_async implementationJohan Hedberg1-0/+27
2007-01-21make child_watch() staticJohan Hedberg1-1/+1
2007-01-21Implement GChildWatchJohan Hedberg1-47/+191
2007-01-20eglib fixesJohan Hedberg2-2/+15
2007-01-20Add eglib g_io_channel_write implementationJohan Hedberg1-2/+33
2007-01-20Use glib memory allocation for gmain.cJohan Hedberg1-59/+19
2007-01-20Get rid of g_idle_addJohan Hedberg2-7/+0
2007-01-20Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2-57/+59
2007-01-20Implement stubs of missing eglib functionsJohan Hedberg2-0/+281
2007-01-20Implement memory allocation functions for eglibJohan Hedberg2-0/+95
2007-01-20Add main loop and single list functionsMarcel Holtmann4-1/+956
2007-01-20Add embedded GLib directoryMarcel Holtmann2-0/+8