Age | Commit message (Expand) | Author | Files | Lines |
2001-07-02 | added g_list_insert_before(). | Tim Janik | 2 | -19/+17 |
2001-07-02 | Use G_N_ELEMENTS rather than a custom macro. | Owen Taylor | 3 | -11/+14 |
2001-06-30 | Patch from Darin Adler (#54166) | Owen Taylor | 1 | -1/+1 |
2001-06-30 | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 4 | -42/+416 |
2001-06-29 | Remove debug flag argument to g_type_init() and add | Owen Taylor | 1 | -0/+1 |
2001-06-28 | Buffers Files Tools Edit Search Mule Help ... | Owen Taylor | 3 | -4/+14 |
2001-06-28 | up version number to 1.3.7, interface age 0, binary age 0. | Tim Janik | 2 | -4/+10 |
2001-06-26 | Fix problem with glibconfig.h | Owen Taylor | 2 | -1/+5 |
2001-06-26 | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 3 | -3/+5 |
2001-06-26 | Corrected. | Sebastian Wilhelmi | 2 | -6/+8 |
2001-06-23 | Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. | Owen Taylor | 3 | -3/+4 |
2001-06-19 | remove left-over usages of an anonymous GBoxed typedef. | Tim Janik | 4 | -6/+8 |
2001-06-12 | don't ignore errors from missing index.sgml | Havoc Pennington | 1 | -1/+1 |
2001-06-12 | updated | Havoc Pennington | 2 | -1/+2 |
2001-06-08 | support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in to | Havoc Pennington | 2 | -0/+2 |
2001-06-08 | Remove docs/glib-config.1.in. | Sebastian Wilhelmi | 3 | -58/+0 |
2001-06-07 | subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables | Havoc Pennington | 1 | -1/+0 |
2001-06-07 | Look for nanosleep function. | Sebastian Wilhelmi | 4 | -0/+21 |
2001-06-05 | Changed to take a const argument, and then to cast out const. | Jon Trowbridge | 3 | -1/+38 |
2001-05-23 | Tiny speed improvement suggested by noon@users.sourceforge.net. | Sebastian Wilhelmi | 4 | -7/+21 |
2001-05-19 | add glibintl.h | Havoc Pennington | 19 | -103/+350 |
2001-05-18 | Updated. | Sebastian Wilhelmi | 5 | -9/+53 |
2001-05-09 | Ops, forgot this. | Sebastian Wilhelmi | 1 | -11/+11 |
2001-05-09 | Updates after some renaming took place. | Sebastian Wilhelmi | 2 | -5/+11 |
2001-05-08 | Clarification for g_mutex_trylock. | Sebastian Wilhelmi | 2 | -1/+11 |
2001-05-08 | removed #include <unistd.h> sneaked in by sopwith in november. | Tim Janik | 1 | -0/+1 |
2001-05-08 | Updated. | Sebastian Wilhelmi | 3 | -7/+40 |
2001-05-04 | fixed a typo in a comment. | Sven Neumann | 7 | -90/+187 |
2001-05-03 | Make foreach() safe against removal of the _current_ element. While this | Owen Taylor | 1 | -1/+7 |
2001-04-29 | made hook ids a gulong. | Tim Janik | 1 | -0/+1 |
2001-04-19 | Changes due to deprecation update. | Sebastian Wilhelmi | 4 | -8/+14 |
2001-04-16 | docs | Havoc Pennington | 17 | -173/+232 |
2001-04-16 | .cvsignore fixes | Owen Taylor | 2 | -2/+2 |
2001-04-16 | More tweaks from GTK+. Reenable $(HTML_IMAGES) with shell portability | Owen Taylor | 4 | -16/+21 |
2001-04-04 | disabled "for i in $(HTML_IMAGES) ;" dist-hook because $(HTML_IMAGES) is | Tim Janik | 2 | -3/+9 |
2001-04-03 | updates. | Tim Janik | 1 | -0/+1 |
2001-04-03 | add missed (empty) file | Owen Taylor | 1 | -0/+0 |
2001-04-03 | Add explicit path to tmpl files in dependencies. | Owen Taylor | 5 | -3/+10 |
2001-04-03 | added g_list_nth_prev() which walks ->prev instead of ->next. | Tim Janik | 2 | -1/+21 |
2001-04-03 | Added GThreadPool documentation. | Sebastian Wilhelmi | 2 | -8/+57 |
2001-04-03 | Updated. | Sebastian Wilhelmi | 2 | -24/+5 |
2001-04-03 | Removed g_static_private_(get|set)_for_thread. | Sebastian Wilhelmi | 2 | -2/+5 |
2001-04-01 | applied patch from owen to implement GParamSpecUnichar. | Tim Janik | 1 | -0/+1 |
2001-03-30 | ghash.[ch] added new functions g_hash_table_new_full, | Sven Neumann | 1 | -80/+37 |
2001-03-28 | only queue readable properties for notification changes. | Tim Janik | 1 | -0/+1 |
2001-03-26 | Add --deprecated-guards | Owen Taylor | 2 | -1/+5 |
2001-03-26 | *** empty log message *** | Owen Taylor | 3 | -1/+11 |
2001-03-18 | removed archaic gpointer derived_data; relict and added a GData member | Tim Janik | 5 | -41/+39 |
2001-03-17 | A couple of small fixes. | Owen Taylor | 5 | -6/+10 |
2001-03-09 | use g_type_is_a() to check for object_type being a G_TYPE_OBJECT, not | Tim Janik | 2 | -16/+15 |