2000-10-27 |
Havoc Pennington | New module to parse a simple markup language |
blob | commitdiff |
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 |
2000-08-11 |
Havoc Pennington | Look in glib-2.0/include for glibconfig.h |
blob | commitdiff | diff to current |
2000-08-06 |
Tor Lillqvist | New function, that calls g_source_remove(). Check retur... |
blob | commitdiff | diff to current |
2000-08-06 |
Tim Janik | keep *last updated while running through the domain... |
blob | commitdiff | diff to current |
2000-07-31 |
Owen Taylor | Fix stray character |
blob | commitdiff | diff to current |
2000-07-31 |
Havoc Pennington | forgot to add .pc.in to EXTRA_DIST |
blob | commitdiff | diff to current |
2000-07-31 |
Havoc Pennington | pkg-config data files |
blob | commitdiff | diff to current |
2000-07-31 |
Tor Lillqvist | The code didn't compile (must have been sleepy when... |
blob | commitdiff | diff to current |
2000-07-30 |
Tim Janik | fix tor's recent changes which got rid of a required... |
blob | commitdiff | diff to current |
2000-07-30 |
Tor Lillqvist | Compile in the debugging code all the time, but only... |
blob | commitdiff | diff to current |
2000-07-29 |
Tor Lillqvist | Finally, a new and improved IO Channel and condition... |
blob | commitdiff | diff to current |
2000-07-27 |
Tim Janik | completed tor's fix to cover both #ifdef branches. |
blob | commitdiff | diff to current |
2000-07-26 |
Tor Lillqvist | Return 0 on error, not NULL. |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | added g_strlcat() and g_strlcpy() wrappers, supplied... |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | include <stdlib.h> and <stddef.h> if STDC_HEADERS is... |
blob | commitdiff | diff to current |
2000-07-25 |
Tim Janik | applied patch from Darin Adler <darin@eazel.com> which... |
blob | commitdiff | diff to current |
2000-07-22 |
Tor Lillqvist | Fix resource handling, the resource file got left out... |
blob | commitdiff | diff to current |
2000-07-20 |
Sebastian Wilhelmi | Mark the functions g_basename and g_dirname deprecated... |
blob | commitdiff | diff to current |
2000-07-20 |
Sebastian Wilhelmi | Mark the functions g_hash_table_freeze, g_hash_table_th... |
blob | commitdiff | diff to current |
2000-07-19 |
Sebastian Wilhelmi | glibconfig.h and glib.h now include files outside of... |
blob | commitdiff | diff to current |
2000-07-16 |
Owen Taylor | Remove incomplete start of info file - |
blob | commitdiff | diff to current |
2000-07-15 |
Owen Taylor | Add build/Makefile and build/win32/Makefile to AC_OUTPU... |
blob | commitdiff | diff to current |
2000-07-15 |
Tim Janik | fixed an off by 0 error (yeah, the function went off... |
blob | commitdiff | diff to current |
2000-07-14 |
Tor Lillqvist | Include the "build" module in GLib, too, to make it... |
blob | commitdiff | diff to current |
2000-07-14 |
Owen Taylor | Release 1.3.1 GLIB_1_3_1 |
blob | commitdiff | diff to current |
2000-07-14 |
Owen Taylor | Move glib-config to glib-config-2.0 move glib.m4 to... |
blob | commitdiff | diff to current |
2000-07-13 |
Tor Lillqvist | Add g_error functions. |
blob | commitdiff | diff to current |
2000-07-12 |
Havoc Pennington | #include <gerror.h> |
blob | commitdiff | diff to current |
2000-07-10 |
Owen Taylor | Move string.h include into the .c file instead of where... |
blob | commitdiff | diff to current |
2000-07-08 |
Tor Lillqvist | Rename the GUTILS_C_VAR macro to GLIB_VAR. |
blob | commitdiff | diff to current |
2000-07-06 |
Owen Taylor | Release 1.3.1 |
blob | commitdiff | diff to current |
2000-07-04 |
Tor Lillqvist | Update README.win32. |
blob | commitdiff | diff to current |
2000-07-03 |
Owen Taylor | Fix up to correspond to configure.in checks. |
blob | commitdiff | diff to current |
next |