| Commit message (Expand) | Author | Age | Files | Lines |
* | Try harder to reset shift state with AIX iconv(). (#467537) | Matthias Clasen | 2007-11-08 | 1 | -8/+7 |
* | Define G_GNUC_INTERNAL for Sun Studio as __hidden. (#342981, Brian | Matthias Clasen | 2007-01-27 | 1 | -1/+2 |
* | Consistently use gsize rather than size_t. (#333310, Morten Welinder) | Matthias Clasen | 2006-12-28 | 1 | -6/+6 |
* | Add hints for locale-dependent interfaces. Add hints for locale-dependent | Matthias Clasen | 2006-12-27 | 1 | -12/+17 |
* | Improve formatting of docs. | Matthias Clasen | 2006-12-27 | 1 | -2/+2 |
* | Don't use alloca and avoid allocating memory for small keys that are | Matthias Clasen | 2006-12-15 | 1 | -11/+29 |
* | Fix the pthread compiler flag detection. | Matthias Clasen | 2006-08-26 | 1 | -39/+2 |
* | 2.12.1GLIB_2_12_1 | Matthias Clasen | 2006-07-22 | 1 | -1/+1 |
* | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 2006-05-10 | 1 | -1/+1 |
* | reviewed by: Matthias Clasen <mclasen@redhat.com> | Bastien Nocera | 2006-04-12 | 1 | -1/+2 |
* | Move short_month_names and long_month_names to bss. | Matthias Clasen | 2006-04-04 | 1 | -5/+1 |
* | Fix bug 326747, Alberto Ruiz: | Matthias Clasen | 2006-01-16 | 1 | -10/+20 |
* | Enable the endianness test. | Matthias Clasen | 2005-08-08 | 1 | -0/+43 |
* | Don't go in an infinite loop if the input text ends in an incomplete | Matthias Clasen | 2005-08-02 | 1 | -0/+1 |
* | Remove accidental documentation redundancies | Matthias Clasen | 2005-08-02 | 1 | -16/+0 |
* | Cleanup converter state after the conversion. Document streaming | Matthias Clasen | 2005-08-02 | 1 | -108/+167 |
* | Don't call g_set_error() unless the GError pointer is non-NULL. This | Tor Lillqvist | 2005-04-27 | 1 | -19/+27 |
* | Clarify docs in some places. (#172404, Morten Welinder) | Matthias Clasen | 2005-04-05 | 1 | -10/+19 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Don't crash if G_FILENAME_ENCODING is empty. (#164330, Pawel Sakowski) | Matthias Clasen | 2005-01-17 | 1 | -1/+1 |
* | Improve docs. | Tor Lillqvist | 2004-12-20 | 1 | -3/+5 |
* | Fix spelling Add g_return_val_if_fail. | Alexander Larsson | 2004-12-15 | 1 | -1/+3 |
* | Add g_filename_display_basename. | Alexander Larsson | 2004-12-15 | 1 | -0/+36 |
* | glib/glib.symbols Implement Windows DLL ABI stability also for | Tor Lillqvist | 2004-12-12 | 1 | -3/+54 |
* | Fix typo in doc comment. | Tor Lillqvist | 2004-11-10 | 1 | -1/+1 |
* | Document that the result is guaranteed to be non-NULL. | Tor Lillqvist | 2004-11-04 | 1 | -1/+4 |
* | *** empty log message *** | Matthias Clasen | 2004-11-02 | 1 | -2/+2 |
* | New function to convert a filename to a UTF-8 string for display purposes. | Matthias Clasen | 2004-11-02 | 1 | -58/+175 |
* | glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c | Matthias Clasen | 2004-11-01 | 1 | -1/+1 |
* | Introduce the idea of a filename encoding, which is *literally* the | Matthias Clasen | 2004-10-27 | 1 | -4/+79 |
* | Add some uri list tests.c. | Matthias Clasen | 2004-10-22 | 1 | -0/+73 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Add a G_GNUC_INTERNAL macro to mark function declarations as internal and | Matthias Clasen | 2004-08-02 | 1 | -1/+1 |
* | Don't validate for UTF-8 here. (#148420, Robert Ă–gren) | Matthias Clasen | 2004-07-30 | 1 | -1/+1 |
* | Fixes #140532. | Federico Mena Quintero | 2004-06-08 | 1 | -23/+15 |
* | Quote the file scheme to mark it as untranslatable. String change. | Matthias Clasen | 2004-05-06 | 1 | -1/+1 |
* | Don't call g_strerror() here, since it can lead to infinite recursion. | Matthias Clasen | 2004-04-23 | 1 | -2/+2 |
* | get_filename_charset() needs to return false for filenames not encoded in | Hans Breuer | 2003-12-13 | 1 | -1/+6 |
* | re-work to retain a copy of the cached charset rather than the actual | Mark McLoughlin | 2003-11-09 | 1 | -14/+50 |
* | Replacement for have_broken_filenames() which consults the environment | Matthias Clasen | 2003-11-05 | 1 | -23/+68 |
* | Force shared library (DLL) only on Windows. (I don't think that is | Tor Lillqvist | 2003-10-24 | 1 | -1/+1 |
* | Drop the Win32-specific implementation. It used WideCharToMultiByte(), | Tor Lillqvist | 2003-08-13 | 1 | -226/+6 |
* | Use gchar, gint, gsize instead of char, int, size_t in the interface for | Matthias Clasen | 2003-07-29 | 1 | -6/+6 |
* | Remove some explicit Docbook markup which is no longer necessary | Matthias Clasen | 2003-07-25 | 1 | -4/+4 |
* | Use C99 style \uxxxx and \Uxxxxyyyy escapes instead for fallback instead | Abigail Brady | 2003-06-25 | 1 | -3/+2 |
* | Get rid of UNSAFE_DOS_PATH. (acceptable): Align with RFC2396. (#59653) | Matthias Clasen | 2003-03-30 | 1 | -7/+5 |
* | Fixes for #101264 and #99372: | Sebastian Wilhelmi | 2003-02-14 | 1 | -1/+2 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -1/+1 |
* | Include a printf implementation supporting C99 snprintf and SUS | Matthias Clasen | 2002-11-21 | 1 | -1/+2 |
* | validate 'len' argument properly for the case that input string is not | Hidetoshi Tajima | 2002-08-20 | 1 | -1/+1 |