| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bunch of typos in header comments. (#102422, Morten Welinder) | Matthias Clasen | 2003-02-06 | 7 | -26/+25 |
* | Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by Daniel | Tor Lillqvist | 2003-02-04 | 4 | -13/+124 |
* | doc update | Thomas Vander Stichele | 2003-01-13 | 1 | -1/+1 |
* | Add some missing entries. Thanks to Kenichi SUTO. | Tor Lillqvist | 2003-01-12 | 1 | -0/+3 |
* | (Ancient, binary compatible fixes found sitting in my tree) | Ron Steinke | 2003-01-05 | 1 | -1/+10 |
* | [Win32] Install also the .def files, to help users generate import | Tor Lillqvist | 2003-01-04 | 1 | -1/+3 |
* | Don't claim broken pipes are unreadable. (Well, they are, but read() | Tor Lillqvist | 2003-01-04 | 1 | -1/+1 |
* | Correct the comment telling what headers have the declarations of some | Tor Lillqvist | 2003-01-02 | 2 | -9/+10 |
* | Check the C stdout and stderr streams for validity, instead of what | Tor Lillqvist | 2003-01-01 | 1 | -3/+4 |
* | Move the alloc_console_called static flag inside these two functions. | Tor Lillqvist | 2003-01-01 | 1 | -1/+2 |
* | New function, parallel to ensure_stdout_valid(). #defined as empty on | Tor Lillqvist | 2003-01-01 | 1 | -4/+39 |
* | new endian asm for ia64 and x86_64, general reorg and clean up. New | Manish Singh | 2002-12-19 | 1 | -75/+142 |
* | Improvement based on suggestion by Thorsten Maerz: | Tor Lillqvist | 2002-12-17 | 1 | -101/+118 |
* | Fix potential heap corruption. Sometimes called g_free() on string | Tor Lillqvist | 2002-12-16 | 1 | -1/+2 |
* | Add g_rand_init. | Tor Lillqvist | 2002-12-15 | 1 | -0/+1 |
* | HP-UX 10 xshares the same non-posix getpwuid_r signature as AIX. (#100756, | Owen Taylor | 2002-12-15 | 1 | -1/+2 |
* | Mark the contents of the strucures in this file /*< private >*/ | Owen Taylor | 2002-12-15 | 2 | -8/+12 |
* | Break _g_locale_charset() into two pieces - a fast "raw" piece, and a slow | Owen Taylor | 2002-12-15 | 4 | -36/+103 |
* | Set TRIO_LIBS when building with trio. | Matthias Clasen | 2002-12-15 | 1 | -1/+1 |
* | Add gprintfint.h and trio. | Matthias Clasen | 2002-12-15 | 6 | -18/+189 |
* | Fix typo. Missing '%' in my last commit. | Manish Singh | 2002-12-14 | 1 | -1/+1 |
* | Add -lm for pow(). | Matthias Clasen | 2002-12-13 | 1 | -0/+10 |
* | pull in trio if host printf doesn't have a known way of printing 64-bit | Manish Singh | 2002-12-12 | 2 | -22/+1 |
* | Fix off-by-one error. (#100853) | Tor Lillqvist | 2002-12-11 | 3 | -3/+7 |
* | Include string.h, supress a warning. | Owen Taylor | 2002-12-11 | 1 | -0/+2 |
* | Improve generation of pseudo-random integers. (#99720, Morten Welinder | Sebastian Wilhelmi | 2002-12-10 | 1 | -27/+55 |
* | Guard against the POSIX allowed behavior where access (file, X_OK) | Owen Taylor | 2002-12-09 | 1 | -5/+50 |
* | Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren) | Owen Taylor | 2002-12-06 | 2 | -149/+151 |
* | Don't distribute ref-add/del.sed., fixing problem with srcdir != destdir. | Owen Taylor | 2002-12-06 | 1 | -2/+0 |
* | Add Since and Deprecation info for symbols documented in the templates. | Matthias Clasen | 2002-12-05 | 1 | -0/+1 |
* | .cvsignore updates | Owen Taylor | 2002-12-05 | 1 | -0/+6 |
* | Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz, | Owen Taylor | 2002-12-05 | 2 | -1/+3 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 43 | -85/+111 |
* | Fix typo from previous commit | Frédéric Crozat | 2002-12-03 | 1 | -1/+1 |
* | Check for NULL before doing anything. | James M. Cape | 2002-12-03 | 1 | -6/+26 |
* | It is a 2.2 addition. | Matthias Clasen | 2002-11-29 | 1 | -1/+1 |
* | Adjust to changed parameter names. | Matthias Clasen | 2002-11-28 | 3 | -15/+19 |
* | Move some docs inline, and add deprecation information. To see the list of | Matthias Clasen | 2002-11-28 | 5 | -12/+115 |
* | Mark 2.2 API additions. | Matthias Clasen | 2002-11-28 | 4 | -0/+20 |
* | Use G_LIKELY without surrounding parentheses in g_assert() and | Matthias Clasen | 2002-11-27 | 2 | -8/+8 |
* | Only use G_LIKELY in g_assert() and g_return_[val]_if_fail() if it is | Matthias Clasen | 2002-11-26 | 1 | -2/+2 |
* | Avoid non-ANSI pointer comparison. (#54344, Morten Welinder) | Owen Taylor | 2002-11-26 | 1 | -7/+9 |
* | Improved the seeding algorithm. Old behaviour can be achived by setting | Sebastian Wilhelmi | 2002-11-26 | 1 | -11/+64 |
* | Fix the non-gcc-3.x definitions of G_LIKELY and G_UNLIKELY. (Reported by | Matthias Clasen | 2002-11-26 | 1 | -2/+21 |
* | Document that the varargs must be NULL-terminated. (#99510) | Matthias Clasen | 2002-11-25 | 1 | -2/+2 |
* | Remove the (no longer effective) empty if-branch. | Matthias Clasen | 2002-11-25 | 2 | -8/+20 |
* | Add Copyright notice. | Matthias Clasen | 2002-11-22 | 1 | -0/+22 |
* | Remove broken G_HIDDEN_SYMBOL definition which wasn't supposed to be | Owen Taylor | 2002-11-22 | 1 | -7/+0 |
* | Patch from Morten Welinder to make ghash.c properly obey | Owen Taylor | 2002-11-21 | 1 | -4/+29 |
* | Add G_GNUC_DEPRECATED. (Tom Tromey, #87969) | Owen Taylor | 2002-11-21 | 1 | -0/+14 |