2003-08-27 |
Owen Taylor | Add a detailed test case for interface initialization... |
tree | commitdiff |
2003-08-16 |
Tor Lillqvist | Fix #117925 (Dov Grobgeld): |
tree | commitdiff |
2003-08-08 |
Matthias Clasen | Remove a test for getenv() behaviour which isn't specif... |
tree | commitdiff |
2003-08-07 |
Matthias Clasen | Add tests for '=' in names and values. |
tree | commitdiff |
2003-08-07 |
Matthias Clasen | Specify test strings in UTF-8, remove all charset conve... |
tree | commitdiff |
2003-08-06 |
Noah Levitt | Add test for special case not at inital position in... |
tree | commitdiff |
2003-08-05 |
Hans Breuer | for msvc build |
tree | commitdiff |
2003-08-05 |
Noah Levitt | We do handle > BMP now, so test it. |
tree | commitdiff |
2003-07-31 |
Noah Levitt | s/g_read_link/g_file_read_link/ (#118727) |
tree | commitdiff |
2003-07-31 |
Noah Levitt | Return nonzero exit status if the test fails. (#118729) |
tree | commitdiff |
2003-07-31 |
Noah Levitt | Change instances of U+10ffff to U+10fffd, since that... |
tree | commitdiff |
2003-07-31 |
Noah Levitt | Update Unicode data to 4.0. (#107974) |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | Integrate gnulib vasnprintf(). |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | New function g_read_link(). (#72545) |
tree | commitdiff |
2003-07-28 |
Matthias Clasen | Add tests for g_{get,set,unset}env(). |
tree | commitdiff |
2003-07-26 |
Matthias Clasen | test suite additions. |
tree | commitdiff |
2003-07-20 |
Hans Breuer | for msvc build |
tree | commitdiff |
2003-07-08 |
Matthias Clasen | Support for one-time initialization functions. (#69668... |
tree | commitdiff |
2003-06-05 |
Matthias Clasen | Use g_vasprintf() and g_string_append_len(), thus enabl... |
tree | commitdiff |
2003-05-27 |
Matthias Clasen | Remain silent when sucessful. |
tree | commitdiff |
2003-03-30 |
Matthias Clasen | Get rid of UNSAFE_DOS_PATH. (acceptable): Align with... |
tree | commitdiff |
2003-03-04 |
James Henstridge | require automake 1.7. Add calls to libtoolize and gtkdo... |
tree | commitdiff |
2002-12-12 |
Matthias Clasen | Add a test for positional parameters in g_snprintf... |
tree | commitdiff |
2002-12-12 |
Manish Singh | pull in trio if host printf doesn't have a known way... |
tree | commitdiff |
2002-12-06 |
Owen Taylor | Avoid literal UTF-8. (Allow it to build with IRIX cc... |
tree | commitdiff |
2002-11-26 |
Owen Taylor | Avoid non-ANSI pointer comparison. (#54344, Morten... |
tree | commitdiff |
2002-11-26 |
Sebastian Wilhelmi | Improved the seeding algorithm. Old behaviour can be... |
tree | commitdiff |
2002-11-17 |
Tor Lillqvist | Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be... |
tree | commitdiff |
2002-11-04 |
Owen Taylor | Include config.h so DISABLE_MEMPOOLS actually has an... |
tree | commitdiff |
2002-10-15 |
Manish Singh | use gsize instead of int where appropriate (64-bit... |
tree | commitdiff |
2002-10-15 |
Manish Singh | add -DG_DISABLED_DEPRECATED |
tree | commitdiff |
2002-10-14 |
Owen Taylor | Fix a minor memory leak. |
tree | commitdiff |
2002-09-29 |
Manish Singh | use gsize instead of int where appropriate (64-bit... |
tree | commitdiff |
2002-07-26 |
Owen Taylor | hu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat... |
tree | commitdiff |
2002-07-04 |
Sebastian Wilhelmi | Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN... |
tree | commitdiff |
2002-06-11 |
Owen Taylor | tests/patterntest.c (test_compilation) A couple of... |
tree | commitdiff |
2002-05-18 |
Matthias Clasen | New testcases. |
tree | commitdiff |
2002-05-14 |
Alex Larsson | New functions g_str_has_suffix and g_str_has_prefix. |
tree | commitdiff |
2002-05-07 |
Owen Taylor | Fixes for #79347, Ron Arts. |
tree | commitdiff |
2002-04-10 |
Matthias Clasen | Remove manual UTF-8 -> Latin1 conversion for stuff... |
tree | commitdiff |
2002-04-08 |
Sebastian Wilhelmi | Use gsize instead of gint. From Miroslaw Dobrzanski... |
tree | commitdiff |
2002-03-28 |
Owen Taylor | Remove warning about g_print, etc, encoding. |
tree | commitdiff |
2002-03-05 |
Owen Taylor | Default to --disable-gtk-doc, to avoid Jade setup hassles. |
tree | commitdiff |
2002-02-21 |
Owen Taylor | ed Feb 20 22:35:42 2002 Owen Taylor <otaylor@redhat... |
tree | commitdiff |
2002-02-15 |
Sebastian Wilhelmi | Do not assume, that after g_usleep(G_USEC_PER_SEC)... |
tree | commitdiff |
2002-02-10 |
Hans Breuer | no sym links on win32, no lstat in msvcrt |
tree | commitdiff |
2002-02-09 |
Matthias Clasen | Test attribute value delimiters. |
tree | commitdiff |
2002-02-08 |
Darin Adler | Make hostname parameter const char *. Added a new ... |
tree | commitdiff |
2002-02-08 |
Owen Taylor | Fix access to freed memory in test case (Miroslaw Dobrz... |
tree | commitdiff |
2002-01-29 |
Owen Taylor | 1.3.13 GLIB_1_3_13 |
tree | commitdiff |
2002-01-23 |
Tor Lillqvist | Not used on Windows, don't even compile it then. |
tree | commitdiff |
2002-01-05 |
Hans Breuer | moved warning to error pragmas to their own file to... |
tree | commitdiff |
2001-12-22 |
Tor Lillqvist | Add (undefined) HAVE_C99_VSNPRINTF. |
tree | commitdiff |
2001-12-18 |
Tim Janik | added some assertions to test g_signal_get_invocation_h... |
tree | commitdiff |
2001-12-14 |
James Henstridge | add rules to build it. |
tree | commitdiff |
2001-12-12 |
Matthias Clasen | This fixes #60543: |
tree | commitdiff |
2001-12-03 |
Manish Singh | g_module_symbol takes a gpointer *, not just a gpointer |
tree | commitdiff |
2001-12-03 |
Manish Singh | g_module_symbol takes a gpointer *, not just a gpointer |
tree | commitdiff |
2001-11-27 |
Dan Winship | Set this from libtool rather than hardcoding values... |
tree | commitdiff |
2001-11-26 |
Matthias Clasen | Implement G_LEVEL_ORDER correctly. |
tree | commitdiff |
2001-11-24 |
Tor Lillqvist | */.cvsignore: Add various Win32 related file types. |
tree | commitdiff |
2001-11-22 |
Owen Taylor | Version 11, interface, binary age 0. |
tree | commitdiff |
2001-11-18 |
Hans Breuer | remove g_log_domain_glib usage/export |
tree | commitdiff |
2001-11-14 |
Tor Lillqvist | Add back mainloop-test here, too. |
tree | commitdiff |
2001-11-14 |
Matthias Clasen | add UTF-8 support. |
tree | commitdiff |
2001-11-14 |
Owen Taylor | Patch from Andrew Taylor to improve tables and reduce... |
tree | commitdiff |
2001-11-13 |
Darin Adler | Fix max_tokens == 1 case to match documentation. Add... |
tree | commitdiff |
2001-11-03 |
Tor Lillqvist | On Win32, create separate .exp file for module-test... |
tree | commitdiff |
2001-11-02 |
Owen Taylor | Recurse with may_block = FALSE, so we don't get into... |
tree | commitdiff |
2001-10-29 |
Daniel Egger | Fix non-Intel/-Alpha version of the G_BREAKPOINT macro... |
tree | commitdiff |
2001-10-28 |
Tor Lillqvist | Add missing g_pattern_match_simple and g_pattern_spec_e... |
tree | commitdiff |
2001-10-25 |
Tor Lillqvist | Add ../* to PATH before running tests to find DLLs. |
tree | commitdiff |
2001-10-25 |
Tor Lillqvist | Update. |
tree | commitdiff |
2001-10-25 |
Tor Lillqvist | Updates. |
tree | commitdiff |
2001-10-25 |
Owen Taylor | Version 1.3.10, interface age, binary age = 0. |
tree | commitdiff |
2001-10-24 |
Alex Larsson | Add g_strtod & co. |
tree | commitdiff |
2001-10-13 |
Tim Janik | make struct _GPatternSpec and GMatchType private. ... |
tree | commitdiff |
2001-10-01 |
Alex Larsson | Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and |
tree | commitdiff |
2001-09-29 |
George Lebl | cast the string size to gulong and use %lu for printing... |
tree | commitdiff |
2001-09-27 |
Manish Singh | fix typo (#if->#ifdef) so it compiles again. |
tree | commitdiff |
2001-09-26 |
Tor Lillqvist | Retract my change earlier today. Don't preset autoconf... |
tree | commitdiff |
2001-09-25 |
Tor Lillqvist | More Win32 automake macros. For .def files: GLIB_DEF... |
tree | commitdiff |
2001-09-20 |
Tor Lillqvist | Accept also forward slashes. (But still don't accept... |
tree | commitdiff |
2001-09-18 |
Tim Janik | add simple test for g_path_get_basename(). |
tree | commitdiff |
2001-09-17 |
Darin Adler | Change so that it works on platforms where isalpha... |
tree | commitdiff |
2001-09-10 |
Owen Taylor | Add g_build_path(), g_build_filename(), to create separ... |
tree | commitdiff |
2001-09-04 |
Tor Lillqvist | Update. Don't mention pthreads. |
tree | commitdiff |
2001-09-03 |
Owen Taylor | Implement. |
tree | commitdiff |
2001-08-30 |
Tor Lillqvist | After being away for about five months, I'm back workin... |
tree | commitdiff |
2001-08-27 |
Darin Adler | Updated name of error from G_CONVERT_ERROR_NOT_LOCAL_FI... |
tree | commitdiff |
2001-08-26 |
Alex Larsson | New functions to convert between local pahtnames and... |
tree | commitdiff |
2001-08-25 |
Alexander Larsson | Implement and document g_ascii_isxxx. |
tree | commitdiff |
2001-08-24 |
Darin Adler | Fix bad indenting. I figured I should fix this since... |
tree | commitdiff |
2001-08-24 |
Owen Taylor | Patch from Darin Adler to restore Glib-1.2 handling... |
tree | commitdiff |
2001-08-19 |
Darin Adler | Added missing \ character. |
tree | commitdiff |
2001-08-12 |
Owen Taylor | Find test case for srcdir != builddir, miscellaneous... |
tree | commitdiff |
2001-08-03 |
Ron Steinke | Modified Files: glib/ChangeLog glib/glib/giochannel.c |
tree | commitdiff |
2001-08-03 |
Darin Adler | Re-checkin. |
tree | commitdiff |
2001-08-03 |
Darin Adler | Improve strfunc test to test the split function in... |
tree | commitdiff |
2001-07-30 |
Ron Steinke | Modified Files: glib/docs/reference/glib/glib-sections.txt |
tree | commitdiff |
next |