summaryrefslogtreecommitdiffstats
path: root/eglib
Commit message (Expand)AuthorAgeFilesLines
* Move GModule code to gmodule.c and gmodule.hJohan Hedberg2008-02-015-85/+97
* Add GModule support to eglibJohan Hedberg2008-02-012-0/+85
* Add missing macros, MIN, MAX, ABS and CLAMP to eglib.Luiz Augusto von Dentz2007-12-121-0/+12
* g_strdup_printf should not return NULL on OOMJohan Hedberg2007-08-231-1/+1
* Fix missing eglib functionsMarcel Holtmann2007-08-232-19/+28
* Add dummy functions for g_strdelimit() and g_strdup_printf()Marcel Holtmann2007-08-222-0/+17
* Implement some missing functionsJohan Hedberg2007-08-162-0/+8
* Add missing list functionsMarcel Holtmann2007-05-252-1/+36
* Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position function...Luiz Augusto von Dentz2007-05-182-0/+42
* Implement eglib versions of needed GString functionsJohan Hedberg2007-05-032-0/+125
* Minor coding style cleanupJohan Hedberg2007-05-032-4/+6
* Make eglib g_io_channel_unref behave as its glib counterpart with respect to ...Johan Hedberg2007-01-241-2/+2
* 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-212-13/+122
* Cleanup GKeyFile stuff so real implementation can startJohan Hedberg2007-01-212-40/+24
* Get rid of g_strfreev tooJohan Hedberg2007-01-212-14/+0
* Get rid of g_shell_parse_argv and g_strdup_printf since they are not needed a...Johan Hedberg2007-01-212-34/+0
* 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-202-2/+15
* 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-202-7/+0
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-202-57/+59
* Implement stubs of missing eglib functionsJohan Hedberg2007-01-202-0/+281
* Implement memory allocation functions for eglibJohan Hedberg2007-01-202-0/+95
* Add main loop and single list functionsMarcel Holtmann2007-01-204-1/+956
* Add embedded GLib directoryMarcel Holtmann2007-01-202-0/+8