2001-07-21 |
Hans Breuer | intial implementation of new API functions. Not sure... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib.def glib/glib... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Ron Steinke | glib/ChangeLog: modified for changes in glib-genmarshal.c |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Ron Steinke | Modified to create header files which use G_[BEGIN... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Owen Taylor | s/size_t/gsize/ to match prototypes. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Hans Breuer | make it compile again |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Hans Breuer | reflect glib move |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Hans Breuer | updated externals |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Owen Taylor | Fix memory leak and dubious list manipulation. (Found... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Darin Adler | Add missing const. (g_strsplit): Add g_return_val_if_fa... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Matthias Clasen | fix some typos. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Owen Taylor | Add functions to insert a unichar as UTF-8, since this... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Kjartan Maraas | Added "nn" to ALL_LINGUAS. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Kjartan Maraas | Added Norwegian (nynorsk) translation. |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Sebastian Wilhelmi | Add some assertions. Simplify and fix g_main_context_re... |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Mark Murnane | Changed prototype of printf_string_upper_bound to retur... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Darin Adler | Add some generated files. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Owen Taylor | Add gunicomp.h (Reported by Sven Neumann). |
commit | commitdiff | tree | snapshot |
2001-07-10 |
Tim Janik | fix negative exponent handling (numbers<0). |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Martin Baulig | Reflect latest g_io_channel_new_file() API changes... |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Owen Taylor | Add length arguments to g_utf8_{strup,strdown,casefold... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Christian Rose | Updated Swedish translation. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Pablo Saratxaga | Added Basque file |
commit | commitdiff | tree | snapshot |
2001-07-05 |
Andraz Tori | Updated Slovenian translation |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Andy Lanoix | *giowin32.c: g_source_remove()ing an socket iochannel... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Owen Taylor | Fix. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Tim Janik | congrats tim, introducing of-by-one errors like on... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Tim Janik | added g_list_insert_before(). |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Owen Taylor | Use G_N_ELEMENTS rather than a custom macro. |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Owen Taylor | Rename GSourceFuncs::destroy to GSourceFuncs::finalize... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Owen Taylor | Make some changes to the way that GMainContext works: |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Owen Taylor | Try compiling before committing, why don't you? Simple... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Owen Taylor | g_signal_newc() => g_signal_new(). |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Owen Taylor | Patch from Darin Adler (#54166) |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Owen Taylor | Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Owen Taylor | Remove debug flag argument to g_type_init() and add |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Owen Taylor | Buffers Files Tools Edit Search Mule Help ... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Tim Janik | up version number to 1.3.7, interface age 0, binary... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Kjartan Maraas | Fix a typo. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Kjartan Maraas | Completed Norwegian translation. Adjusted to fit the... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Sebastian Wilhelmi | Removed glib-config-2.0, as we have pkg-config now. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Owen Taylor | Fix problem with glibconfig.h |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Owen Taylor | Move glib library into a subdirectory, make all GLib... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Sebastian Wilhelmi | Corrected. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Tim Janik | use G_BREAKPOINT() instead of raise(5). |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Owen Taylor | Changes for 64-bit cleanliness, loosely based on patch... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Andy Lanoix | *giowin32.c: Debug and partial rewrite of async socket... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Hans Breuer | updated externals |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Tim Janik | s/long/int/ for default_value in enum and flags pspecs. |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Tim Janik | added debugging variants g_type_name_from_class(), |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tim Janik | remove left-over usages of an anonymous GBoxed typedef. |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Owen Taylor | Fix a use of strcat that wasn't replaced with g_stpcpy... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Havoc Pennington | version to 1.3.6 GTK_ALL_1_3_6 |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Havoc Pennington | link to ./libgobject-1.3.la since an installed libgobje... GLIB_1_3_6 |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Havoc Pennington | don't ignore errors from missing index.sgml |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Havoc Pennington | updated |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Alex Larsson | Added new functions g_strstr_len, g_strrstr and g_strrs... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Havoc Pennington | support G_SPAWN_FILE_AND_ARGV_ZERO specifying that... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Pablo Saratxaga | Added Azeri file |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Sebastian Wilhelmi | Remove docs/glib-config.1.in. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Sebastian Wilhelmi | Add @G_THREAD_CFLAGS@. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Havoc Pennington | subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Sebastian Wilhelmi | Look for nanosleep function. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Sebastian Wilhelmi | Use g_win32_error_message to beautify error messages. |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Jon Trowbridge | Changed to take a const argument, and then to cast... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Owen Taylor | to match g_strcasecmp, check if it is lower/upper befor... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Owen Taylor | Make a bit more standalone by adding include of gerror... |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Owen Taylor | Fix mispelling in help output. (#53952, Skip Montanaro) |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Sebastian Wilhelmi | Fix to stupid bug in g_random_boolean, also both functi... |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Sebastian Wilhelmi | Remove G_HAVE_ISO_CXX_VARARGS and G_HAVE_ISO_C_VARARGS... |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Sebastian Wilhelmi | Add @G_THREAD_CFLAGS@ to Cflags. |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Owen Taylor | Fix GNU sedism (#55430) |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Sebastian Wilhelmi | Add test case for the g_qsort_with_data func. It works... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Sebastian Wilhelmi | Now that we check for a C++ compiler in configure.in... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Sebastian Wilhelmi | Do not g_strdup, as promised in the function name. |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Sebastian Wilhelmi | Don't bail out, if no C++ compiler is found. Define... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
James Henstridge | "#ifdef G_HAVE_ISO_VARARGS" will always succeed even... |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Tim Janik | erk, strconcat needs NULL as last arg. make sure we... |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Tim Janik | as a last resort, if we can't access() the module,... |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Owen Taylor | Check for __VARARGS__ separately for C and C++. |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Sebastian Wilhelmi | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Tim Janik | fixed bad faux-pass, forgot to release signal lock... |
commit | commitdiff | tree | snapshot |
2001-05-27 |
Tim Janik | unlock context when bailing out with a warning. (g_main... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
CEST 2001 Paolo... | back out change by mitch@convergence.de and apply patch... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Hans Breuer | reflect renaming of g_string_sprintfa to g_string_printfa |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Hans Breuer | pthread isn't required anymore |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Hans Breuer | changed depndencies to build glib-genmarshal first... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Owen Taylor | gpointer, not gpointer *. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Sebastian Wilhelmi | Tiny speed improvement suggested by noon@users.sourcefo... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Sebastian Wilhelmi | made 'make distcheck' happy. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Sebastian Wilhelmi | Also return TRUE for late arrived signals. Thanks to... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Sebastian Wilhelmi | Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Sebastian Wilhelmi | Removed g_param_spec_stringc. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Sebastian Wilhelmi | g_thread_create renamed to g_thread_create_full. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Andy Lanoix | no message |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Andy Lanoix | *giowin32.c: G_IO_WIN32_WINDOWS_MESSAGES channels |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Tim Janik | make g_value_set_object() take a gpointer v_object... |
commit | commitdiff | tree | snapshot |
2001-05-20 |
Owen Taylor | Fix some problems in writing out varargs tests in confi... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Havoc Pennington | add glibintl.h |
commit | commitdiff | tree | snapshot |
next |