2000-11-28 |
Sebastian Wilhelmi | Revamped errorcheck mutexes and added errorcheck cond_w... |
blob | commitdiff |
2000-11-28 |
Havoc Pennington | Add void in empty function arg list |
blob | commitdiff | diff to current |
2000-11-26 |
Tor Lillqvist | Add gqsort. |
blob | commitdiff | diff to current |
2000-11-21 |
Sebastian Wilhelmi | Add a surrogate for thread priorities using PID nicenes... |
blob | commitdiff | diff to current |
2000-11-20 |
Jonathan Blandford | Patch from David Benson <daveb@idealab.com> to add... |
blob | commitdiff | diff to current |
2000-11-20 |
Havoc Pennington | Use a switch here, maybe helps the compiler optimize... |
blob | commitdiff | diff to current |
2000-11-19 |
Tor Lillqvist | Add g_trash_stack entry points. |
blob | commitdiff | diff to current |
2000-11-17 |
Owen Taylor | Released 1.3.2 GLIB_1_3_2 |
blob | commitdiff | diff to current |
2000-11-15 |
Sebastian Wilhelmi | Check for the sched.h header and include it on gthread... |
blob | commitdiff | diff to current |
2000-11-14 |
Tor Lillqvist | Make #endif comment match #ifdef. |
blob | commitdiff | diff to current |
2000-11-13 |
Owen Taylor | Up version to 1.3.2 |
blob | commitdiff | diff to current |
2000-11-13 |
Tor Lillqvist | Add USE_LIBICONV. |
blob | commitdiff | diff to current |
2000-11-13 |
Sebastian Wilhelmi | Made recursive mutexes also work when the thread system... |
blob | commitdiff | diff to current |
2000-11-12 |
Owen Taylor | Create wrapper functions for iconv() so that we can... |
blob | commitdiff | diff to current |
2000-11-12 |
Robert Brady | Remove g_filename_{to,from}_utf8 |
blob | commitdiff | diff to current |
2000-11-12 |
Owen Taylor | template is a reserved word in C++ s/template/tmpl/. |
blob | commitdiff | diff to current |
2000-11-11 |
Havoc Pennington | Handle a long stream of bytes containing no UTF-8 chara... |
blob | commitdiff | diff to current |
2000-11-11 |
Tor Lillqvist | Add missing entry points. |
blob | commitdiff | diff to current |
2000-11-11 |
Tor Lillqvist | Improve chance to generate unique names with less effor... |
blob | commitdiff | diff to current |
2000-11-11 |
Owen Taylor | Add gtypemodule.h |
blob | commitdiff | diff to current |
2000-11-10 |
Tor Lillqvist | New function, suggested by Havoc earlier this month... |
blob | commitdiff | diff to current |
2000-11-09 |
Sebastian Wilhelmi | Don't take threads with other priorities into account... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPO... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | inline docs (unescape_text): properly check strtoul... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | Free the src error if the dest location is NULL - I... |
blob | commitdiff | diff to current |
2000-11-05 |
Havoc Pennington | Added |
blob | commitdiff | diff to current |
2000-11-02 |
Sebastian Wilhelmi | Added documentation for asynchronous queues. |
blob | commitdiff | diff to current |
2000-11-02 |
Sebastian Wilhelmi | Changed unportable __FUNCTION__ to the verbatim functio... |
blob | commitdiff | diff to current |
2000-11-02 |
Sebastian Wilhelmi | Include sys/select.h (some platforms need it for select). |
blob | commitdiff | diff to current |
2000-10-30 |
Tor Lillqvist | gutils.c gutils.h gfileutils.c Actually, g_mkstemp... |
blob | commitdiff | diff to current |
2000-10-30 |
Tor Lillqvist | Check for mkstemp. |
blob | commitdiff | diff to current |
2000-10-30 |
Sebastian Wilhelmi | Introduced new function type GEqualFunc to return TRUE... |
blob | commitdiff | diff to current |
2000-10-27 |
Tor Lillqvist | Add gmarkup. |
blob | commitdiff | diff to current |
2000-10-27 |
Havoc Pennington | New module to parse a simple markup language |
blob | commitdiff | diff to current |
2000-10-26 |
Tor Lillqvist | Cosmetics. |
blob | commitdiff | diff to current |
2000-10-26 |
Sebastian Wilhelmi | When the string is ended by a delimiter, return an... |
blob | commitdiff | diff to current |
2000-10-25 |
Tim Janik | added newly added gobject/ headers. |
blob | commitdiff | diff to current |
2000-10-23 |
Sebastian Wilhelmi | Use one = instead of two, which is plainly wrong. |
blob | commitdiff | diff to current |
2000-10-19 |
Tor Lillqvist | Pass -DGSPAWN_HELPER when building it. Link with user32... |
blob | commitdiff | diff to current |
2000-10-19 |
Owen Taylor | Change ERROR_OTHER to ERROR_FAILED, add some dummy... |
blob | commitdiff | diff to current |
2000-10-16 |
Tor Lillqvist | Remove alloca stuff from here. galloca.h takes care... |
blob | commitdiff | diff to current |
2000-10-16 |
Tor Lillqvist | Add gspawn-win32.c to EXTRA_DIST. |
blob | commitdiff | diff to current |
2000-10-16 |
Tor Lillqvist | Some more debugging output. (g_io_channel_win32_poll... |
blob | commitdiff | diff to current |
2000-10-16 |
Raja R Harinath | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTR... |
blob | commitdiff | diff to current |
2000-10-13 |
Sebastian Wilhelmi | Added inline documentation. |
blob | commitdiff | diff to current |
2000-10-13 |
Sebastian Wilhelmi | Readded GFreeFunc, g_node_insert_after and g_find_progr... |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Adapted accordingly to header separation and GLIB_HAVE_... |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Added the new headers to glibinclude_HEADERS. |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Split glib.h into many header files mostly according... |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | Removed cruft from old threading code. |
blob | commitdiff | diff to current |
2000-10-12 |
Sebastian Wilhelmi | define GLIB_HAVE_ALLOCA_H instead of including alloca... |
blob | commitdiff | diff to current |
2000-10-09 |
Raja R Harinath | Work with beta autoconf 2.50. |
blob | commitdiff | diff to current |
2000-10-09 |
Raja R Harinath | Use this to specify that 'configure' depends on acglib.m4. |
blob | commitdiff | diff to current |
2000-10-09 |
Havoc Pennington | Add new files. |
blob | commitdiff | diff to current |
2000-10-06 |
Tor Lillqvist | Fix the Win32-only code to use current API, |
blob | commitdiff | diff to current |
2000-10-06 |
Tor Lillqvist | Revamp to be like makefile.mingw.in, make the MSVC... |
blob | commitdiff | diff to current |
2000-10-05 |
Sebastian Wilhelmi | Changed alloca stuff a bit: when we have a working... |
blob | commitdiff | diff to current |
2000-10-04 |
Martin Baulig | Reverted my last commit: |
blob | commitdiff | diff to current |
2000-09-30 |
Martin Baulig | Put the pkg-config scripts back to the correct pkg... |
blob | commitdiff | diff to current |
2000-09-29 |
Jonathan Blandford | Added function to keep symetry with g_node_insert_befor... |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | New automake conditional. Only compile the gthread... |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | Set this to `$(libexecdir)/pkgconfig'; this is the... |
blob | commitdiff | diff to current |
2000-09-29 |
Martin Baulig | Several minor ANSI C fixes. |
blob | commitdiff | diff to current |
2000-09-29 |
Sebastian Wilhelmi | Added errorcheck mutexes. These are activated through... |
blob | commitdiff | diff to current |
2000-09-29 |
Havoc Pennington | fix indentation (GConvertError): generic error is conve... |
blob | commitdiff | diff to current |
2000-09-28 |
Sebastian Wilhelmi | Adjusted the test for an unimplemented getpwuid_r.... |
blob | commitdiff | diff to current |
2000-09-28 |
Sebastian Wilhelmi | Moved determination of G_THREAD_FLAGS before G_THREAD_L... |
blob | commitdiff | diff to current |
2000-09-28 |
Sebastian Wilhelmi | Some platforms support 64 bit 'long long', but you... |
blob | commitdiff | diff to current |
2000-09-28 |
Sebastian Wilhelmi | max_len can't be initialized statically as it might... |
blob | commitdiff | diff to current |
2000-09-26 |
Elliot Lee | Add G_GNUC_PURE macro (but don't use it anywhere). GNOME_PRINT_0_24 |
blob | commitdiff | diff to current |
2000-09-25 |
Elliot Lee | Add a few missing G_GNUC_CONST's. |
blob | commitdiff | diff to current |
2000-09-21 |
Tor Lillqvist | Add gconvert.o. Use libiconv. |
blob | commitdiff | diff to current |
2000-09-21 |
Sebastian Wilhelmi | The last released automake (1.4) still requires AM_PROG... |
blob | commitdiff | diff to current |
2000-09-19 |
Sebastian Wilhelmi | Test for the existence of getcwd, and use it only when... |
blob | commitdiff | diff to current |
2000-09-18 |
Owen Taylor | Implement g_ucs4_to_utf8 which was in |
blob | commitdiff | diff to current |
2000-09-17 |
Elliot Lee | Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com> Define... |
blob | commitdiff | diff to current |
2000-09-11 |
Owen Taylor | Havoc Pennington's implementation of convenient charact... |
blob | commitdiff | diff to current |
2000-09-11 |
Havoc Pennington | Add this function. |
blob | commitdiff | diff to current |
2000-09-10 |
Owen Taylor | Add a missing g_return_if_fail(). |
blob | commitdiff | diff to current |
2000-09-07 |
Tim Janik | for non-i386 and non-alpha, or non gcc, implement BREAK... |
blob | commitdiff | diff to current |
2000-09-06 |
Havoc Pennington | docs |
blob | commitdiff | diff to current |
2000-09-06 |
Owen Taylor | Some inline docs fixes. |
blob | commitdiff | diff to current |
2000-09-06 |
Sebastian Wilhelmi | s/G_MICROSEC/G_USEC_PER_SEC/ |
blob | commitdiff | diff to current |
2000-09-06 |
Sebastian Wilhelmi | Removed G_G{U}{SHORT|INT|LONG}_FORMAT from glib.h,... |
blob | commitdiff | diff to current |
2000-09-06 |
Owen Taylor | Add gtk-doc checks for newly added docs/reference/... |
blob | commitdiff | diff to current |
2000-09-05 |
Sebastian Wilhelmi | Don't use a G_LOCK, as it isn't necessary. |
blob | commitdiff | diff to current |
2000-09-01 |
Sebastian Wilhelmi | Use g_return_val_if_fail instead of g_return_if_fail... |
blob | commitdiff | diff to current |
2000-09-01 |
Sebastian Wilhelmi | Include gerror.h before it is used for some g_thread_... |
blob | commitdiff | diff to current |
2000-09-01 |
Sebastian Wilhelmi | Added function g_propagte_error to hand over local... |
blob | commitdiff | diff to current |
2000-08-31 |
Tor Lillqvist | glib.h glib.def New function, to make a GPollFD from... |
blob | commitdiff | diff to current |
2000-08-31 |
Tor Lillqvist | glib.h No use for separate condition parameter. |
blob | commitdiff | diff to current |
2000-08-31 |
Tor Lillqvist | Simplify, use GetSystemTimeAsFileTime(). |
blob | commitdiff | diff to current |
2000-08-27 |
Tor Lillqvist | Hmm, the parameter to g_io_channel_win32_poll() should... |
blob | commitdiff | diff to current |
2000-08-27 |
Tor Lillqvist | New function, otherwise like g_io_channel_win32_wait_fo... |
blob | commitdiff | diff to current |
2000-08-25 |
Elliot Lee | Mark the following functions G_GNUC_CONST (to allow... |
blob | commitdiff | diff to current |
2000-08-21 |
Elliot Lee | Fix inclusion of config.h |
blob | commitdiff | diff to current |
2000-08-21 |
Owen Taylor | Fix a couple of trivial bugs that were causing warnings. |
blob | commitdiff | diff to current |
2000-08-17 |
Darin Adler | Return the data left behind. Return the data left behind. |
blob | commitdiff | diff to current |
2000-08-11 |
Tor Lillqvist | Some indentation and spacing fixes. Add some more logging. |
blob | commitdiff | diff to current |
2000-08-11 |
Havoc Pennington | don't duplicate glib Cflags |
blob | commitdiff | diff to current |
next |