summaryrefslogtreecommitdiff
path: root/gobject
AgeCommit message (Expand)Author
2000-10-26Fix gccisms (pointer arithmetic on void pointer, label without statementTor Lillqvist
2000-10-26Remove empty SUBDIRS line _again_, as that _still_ prevents 'make dist'Sebastian Wilhelmi
2000-10-25Don't use implicit casts from void * since this will get included from C++Owen Taylor
2000-10-25added g_value_set_static_string().Tim Janik
2000-10-25added newly added gobject/ headers.Tim Janik
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath
2000-10-12.cvsignore updatesSebastian Wilhelmi
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist
2000-09-29Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford
2000-09-29Several minor ANSI C fixes.Martin Baulig
2000-09-28.cvsignore updatesSebastian Wilhelmi
2000-09-25Remove empty SUBDIRS line, as that prevents make dist from working.Sebastian Wilhelmi
2000-09-10Move call to g_type_free_instance() here from g_object_do_finalize, sinceOwen Taylor
2000-09-01.cvsignore updatesSebastian Wilhelmi
2000-08-21Fix inclusion of config.hElliot Lee
2000-07-27No, don't mark glib_debug_objects for export here, it's handled speciallyTor Lillqvist
2000-07-26gobject.def Mark glib_debug_objects for export/import as it is used byTor Lillqvist
2000-07-25make g_type_fundamental_last() a function, avoiding all that externTim Janik
2000-07-19gparam.h gvalue.h gparam.c Shut up Sun's picky compiler.Tor Lillqvist
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor
2000-07-13Add g_type_get_plugin.Tor Lillqvist
2000-07-13default initialize the temporary default value, instead of nuking theTim Janik
2000-07-11Don't return just 0 or 1.Raja R Harinath
2000-07-11removed g_type_is_dynamic() and added g_type_get_plugin().Tim Janik
2000-07-10Include ../config.h for HAVE_UNISTD_H. Use it to guard inclusion ofTor Lillqvist
2000-07-10Move string.h include into the .c file instead of where it was in the .hOwen Taylor
2000-07-06dist fixes.Owen Taylor
2000-06-30Add new entry points.Tor Lillqvist
2000-06-29include string.h for memset include string.h for strcpy include string.hOwen Taylor
2000-06-28spellingTim Janik
2000-06-24define gstring in terms of gchar*. this typedef reflects the type name ofTim Janik
2000-06-10fetch the nth iface entry of the type node in the nth loop iteration, notTim Janik
2000-06-07Add top_builddir so glibconfig.h is found properly when build srcdir !=Owen Taylor
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist
2000-05-12shutupTim Janik
2000-05-12add reserved fundamental ids for gtk types (for transition time). addedTim Janik