2003-08-08 |
Tor Lillqvist | Fix syntax error in the !HAVE_SETENV case. |
blob | commitdiff |
2003-08-08 |
Matthias Clasen | Remove a test for getenv() behaviour which isn't specif... |
blob | commitdiff | diff to current |
2003-08-07 |
Matthias Clasen | Add tests for '=' in names and values. |
blob | commitdiff | diff to current |
2003-08-07 |
Matthias Clasen | Tighten the snprintf() test to check behaviour on zero... |
blob | commitdiff | diff to current |
2003-08-07 |
Matthias Clasen | Specify test strings in UTF-8, remove all charset conve... |
blob | commitdiff | diff to current |
2003-08-07 |
Owen Taylor | Set $LIBS to include -lintl when checking for dcgettext and |
blob | commitdiff | diff to current |
2003-08-07 |
Owen Taylor | Make the default priority for idle sources G_PRIORITY_D... |
blob | commitdiff | diff to current |
2003-08-06 |
Noah Levitt | Add test for special case not at inital position in... |
blob | commitdiff | diff to current |
2003-08-06 |
Noah Levitt | Get rid of "len" parameter to output_special_case and... |
blob | commitdiff | diff to current |
2003-08-05 |
Hans Breuer | for msvc build |
blob | commitdiff | diff to current |
2003-08-05 |
Noah Levitt | We do handle > BMP now, so test it. |
blob | commitdiff | diff to current |
2003-07-31 |
Noah Levitt | s/g_read_link/g_file_read_link/ (#118727) |
blob | commitdiff | diff to current |
2003-07-31 |
Noah Levitt | Return nonzero exit status if the test fails. (#118729) |
blob | commitdiff | diff to current |
2003-07-31 |
Noah Levitt | Change instances of U+10ffff to U+10fffd, since that... |
blob | commitdiff | diff to current |
2003-07-31 |
Noah Levitt | Update Unicode data to 4.0. (#107974) |
blob | commitdiff | diff to current |
2003-07-31 |
Tor Lillqvist | When possible, manage without the helper process. ... |
blob | commitdiff | diff to current |
2003-07-30 |
Matthias Clasen | Small doc additions. |
blob | commitdiff | diff to current |
2003-07-30 |
Matthias Clasen | Small doc fixes. |
blob | commitdiff | diff to current |
2003-07-30 |
Matthias Clasen | Remove forgotten @TRIO_LIBS@. (#118616, Noah Levitt) |
blob | commitdiff | diff to current |
2003-07-29 |
Matthias Clasen | Rename g_read_link() to g_file_read_link() to better... |
blob | commitdiff | diff to current |
2003-07-29 |
Matthias Clasen | Use gchar, gint, gsize instead of char, int, size_t... |
blob | commitdiff | diff to current |
2003-07-28 |
Matthias Clasen | Integrate gnulib vasnprintf(). |
blob | commitdiff | diff to current |
2003-07-28 |
Matthias Clasen | New function g_read_link(). (#72545) |
blob | commitdiff | diff to current |
2003-07-28 |
Matthias Clasen | Add tests for g_{get,set,unset}env(). |
blob | commitdiff | diff to current |
2003-07-28 |
Matthias Clasen | Add g_setenv() and g_unsetenv(). (#100763) |
blob | commitdiff | diff to current |
2003-07-26 |
Matthias Clasen | test suite additions. |
blob | commitdiff | diff to current |
2003-07-26 |
Matthias Clasen | New functions to remove a range of elements from an... |
blob | commitdiff | diff to current |
2003-07-25 |
Matthias Clasen | Remove the 1024 char limit in the common (non-recursive... |
blob | commitdiff | diff to current |
2003-07-25 |
Matthias Clasen | Remove some explicit Docbook markup which is no longer... |
blob | commitdiff | diff to current |
2003-07-24 |
Matthias Clasen | Work around gtk-doc stupidity. |
blob | commitdiff | diff to current |
2003-07-20 |
Hans Breuer | for msvc build |
blob | commitdiff | diff to current |
2003-07-10 |
Matthias Clasen | Doc additions. |
blob | commitdiff | diff to current |
2003-07-10 |
Joel Brich | Added "eo" to ALL_LINGUAS. Added Esperanto translation... |
blob | commitdiff | diff to current |
2003-07-10 |
Manish Singh | grammar fix |
blob | commitdiff | diff to current |
2003-07-09 |
Manish Singh | check if context->poll_chunk is set before trying to... |
blob | commitdiff | diff to current |
2003-07-09 |
Morten Welinder | Avoid var declaration after statement. |
blob | commitdiff | diff to current |
2003-07-08 |
Matthias Clasen | Support for one-time initialization functions. (#69668... |
blob | commitdiff | diff to current |
2003-07-01 |
Matthias Clasen | Move g_strfreev() docs inline. |
blob | commitdiff | diff to current |
2003-06-25 |
Abigail Brady | Use C99 style \uxxxx and \Uxxxxyyyy escapes instead... |
blob | commitdiff | diff to current |
2003-06-25 |
Tor Lillqvist | Pass real &optval and &optlen to getsockopt() instead... |
blob | commitdiff | diff to current |
2003-06-18 |
Matthias Clasen | Move the documentation inline and add details. (#108505... |
blob | commitdiff | diff to current |
2003-06-17 |
Matthias Clasen | New macros to check for XML catalog contents and path... |
blob | commitdiff | diff to current |
2003-06-15 |
Tor Lillqvist | Test where the DLLs actually are. |
blob | commitdiff | diff to current |
2003-06-11 |
Tor Lillqvist | libtool 1.5 installs DLLs in the bin subdirectory,... |
blob | commitdiff | diff to current |
2003-06-11 |
Sebastian Wilhelmi | Remove false &. Spotted by Albert Chin |
blob | commitdiff | diff to current |
2003-06-08 |
Tor Lillqvist | Fix indentation and spacing. Use INADDR_LOOPBACK instead of |
blob | commitdiff | diff to current |
2003-06-07 |
Andy Lanoix | Resolved thread deadlocks in socket ichannel code to... |
blob | commitdiff | diff to current |
2003-06-06 |
Hidetoshi Tajima | Test for Solaris native gettext in libc, seeing if... |
blob | commitdiff | diff to current |
2003-06-06 |
Owen Taylor | When dispatching a source that is !CAN_RECURSE, tempora... |
blob | commitdiff | diff to current |
2003-06-05 |
Matthias Clasen | Use g_vasprintf() and g_string_append_len(), thus enabl... |
blob | commitdiff | diff to current |
2003-06-05 |
Matthias Clasen | Synchronize argument names with headers and docs. ... |
blob | commitdiff | diff to current |
2003-06-05 |
Tor Lillqvist | glib/giochannel.h Remove bogus (Win32-only) declaration of |
blob | commitdiff | diff to current |
2003-06-04 |
Noah Levitt | Fix typo (#114375). Also, make the function static. |
blob | commitdiff | diff to current |
2003-06-03 |
Sebastian Wilhelmi | Test for pthread_setschedparam. If not existant, disabl... |
blob | commitdiff | diff to current |
2003-06-02 |
Owen Taylor | Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825) |
blob | commitdiff | diff to current |
2003-06-01 |
Owen Taylor | Put the g_return_val_if_fail() in the right place. |
blob | commitdiff | diff to current |
2003-05-31 |
Ray Strode | Fix typo: should be G_IO_ERROR_UNKNOWN not G_ERROR_ERRO... |
blob | commitdiff | diff to current |
2003-05-30 |
Owen Taylor | glib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER... |
blob | commitdiff | diff to current |
2003-05-30 |
Owen Taylor | Backport better handling of ALL_LINGUAS from gettext... |
blob | commitdiff | diff to current |
2003-05-30 |
Owen Taylor | expand $exec_prefix as well as $prefix. (#107290, repor... |
blob | commitdiff | diff to current |
2003-05-30 |
Owen Taylor | Quote $srcdir to handle $srcdir with spaces (#107850... |
blob | commitdiff | diff to current |
2003-05-30 |
Owen Taylor | Silently return G_IO_CHANNEL_ERROR_FAILED for EINTR... |
blob | commitdiff | diff to current |
2003-05-30 |
Owen Taylor | Do a g_return_val_if_fail() on err == NULL to be a... |
blob | commitdiff | diff to current |
2003-05-28 |
Owen Taylor | __PRETTY_FUNCTION__ was made a non-token before gcc... |
blob | commitdiff | diff to current |
2003-05-27 |
Matthias Clasen | Remain silent when sucessful. |
blob | commitdiff | diff to current |
2003-05-27 |
Matthias Clasen | Use memcpy instead of strcpy. (#106988, Christian Biere) |
blob | commitdiff | diff to current |
2003-05-23 |
Noah Levitt | Fix typo in UNICODE_VALID (related to #107427). |
blob | commitdiff | diff to current |
2003-05-23 |
Noah Levitt | Remove stale comment. |
blob | commitdiff | diff to current |
2003-05-22 |
Noah Levitt | Update g_unichar_iswide to Unicode 4.0 (#113404). |
blob | commitdiff | diff to current |
2003-05-21 |
Noah Levitt | Fix obscure typo in case conversion routine (#113469). |
blob | commitdiff | diff to current |
2003-05-20 |
Manish Singh | ytpo |
blob | commitdiff | diff to current |
2003-05-20 |
PDT 2003 Manish... | wrap 64-bit MIN/MAX limit constants in G_GINT64_CONSTAN... |
blob | commitdiff | diff to current |
2003-05-20 |
Noah Levitt | Fix cut-and-pasto: g_unichar_break_type should return |
blob | commitdiff | diff to current |
2003-05-19 |
Noah Levitt | Remove unused function g_list_sort2 (bug #113203). |
blob | commitdiff | diff to current |
2003-05-19 |
Noah Levitt | Fix off-by-one error in g_unicode_canonical_ordering... |
blob | commitdiff | diff to current |
2003-05-19 |
Arafat Medini | *ar.po: Added Arabic translation by Arabeyes <doc@arabe... |
blob | commitdiff | diff to current |
2003-05-17 |
Telsa Gwynne | Welsh translation from Dafydd Harries |
blob | commitdiff | diff to current |
2003-05-05 |
Matthias Clasen | Some doc fixes. (#111805) |
blob | commitdiff | diff to current |
2003-05-05 |
Christian Rose | Added sr and sr@Latn to ALL_LINGUAS. Added Serbian... |
blob | commitdiff | diff to current |
2003-04-24 |
Owen Taylor | Accept libtool-1.5. (#111483) |
blob | commitdiff | diff to current |
2003-04-09 |
Matthias Clasen | Move install docs into reference manual. |
blob | commitdiff | diff to current |
2003-04-07 |
Matthias Clasen | Move cross-compilation info to reference manual. |
blob | commitdiff | diff to current |
2003-04-07 |
Owen Taylor | When waiting for the main loop to be freed up, wait... |
blob | commitdiff | diff to current |
2003-04-06 |
Matthias Clasen | Warn if p == NULL && max != 0. (#110087) |
blob | commitdiff | diff to current |
2003-04-01 |
Tor Lillqvist | Add g_string_chunk_insert_len. |
blob | commitdiff | diff to current |
2003-03-31 |
Matthias Clasen | New function, to insert possible non-nul-terminated... |
blob | commitdiff | diff to current |
2003-03-30 |
Matthias Clasen | Optimize the common cases (init == NULL or init ==... |
blob | commitdiff | diff to current |
2003-03-30 |
Matthias Clasen | 2003-03-a30 Matthias Clasen <maclas@gmx.de> |
blob | commitdiff | diff to current |
2003-03-30 |
Matthias Clasen | Add cp1251 support for Solaris. (#104738, Hidetoshi... |
blob | commitdiff | diff to current |
2003-03-30 |
Matthias Clasen | Get rid of UNSAFE_DOS_PATH. (acceptable): Align with... |
blob | commitdiff | diff to current |
2003-03-26 |
Christian Rose | Added "yi" to ALL_LINGUAS. Added Yiddish translation... |
blob | commitdiff | diff to current |
2003-03-19 |
Matthias Clasen | Fix docs. |
blob | commitdiff | diff to current |
2003-03-19 |
Anders Carlsson | Bump version to 2.3.0 |
blob | commitdiff | diff to current |
2003-03-14 |
Sebastian Wilhelmi | Do not define function g_thread_init_glib, if not G_THR... |
blob | commitdiff | diff to current |
2003-03-06 |
Matthias Clasen | Fix FALSE/NULL confusion. (#107646, Morten Welinder) |
blob | commitdiff | diff to current |
2003-03-04 |
James Henstridge | require automake 1.7. Add calls to libtoolize and gtkdo... |
blob | commitdiff | diff to current |
2003-02-26 |
Matthias Clasen | Use g_strndup, not g_strdup, since we know the length... |
blob | commitdiff | diff to current |
2003-02-25 |
Matthias Clasen | Use g_malloc instead of directly using malloc. |
blob | commitdiff | diff to current |
2003-02-25 |
Tor Lillqvist | Add a couple of missing entries, thanks to Cedric Gusti... |
blob | commitdiff | diff to current |
2003-02-23 |
Matthias Clasen | Clarify documentation. |
blob | commitdiff | diff to current |
next |