Age | Commit message (Expand) | Author | Files | Lines |
2000-10-06 | Revamp to be like makefile.mingw.in, make the MSVC build actually work | Tor Lillqvist | 3 | -1/+42 |
2000-09-29 | Added function to keep symetry with g_node_insert_before. 2000-09-29 | Jonathan Blandford | 1 | -2/+2 |
2000-09-29 | Several minor ANSI C fixes. | Martin Baulig | 3 | -6/+17 |
2000-09-28 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+2 |
2000-09-25 | Remove empty SUBDIRS line, as that prevents make dist from working. | Sebastian Wilhelmi | 2 | -2/+5 |
2000-09-10 | Move call to g_type_free_instance() here from g_object_do_finalize, since | Owen Taylor | 2 | -3/+11 |
2000-09-01 | .cvsignore updates | Sebastian Wilhelmi | 1 | -1/+1 |
2000-08-21 | Fix inclusion of config.h | Elliot Lee | 3 | -3/+3 |
2000-07-27 | No, don't mark glib_debug_objects for export here, it's handled specially | Tor Lillqvist | 3 | -2/+9 |
2000-07-26 | gobject.def Mark glib_debug_objects for export/import as it is used by | Tor Lillqvist | 3 | -1/+8 |
2000-07-25 | make g_type_fundamental_last() a function, avoiding all that extern | Tim Janik | 3 | -27/+28 |
2000-07-19 | gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. | Tor Lillqvist | 5 | -7/+14 |
2000-07-14 | Include the "build" module in GLib, too, to make it more self-contained. | Tor Lillqvist | 1 | -1/+1 |
2000-07-14 | Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 | Owen Taylor | 1 | -7/+6 |
2000-07-13 | Add g_type_get_plugin. | Tor Lillqvist | 2 | -0/+5 |
2000-07-13 | default initialize the temporary default value, instead of nuking the | Tim Janik | 2 | -1/+6 |
2000-07-11 | Don't return just 0 or 1. | Raja R Harinath | 2 | -1/+5 |
2000-07-11 | removed g_type_is_dynamic() and added g_type_get_plugin(). | Tim Janik | 3 | -5/+7 |
2000-07-10 | Include ../config.h for HAVE_UNISTD_H. Use it to guard inclusion of | Tor Lillqvist | 5 | -11/+30 |
2000-07-10 | Move string.h include into the .c file instead of where it was in the .h | Owen Taylor | 3 | -2/+8 |
2000-07-06 | dist fixes. | Owen Taylor | 3 | -18/+43 |
2000-06-30 | Add new entry points. | Tor Lillqvist | 3 | -8/+15 |
2000-06-29 | include string.h for memset include string.h for strcpy include string.h | Owen Taylor | 4 | -4/+16 |
2000-06-28 | spelling | Tim Janik | 1 | -3/+3 |
2000-06-24 | define gstring in terms of gchar*. this typedef reflects the type name of | Tim Janik | 17 | -1522/+1948 |
2000-06-10 | fetch the nth iface entry of the type node in the nth loop iteration, not | Tim Janik | 2 | -10/+18 |
2000-06-07 | Add top_builddir so glibconfig.h is found properly when build srcdir != | Owen Taylor | 2 | -1/+7 |
2000-05-13 | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 6 | -3/+220 |
2000-05-12 | shutup | Tim Janik | 1 | -0/+8 |
2000-05-12 | add reserved fundamental ids for gtk types (for transition time). added | Tim Janik | 16 | -0/+7304 |