2003-07-09 |
Manish Singh | check if context->poll_chunk is set before trying to... |
tree | commitdiff |
2003-07-09 |
Matthias Clasen | Doc additions. |
tree | commitdiff |
2003-07-09 |
Morten Welinder | Avoid var declaration after statement. |
tree | commitdiff |
2003-07-08 |
Matthias Clasen | Support for one-time initialization functions. (#69668... |
tree | commitdiff |
2003-07-01 |
Matthias Clasen | Move g_strfreev() docs inline. |
tree | commitdiff |
2003-06-25 |
Abigail Brady | Use C99 style \uxxxx and \Uxxxxyyyy escapes instead... |
tree | commitdiff |
2003-06-25 |
Tor Lillqvist | Pass real &optval and &optlen to getsockopt() instead... |
tree | commitdiff |
2003-06-18 |
Matthias Clasen | Move the documentation inline and add details. (#108505... |
tree | commitdiff |
2003-06-11 |
Tor Lillqvist | libtool 1.5 installs DLLs in the bin subdirectory,... |
tree | commitdiff |
2003-06-08 |
Tor Lillqvist | Fix indentation and spacing. Use INADDR_LOOPBACK instead of |
tree | commitdiff |
2003-06-07 |
Andy Lanoix | Resolved thread deadlocks in socket ichannel code to... |
tree | commitdiff |
2003-06-06 |
Owen Taylor | When dispatching a source that is !CAN_RECURSE, tempora... |
tree | commitdiff |
2003-06-05 |
Matthias Clasen | Use g_vasprintf() and g_string_append_len(), thus enabl... |
tree | commitdiff |
2003-06-05 |
Matthias Clasen | Synchronize argument names with headers and docs. ... |
tree | commitdiff |
2003-06-05 |
Tor Lillqvist | glib/giochannel.h Remove bogus (Win32-only) declaration of |
tree | commitdiff |
2003-06-04 |
Noah Levitt | Fix typo (#114375). Also, make the function static. |
tree | commitdiff |
2003-06-02 |
Owen Taylor | Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825) |
tree | commitdiff |
2003-06-01 |
Owen Taylor | Put the g_return_val_if_fail() in the right place. |
tree | commitdiff |
2003-05-31 |
Ray Strode | Fix typo: should be G_IO_ERROR_UNKNOWN not G_ERROR_ERRO... |
tree | commitdiff |
2003-05-30 |
Owen Taylor | glib/gstrfuncs.c (g_ascii_strncasecmp) Use TOLOWER... |
tree | commitdiff |
2003-05-30 |
Owen Taylor | Silently return G_IO_CHANNEL_ERROR_FAILED for EINTR... |
tree | commitdiff |
2003-05-30 |
Owen Taylor | Do a g_return_val_if_fail() on err == NULL to be a... |
tree | commitdiff |
2003-05-28 |
Owen Taylor | __PRETTY_FUNCTION__ was made a non-token before gcc... |
tree | commitdiff |
2003-05-27 |
Matthias Clasen | Use memcpy instead of strcpy. (#106988, Christian Biere) |
tree | commitdiff |
2003-05-23 |
Noah Levitt | Fix typo in UNICODE_VALID (related to #107427). |
tree | commitdiff |
2003-05-23 |
Noah Levitt | Remove stale comment. |
tree | commitdiff |
2003-05-22 |
Noah Levitt | Update g_unichar_iswide to Unicode 4.0 (#113404). |
tree | commitdiff |
2003-05-21 |
Noah Levitt | Fix obscure typo in case conversion routine (#113469). |
tree | commitdiff |
2003-05-20 |
Noah Levitt | Fix cut-and-pasto: g_unichar_break_type should return |
tree | commitdiff |
2003-05-19 |
Noah Levitt | Remove unused function g_list_sort2 (bug #113203). |
tree | commitdiff |
2003-05-19 |
Noah Levitt | Fix off-by-one error in g_unicode_canonical_ordering... |
tree | commitdiff |
2003-05-05 |
Matthias Clasen | Some doc fixes. (#111805) |
tree | commitdiff |
2003-04-07 |
Owen Taylor | When waiting for the main loop to be freed up, wait... |
tree | commitdiff |
2003-04-06 |
Matthias Clasen | Warn if p == NULL && max != 0. (#110087) |
tree | commitdiff |
2003-04-01 |
Tor Lillqvist | Add g_string_chunk_insert_len. |
tree | commitdiff |
2003-03-31 |
Matthias Clasen | New function, to insert possible non-nul-terminated... |
tree | commitdiff |
2003-03-30 |
Matthias Clasen | Optimize the common cases (init == NULL or init ==... |
tree | commitdiff |
2003-03-30 |
Matthias Clasen | 2003-03-a30 Matthias Clasen <maclas@gmx.de> |
tree | commitdiff |
2003-03-30 |
Matthias Clasen | Add cp1251 support for Solaris. (#104738, Hidetoshi... |
tree | commitdiff |
2003-03-30 |
Matthias Clasen | Get rid of UNSAFE_DOS_PATH. (acceptable): Align with... |
tree | commitdiff |
2003-03-19 |
Matthias Clasen | Fix docs. |
tree | commitdiff |
2003-03-14 |
Sebastian Wilhelmi | Do not define function g_thread_init_glib, if not G_THR... |
tree | commitdiff |
2003-03-06 |
Matthias Clasen | Fix FALSE/NULL confusion. (#107646, Morten Welinder) |
tree | commitdiff |
2003-03-04 |
James Henstridge | require automake 1.7. Add calls to libtoolize and gtkdo... |
tree | commitdiff |
2003-02-26 |
Matthias Clasen | Use g_strndup, not g_strdup, since we know the length... |
tree | commitdiff |
2003-02-25 |
Matthias Clasen | Use g_malloc instead of directly using malloc. |
tree | commitdiff |
2003-02-25 |
Tor Lillqvist | Add a couple of missing entries, thanks to Cedric Gusti... |
tree | commitdiff |
2003-02-23 |
Matthias Clasen | Clarify documentation. |
tree | commitdiff |
2003-02-14 |
Sebastian Wilhelmi | Fixes for #101264 and #99372: |
tree | commitdiff |
2003-02-11 |
Sebastian Wilhelmi | Changed my e-mail address. Removed my e-mail address. |
tree | commitdiff |
2003-02-06 |
Matthias Clasen | Fix a bunch of typos in header comments. (#102422,... |
tree | commitdiff |
2003-02-04 |
Tor Lillqvist | Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed... |
tree | commitdiff |
2003-01-13 |
Thomas Vander Stichele | doc update |
tree | commitdiff |
2003-01-12 |
Tor Lillqvist | Add some missing entries. Thanks to Kenichi SUTO. |
tree | commitdiff |
2003-01-05 |
Ron Steinke | (Ancient, binary compatible fixes found sitting in... |
tree | commitdiff |
2003-01-04 |
Tor Lillqvist | [Win32] Install also the .def files, to help users... |
tree | commitdiff |
2003-01-04 |
Tor Lillqvist | Don't claim broken pipes are unreadable. (Well, they... |
tree | commitdiff |
2003-01-02 |
Tor Lillqvist | Correct the comment telling what headers have the decla... |
tree | commitdiff |
2003-01-01 |
Tor Lillqvist | Check the C stdout and stderr streams for validity... |
tree | commitdiff |
2003-01-01 |
Tor Lillqvist | Move the alloc_console_called static flag inside these... |
tree | commitdiff |
2003-01-01 |
Tor Lillqvist | New function, parallel to ensure_stdout_valid(). #defin... |
tree | commitdiff |
2002-12-19 |
Manish Singh | new endian asm for ia64 and x86_64, general reorg and... |
tree | commitdiff |
2002-12-17 |
Tor Lillqvist | Improvement based on suggestion by Thorsten Maerz: |
tree | commitdiff |
2002-12-16 |
Tor Lillqvist | Fix potential heap corruption. Sometimes called g_free... |
tree | commitdiff |
2002-12-15 |
Tor Lillqvist | Add g_rand_init. |
tree | commitdiff |
2002-12-15 |
Owen Taylor | HP-UX 10 xshares the same non-posix getpwuid_r signatur... |
tree | commitdiff |
2002-12-15 |
Owen Taylor | Mark the contents of the strucures in this file /*... |
tree | commitdiff |
2002-12-15 |
Owen Taylor | Break _g_locale_charset() into two pieces - a fast... |
tree | commitdiff |
2002-12-15 |
Matthias Clasen | Set TRIO_LIBS when building with trio. |
tree | commitdiff |
2002-12-15 |
Matthias Clasen | Add gprintfint.h and trio. |
tree | commitdiff |
2002-12-14 |
Manish Singh | Fix typo. Missing '%' in my last commit. |
tree | commitdiff |
2002-12-13 |
Matthias Clasen | Add -lm for pow(). |
tree | commitdiff |
2002-12-12 |
Manish Singh | pull in trio if host printf doesn't have a known way... |
tree | commitdiff |
2002-12-11 |
Tor Lillqvist | Fix off-by-one error. (#100853) |
tree | commitdiff |
2002-12-11 |
Owen Taylor | Include string.h, supress a warning. |
tree | commitdiff |
2002-12-10 |
Sebastian Wilhelmi | Improve generation of pseudo-random integers. (#99720... |
tree | commitdiff |
2002-12-09 |
Owen Taylor | Guard against the POSIX allowed behavior where access... |
tree | commitdiff |
2002-12-06 |
Owen Taylor | Avoid literal UTF-8. (Allow it to build with IRIX cc... |
tree | commitdiff |
2002-12-06 |
Owen Taylor | Don't distribute ref-add/del.sed., fixing problem with... |
tree | commitdiff |
2002-12-05 |
Matthias Clasen | Add Since and Deprecation info for symbols documented... |
tree | commitdiff |
2002-12-05 |
Owen Taylor | .cvsignore updates |
tree | commitdiff |
2002-12-05 |
Owen Taylor | Start of fixes for cross-compilation. Based on patches... |
tree | commitdiff |
2002-12-04 |
Owen Taylor | Patch from Sven Neumann to make the include order consi... |
tree | commitdiff |
2002-12-03 |
Frédéric Crozat | Fix typo from previous commit |
tree | commitdiff |
2002-12-03 |
James M. Cape | Check for NULL before doing anything. |
tree | commitdiff |
2002-11-29 |
Matthias Clasen | It is a 2.2 addition. |
tree | commitdiff |
2002-11-28 |
Matthias Clasen | Adjust to changed parameter names. |
tree | commitdiff |
2002-11-28 |
Matthias Clasen | Move some docs inline, and add deprecation information... |
tree | commitdiff |
2002-11-28 |
Matthias Clasen | Mark 2.2 API additions. |
tree | commitdiff |
2002-11-27 |
Matthias Clasen | Use G_LIKELY without surrounding parentheses in g_asser... |
tree | commitdiff |
2002-11-26 |
Matthias Clasen | Only use G_LIKELY in g_assert() and g_return_[val]_if_f... |
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-26 |
Matthias Clasen | Fix the non-gcc-3.x definitions of G_LIKELY and G_UNLIK... |
tree | commitdiff |
2002-11-25 |
Matthias Clasen | Document that the varargs must be NULL-terminated.... |
tree | commitdiff |
2002-11-25 |
Matthias Clasen | Remove the (no longer effective) empty if-branch. |
tree | commitdiff |
2002-11-22 |
Matthias Clasen | Add Copyright notice. |
tree | commitdiff |
2002-11-22 |
Owen Taylor | Remove broken G_HIDDEN_SYMBOL definition which wasn... |
tree | commitdiff |
2002-11-21 |
Owen Taylor | Patch from Morten Welinder to make ghash.c properly... |
tree | commitdiff |
2002-11-21 |
Owen Taylor | Add G_GNUC_DEPRECATED. (Tom Tromey, #87969) |
tree | commitdiff |
next |