Age | Commit message (Expand) | Author | Files | Lines |
2001-08-10 | Modified Files: glib/ChangeLog glib/glib/giochannel.c | Ron Steinke | 1 | -0/+6 |
2001-08-06 | Separate out log entry for gobject changes into the correct ChangeLog. Sorry. | Sven Neumann | 1 | -3/+0 |
2001-08-06 | added new function g_nullify_pointer(). | Sven Neumann | 1 | -0/+7 |
2001-08-05 | Modified Files: glib/ChangeLog glib/glib/giochannel.h | Ron Steinke | 1 | -0/+12 |
2001-08-05 | Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.c | Ron Steinke | 1 | -0/+31 |
2001-08-05 | Include stddef.h so that we use the system's definition of NULL. (#54730) | Owen Taylor | 1 | -0/+5 |
2001-08-04 | Hacky script to fix up your .msc.in files on windows. Dunno if this is a | Alexander Larsson | 1 | -0/+18 |
2001-08-03 | Modified Files: glib/ChangeLog glib/glib/giochannel.c | Ron Steinke | 1 | -0/+16 |
2001-08-03 | Improve strfunc test to test the split function in a way that demonstrates | Darin Adler | 1 | -0/+7 |
2001-08-03 | beautified configure help output. | Sven Neumann | 1 | -0/+6 |
2001-08-03 | Fix computation (Fix from Cesar Rincon) | Owen Taylor | 1 | -0/+5 |
2001-08-03 | Made g_utf8_find_prev_char able to return the first character of a string. | Christopher James Lahey | 1 | -0/+5 |
2001-07-31 | Modified Files: glib/ChangeLog glib/glib/giochannel.h | Ron Steinke | 1 | -0/+6 |
2001-07-31 | declare gboolean vtable_set static. | Sven Neumann | 1 | -0/+4 |
2001-07-30 | Modified Files: glib/docs/reference/glib/glib-sections.txt | Ron Steinke | 1 | -0/+9 |
2001-07-30 | #undef inline before testing whether it works to avoid false positives. | Sebastian Wilhelmi | 1 | -1/+5 |
2001-07-30 | build the library name ourselfs ... so we can load the library specified | Sebastian Wilhelmi | 1 | -0/+7 |
2001-07-29 | Matthias Classen's patch to give g_io_channel_flush() the correct sense | Ron Steinke | 1 | -0/+8 |
2001-07-29 | if __GNUC__ is defined, inline a test for an exact type match for | Tim Janik | 1 | -0/+7 |
2001-07-27 | Use G_GNUC_EXTENSION instead of __extension__. Patch from Pavel Roskin | Sebastian Wilhelmi | 1 | -0/+5 |
2001-07-26 | Update location of pkgconfig from sourceforge.net to new location at | Darin Adler | 1 | -0/+7 |
2001-07-26 | added a "release_check" to the OutArgument structure, which, if present, | Michael Natterer | 1 | -0/+7 |
2001-07-23 | fix unconditional check of first GParamSpec in | Padraig O'Briain | 1 | -0/+6 |
2001-07-23 | fixed g_io_channel_seek_position() so that G_SEEK_CUR works for UTF-8 | Ron Steinke | 1 | -0/+8 |
2001-07-23 | removed glib.def from EXTRA_DIST ... ... and added it here. | Sven Neumann | 1 | -0/+5 |
2001-07-22 | make the code actually have an effect (Use |= to set bits). Not absolutely | Hans Breuer | 1 | -0/+10 |
2001-07-21 | set the corresponding p(ermission)mode of the file when creating, | Hans Breuer | 1 | -0/+7 |
2001-07-21 | intial implementation of new API functions. Not sure if it behaves as | Hans Breuer | 1 | -0/+10 |
2001-07-20 | Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.c | Ron Steinke | 1 | -0/+26 |
2001-07-20 | glib/ChangeLog: modified for changes in glib-genmarshal.c | Ron Steinke | 1 | -0/+5 |
2001-07-20 | s/size_t/gsize/ to match prototypes. | Owen Taylor | 1 | -1/+14 |
2001-07-20 | make it compile again | Hans Breuer | 1 | -0/+19 |
2001-07-19 | Add missing const. (g_strsplit): Add g_return_val_if_fail for case of | Darin Adler | 1 | -0/+26 |
2001-07-19 | Add functions to insert a unichar as UTF-8, since this is reasonably | Owen Taylor | 1 | -0/+13 |
2001-07-17 | Added "nn" to ALL_LINGUAS. | Kjartan Maraas | 1 | -0/+4 |
2001-07-17 | Add some assertions. Simplify and fix g_main_context_release(). Fix some | Sebastian Wilhelmi | 1 | -0/+6 |
2001-07-12 | Changed prototype of printf_string_upper_bound to return gsize. Now | Mark Murnane | 1 | -0/+8 |
2001-07-11 | Add some generated files. | Darin Adler | 1 | -0/+19 |
2001-07-11 | Add gunicomp.h (Reported by Sven Neumann). | Owen Taylor | 1 | -0/+9 |
2001-07-10 | fix negative exponent handling (numbers<0). | Tim Janik | 1 | -0/+8 |
2001-07-08 | Reflect latest g_io_channel_new_file() API changes, use | Martin Baulig | 1 | -0/+6 |
2001-07-07 | Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}. | Owen Taylor | 1 | -1/+8 |
2001-07-06 | Added Basque file | Pablo Saratxaga | 1 | -0/+5 |
2001-07-02 | *giowin32.c: g_source_remove()ing an socket iochannel closes | Andy Lanoix | 1 | -0/+8 |
2001-07-02 | Fix. | Owen Taylor | 1 | -0/+8 |
2001-07-02 | added g_list_insert_before(). | Tim Janik | 1 | -0/+7 |
2001-07-02 | Use G_N_ELEMENTS rather than a custom macro. | Owen Taylor | 1 | -0/+38 |
2001-06-30 | Rename GSourceFuncs::destroy to GSourceFuncs::finalize. (#56858) | Owen Taylor | 1 | -0/+6 |
2001-06-30 | Make some changes to the way that GMainContext works: | Owen Taylor | 1 | -0/+30 |
2001-06-30 | Try compiling before committing, why don't you? Simple fixes for my stupid | Owen Taylor | 1 | -0/+6 |