summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.c
Commit message (Collapse)AuthorAgeFilesLines
* Move GModule code to gmodule.c and gmodule.hJohan Hedberg2008-02-011-68/+0
|
* Add GModule support to eglibJohan Hedberg2008-02-011-0/+69
|
* g_strdup_printf should not return NULL on OOMJohan Hedberg2007-08-231-1/+1
|
* Fix missing eglib functionsMarcel Holtmann2007-08-231-6/+20
|
* Add dummy functions for g_strdelimit() and g_strdup_printf()Marcel Holtmann2007-08-221-0/+13
|
* Implement some missing functionsJohan Hedberg2007-08-161-0/+5
|
* Add missing list functionsMarcel Holtmann2007-05-251-0/+34
|
* Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position ↵Luiz Augusto von Dentz2007-05-181-0/+37
| | | | functions to eglib.
* Implement eglib versions of needed GString functionsJohan Hedberg2007-05-031-0/+109
|
* Minor coding style cleanupJohan Hedberg2007-05-031-1/+2
|
* Make eglib g_io_channel_unref behave as its glib counterpart with respect to ↵Johan Hedberg2007-01-241-2/+2
| | | | a NULL parameter
* Fix g_spawn_async error reportingJohan Hedberg2007-01-211-1/+5
|
* Fix g_key_file_parse_string (again)Johan Hedberg2007-01-211-1/+1
|
* Fix eglib g_key_file_get_string group detectionJohan Hedberg2007-01-211-1/+1
|
* Small fix for g_key_file_get_stringJohan Hedberg2007-01-211-0/+1
|
* Cleanup for g_text_file_get_stringJohan Hedberg2007-01-211-26/+51
|
* Excplicitly close only fd's > 2Johan Hedberg2007-01-211-1/+1
|
* Fix get_boolean "true" mappingJohan Hedberg2007-01-211-1/+1
|
* First go at somewhat functional g_key_file_* impementationJohan Hedberg2007-01-211-13/+120
|
* Cleanup GKeyFile stuff so real implementation can startJohan Hedberg2007-01-211-40/+23
|
* Get rid of g_strfreev tooJohan Hedberg2007-01-211-13/+0
|
* Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed ↵Johan Hedberg2007-01-211-27/+0
| | | | anymore
* Further fixes to g_spawn_asyncJohan Hedberg2007-01-211-3/+15
|
* More g_spawn_async functionalityJohan Hedberg2007-01-211-7/+31
|
* First step of g_spawn_async implementationJohan Hedberg2007-01-211-0/+27
|
* make child_watch() staticJohan Hedberg2007-01-211-1/+1
|
* Implement GChildWatchJohan Hedberg2007-01-211-47/+191
|
* eglib fixesJohan Hedberg2007-01-201-2/+14
|
* Add eglib g_io_channel_write implementationJohan Hedberg2007-01-201-2/+33
|
* Use glib memory allocation for gmain.cJohan Hedberg2007-01-201-59/+19
|
* Get rid of g_idle_addJohan Hedberg2007-01-201-6/+0
|
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-55/+59
|
* Implement stubs of missing eglib functionsJohan Hedberg2007-01-201-0/+188
|
* Implement memory allocation functions for eglibJohan Hedberg2007-01-201-0/+75
|
* Add main loop and single list functionsMarcel Holtmann2007-01-201-0/+815