2000-09-25 |
Elliot Lee | Missing piece of previous commit - add @ALLOCA@ to... |
commit | commitdiff | tree | snapshot |
2000-09-25 |
Sebastian Wilhelmi | Remove empty SUBDIRS line, as that prevents make dist... |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Tor Lillqvist | Add gconvert.o. Use libiconv. |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Sebastian Wilhelmi | The last released automake (1.4) still requires AM_PROG... |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Sebastian Wilhelmi | Test for the existence of getcwd, and use it only when... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Owen Taylor | Implement g_ucs4_to_utf8 which was in |
commit | commitdiff | tree | snapshot |
2000-09-17 |
Elliot Lee | Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define... |
commit | commitdiff | tree | snapshot |
2000-09-11 |
Owen Taylor | Havoc Pennington's implementation of convenient charact... |
commit | commitdiff | tree | snapshot |
2000-09-11 |
Havoc Pennington | Add this function. |
commit | commitdiff | tree | snapshot |
2000-09-10 |
Owen Taylor | Add a missing g_return_if_fail(). |
commit | commitdiff | tree | snapshot |
2000-09-10 |
Owen Taylor | Move call to g_type_free_instance() here from g_object_... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Tim Janik | for non-i386 and non-alpha, or non gcc, implement BREAK... |
commit | commitdiff | tree | snapshot |
2000-09-07 |
Owen Taylor | Some further makefile improvement. |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Havoc Pennington | docs |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Owen Taylor | Improve separation of generic non-generic parts and... |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Owen Taylor | Some inline docs fixes. |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Sebastian Wilhelmi | s/G_MICROSEC/G_USEC_PER_SEC/ |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Sebastian Wilhelmi | Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h,... |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Owen Taylor | Split GObject docs away from the remainder of the docs. |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Owen Taylor | Add gtk-doc checks for newly added docs/reference/... |
commit | commitdiff | tree | snapshot |
2000-09-06 |
Owen Taylor | head -n 4 ChangeLog |
commit | commitdiff | tree | snapshot |
2000-09-05 |
Sebastian Wilhelmi | Don't use a G_LOCK, as it isn't necessary. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Sebastian Wilhelmi | .cvsignore updates |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Sebastian Wilhelmi | Use g_return_val_if_fail instead of g_return_if_fail... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Sebastian Wilhelmi | Use GError to report errors as well. |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Sebastian Wilhelmi | Include gerror.h before it is used for some g_thread_... |
commit | commitdiff | tree | snapshot |
2000-09-01 |
Sebastian Wilhelmi | Added function g_propagte_error to hand over local... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Tor Lillqvist | glib.h glib.def New function, to make a GPollFD from... |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Tor Lillqvist | glib.h No use for separate condition parameter. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Tor Lillqvist | Keep the check for non-NULL parameter. |
commit | commitdiff | tree | snapshot |
2000-08-31 |
Tor Lillqvist | Simplify, use GetSystemTimeAsFileTime(). |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tor Lillqvist | Hmm, the parameter to g_io_channel_win32_poll() should... |
commit | commitdiff | tree | snapshot |
2000-08-27 |
Tor Lillqvist | New function, otherwise like g_io_channel_win32_wait_fo... |
commit | commitdiff | tree | snapshot |
2000-08-25 |
Elliot Lee | Mark the following functions G_GNUC_CONST (to allow... |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Elliot Lee | Fix inclusion of config.h |
commit | commitdiff | tree | snapshot |
2000-08-21 |
Owen Taylor | Fix a couple of trivial bugs that were causing warnings. |
commit | commitdiff | tree | snapshot |
2000-08-17 |
Darin Adler | Return the data left behind. Return the data left behind. |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Tor Lillqvist | Some indentation and spacing fixes. Add some more logging. |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Havoc Pennington | don't duplicate glib Cflags |
commit | commitdiff | tree | snapshot |
2000-08-11 |
Havoc Pennington | Look in glib-2.0/include for glibconfig.h |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Tor Lillqvist | New function, that calls g_source_remove(). Check retur... |
commit | commitdiff | tree | snapshot |
2000-08-06 |
Tim Janik | keep *last updated while running through the domain... |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Owen Taylor | Fix stray character |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Havoc Pennington | forgot to add .pc.in to EXTRA_DIST |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Havoc Pennington | pkg-config data files |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Tor Lillqvist | Drop a few unused variables. |
commit | commitdiff | tree | snapshot |
2000-07-31 |
Tor Lillqvist | The code didn't compile (must have been sleepy when... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Tim Janik | fix tor's recent changes which got rid of a required... |
commit | commitdiff | tree | snapshot |
2000-07-30 |
Tor Lillqvist | Compile in the debugging code all the time, but only... |
commit | commitdiff | tree | snapshot |
2000-07-29 |
Tor Lillqvist | Finally, a new and improved IO Channel and condition... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Tor Lillqvist | No, don't mark glib_debug_objects for export here,... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Tim Janik | completed tor's fix to cover both #ifdef branches. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Tor Lillqvist | Return 0 on error, not NULL. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Tor Lillqvist | gobject.def Mark glib_debug_objects for export/import... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Tim Janik | added g_strlcat() and g_strlcpy() wrappers, supplied... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Tim Janik | include <stdlib.h> and <stddef.h> if STDC_HEADERS is... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tim Janik | applied patch from Darin Adler <darin@eazel.com> which... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Tim Janik | make g_type_fundamental_last() a function, avoiding... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Tor Lillqvist | Mention -fnative-struct here, too... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Tor Lillqvist | Fix resource handling, the resource file got left out... |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Sebastian Wilhelmi | Mark the functions g_basename and g_dirname deprecated... |
commit | commitdiff | tree | snapshot |
2000-07-20 |
Sebastian Wilhelmi | Mark the functions g_hash_table_freeze, g_hash_table_th... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Tor Lillqvist | gparam.h gvalue.h gparam.c Shut up Sun's picky compiler. |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Sebastian Wilhelmi | glibconfig.h and glib.h now include files outside of... |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Tor Lillqvist | Don't #include <tlhelp32.h> when compiling with gcc... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Owen Taylor | Remove incomplete start of info file - |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Owen Taylor | Add build/Makefile and build/win32/Makefile to AC_OUTPU... |
commit | commitdiff | tree | snapshot |
2000-07-15 |
Tim Janik | fixed an off by 0 error (yeah, the function went off... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Tor Lillqvist | Include the "build" module in GLib, too, to make it... |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Owen Taylor | Release 1.3.1 GLIB_1_3_1 |
commit | commitdiff | tree | snapshot |
2000-07-14 |
Owen Taylor | Move glib-config to glib-config-2.0 move glib.m4 to... |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Tor Lillqvist | Add g_error functions. |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Tor Lillqvist | Add g_type_get_plugin. |
commit | commitdiff | tree | snapshot |
2000-07-13 |
Tim Janik | default initialize the temporary default value, instead... |
commit | commitdiff | tree | snapshot |
2000-07-12 |
Havoc Pennington | #include <gerror.h> |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Raja R Harinath | Don't return just 0 or 1. |
commit | commitdiff | tree | snapshot |
2000-07-11 |
Tim Janik | removed g_type_is_dynamic() and added g_type_get_plugin(). |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Tor Lillqvist | Include ../config.h for HAVE_UNISTD_H. Use it to guard... |
commit | commitdiff | tree | snapshot |
2000-07-10 |
Owen Taylor | Move string.h include into the .c file instead of where... |
commit | commitdiff | tree | snapshot |
2000-07-08 |
Tor Lillqvist | Rename the GUTILS_C_VAR macro to GLIB_VAR. |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Owen Taylor | Release 1.3.1 |
commit | commitdiff | tree | snapshot |
2000-07-06 |
Owen Taylor | dist fixes. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Tor Lillqvist | Update README.win32. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Owen Taylor | Fix up to correspond to configure.in checks. |
commit | commitdiff | tree | snapshot |
2000-07-03 |
Owen Taylor | Comment g_get_codeset() out of the header file temporar... |
commit | commitdiff | tree | snapshot |
2000-07-01 |
Damon Chaplin | updated g_strndup. |
commit | commitdiff | tree | snapshot |
2000-06-30 |
Tor Lillqvist | Add new entry points. |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Owen Taylor | updated |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Owen Taylor | include string.h for memset include string.h for strcpy... |
commit | commitdiff | tree | snapshot |
2000-06-29 |
Owen Taylor | Fix |
commit | commitdiff | tree | snapshot |
2000-06-28 |
Tim Janik | spelling |
commit | commitdiff | tree | snapshot |
2000-06-24 |
Tim Janik | define gstring in terms of gchar*. this typedef reflect... |
commit | commitdiff | tree | snapshot |
2000-06-21 |
Owen Taylor | Initial pass at adding unicode support functions. A... |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Damon Chaplin | updated a bit more. |
commit | commitdiff | tree | snapshot |
2000-06-11 |
Damon Chaplin | updated a few bits about log handlers & flags. |
commit | commitdiff | tree | snapshot |
2000-06-10 |
Tim Janik | fetch the nth iface entry of the type node in the nth... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Owen Taylor | Add top_builddir so glibconfig.h is found properly... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Tor Lillqvist | Rephrase the ChangeLog comment a bit. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Tor Lillqvist | If we are watching the same fd several times (for diffe... |
commit | commitdiff | tree | snapshot |
next |