summaryrefslogtreecommitdiffstats
path: root/eglib
Commit message (Collapse)AuthorAgeFilesLines
* Avoid direct inclusion of malloc.hMarcel Holtmann2008-06-111-1/+0
|
* Add g_timeout_add_seconds to eglibMarcel Holtmann2008-06-102-0/+6
|
* Add host/network order helper functionsMarcel Holtmann2008-06-101-0/+6
|
* Add missing guint8 and guint16 typesMarcel Holtmann2008-06-031-0/+2
|
* Implement g_key_file_get_string_listJohan Hedberg2008-05-161-1/+25
|
* Add g_renewJohan Hedberg2008-05-161-0/+2
|
* Implement g_strfreev and add stub for g_key_file_get_string_listJohan Hedberg2008-05-162-1/+26
|
* Better integer/pointer wrapping functionsMarcel Holtmann2008-05-151-6/+4
|
* Added GUINT_TO_POINTER macroCidorvan Leite2008-05-151-0/+4
|
* Added GPOINTER_TO_UINT macroCidorvan Leite2008-05-151-0/+4
|
* Introduce g_key_file_get_integer to eglib.Luiz Augusto von Dentz2008-05-142-0/+24
|
* Added g_ascii_strup function to eglibCidorvan Leite2008-05-072-0/+19
|
* Introduce g_io_channel_set_flags to eglib.Luiz Augusto von Dentz2008-04-232-15/+74
|
* eglib: adding filename related functions for loading dynamic libraries.Vinicius Gomes2008-03-262-4/+67
|
* Import functions correctlyMarcel Holtmann2008-03-112-2/+6
|
* Fix memory leaks and coding style in eglibMarcel Holtmann2008-03-112-25/+31
|
* Add g_dir* and g_str_has_prefix functions to eglib.Luiz Augusto von Dentz2008-03-114-0/+106
|
* eglib: Fixing a warning in the g_strsplit, caused by the overflow of setting ↵Vinicius Gomes2008-03-111-14/+14
| | | | a int variable to SSIZE_MAX.
* Make new eglib functions available in gmain.hLuiz Augusto von Dentz2008-03-111-0/+3
|
* Add implemention of g_str_equal, g_strsplit and g_strconcat to eglib.Luiz Augusto von Dentz2008-03-111-0/+87
|
* Make sure that sizeof(struct _GMarkupParseContext) > 0Johan Hedberg2008-03-051-0/+1
|
* Implement empty stubs for a minimal set of GMarkup functionsJohan Hedberg2008-03-052-0/+89
|
* 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 ↵Luiz Augusto von Dentz2007-05-182-0/+42
| | | | functions to eglib.
* 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
| | | | 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-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 ↵Johan Hedberg2007-01-212-34/+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
|