summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of typos in header comments. (#102422, Morten Welinder)Matthias Clasen2003-02-067-26/+25
* Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by DanielTor Lillqvist2003-02-044-13/+124
* doc updateThomas Vander Stichele2003-01-131-1/+1
* Add some missing entries. Thanks to Kenichi SUTO.Tor Lillqvist2003-01-121-0/+3
* (Ancient, binary compatible fixes found sitting in my tree)Ron Steinke2003-01-051-1/+10
* [Win32] Install also the .def files, to help users generate importTor Lillqvist2003-01-041-1/+3
* Don't claim broken pipes are unreadable. (Well, they are, but read()Tor Lillqvist2003-01-041-1/+1
* Correct the comment telling what headers have the declarations of someTor Lillqvist2003-01-022-9/+10
* Check the C stdout and stderr streams for validity, instead of whatTor Lillqvist2003-01-011-3/+4
* Move the alloc_console_called static flag inside these two functions.Tor Lillqvist2003-01-011-1/+2
* New function, parallel to ensure_stdout_valid(). #defined as empty onTor Lillqvist2003-01-011-4/+39
* new endian asm for ia64 and x86_64, general reorg and clean up. NewManish Singh2002-12-191-75/+142
* Improvement based on suggestion by Thorsten Maerz:Tor Lillqvist2002-12-171-101/+118
* Fix potential heap corruption. Sometimes called g_free() on stringTor Lillqvist2002-12-161-1/+2
* Add g_rand_init.Tor Lillqvist2002-12-151-0/+1
* HP-UX 10 xshares the same non-posix getpwuid_r signature as AIX. (#100756,Owen Taylor2002-12-151-1/+2
* Mark the contents of the strucures in this file /*< private >*/Owen Taylor2002-12-152-8/+12
* Break _g_locale_charset() into two pieces - a fast "raw" piece, and a slowOwen Taylor2002-12-154-36/+103
* Set TRIO_LIBS when building with trio.Matthias Clasen2002-12-151-1/+1
* Add gprintfint.h and trio.Matthias Clasen2002-12-156-18/+189
* Fix typo. Missing '%' in my last commit.Manish Singh2002-12-141-1/+1
* Add -lm for pow().Matthias Clasen2002-12-131-0/+10
* pull in trio if host printf doesn't have a known way of printing 64-bitManish Singh2002-12-122-22/+1
* Fix off-by-one error. (#100853)Tor Lillqvist2002-12-113-3/+7
* Include string.h, supress a warning.Owen Taylor2002-12-111-0/+2
* Improve generation of pseudo-random integers. (#99720, Morten WelinderSebastian Wilhelmi2002-12-101-27/+55
* Guard against the POSIX allowed behavior where access (file, X_OK)Owen Taylor2002-12-091-5/+50
* Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)Owen Taylor2002-12-062-149/+151
* Don't distribute ref-add/del.sed., fixing problem with srcdir != destdir.Owen Taylor2002-12-061-2/+0
* Add Since and Deprecation info for symbols documented in the templates.Matthias Clasen2002-12-051-0/+1
* .cvsignore updatesOwen Taylor2002-12-051-0/+6
* Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz,Owen Taylor2002-12-052-1/+3
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-0443-85/+111
* Fix typo from previous commitFrédéric Crozat2002-12-031-1/+1
* Check for NULL before doing anything.James M. Cape2002-12-031-6/+26
* It is a 2.2 addition.Matthias Clasen2002-11-291-1/+1
* Adjust to changed parameter names.Matthias Clasen2002-11-283-15/+19
* Move some docs inline, and add deprecation information. To see the list ofMatthias Clasen2002-11-285-12/+115
* Mark 2.2 API additions.Matthias Clasen2002-11-284-0/+20
* Use G_LIKELY without surrounding parentheses in g_assert() andMatthias Clasen2002-11-272-8/+8
* Only use G_LIKELY in g_assert() and g_return_[val]_if_fail() if it isMatthias Clasen2002-11-261-2/+2
* Avoid non-ANSI pointer comparison. (#54344, Morten Welinder)Owen Taylor2002-11-261-7/+9
* Improved the seeding algorithm. Old behaviour can be achived by settingSebastian Wilhelmi2002-11-261-11/+64
* Fix the non-gcc-3.x definitions of G_LIKELY and G_UNLIKELY. (Reported byMatthias Clasen2002-11-261-2/+21
* Document that the varargs must be NULL-terminated. (#99510)Matthias Clasen2002-11-251-2/+2
* Remove the (no longer effective) empty if-branch.Matthias Clasen2002-11-252-8/+20
* Add Copyright notice.Matthias Clasen2002-11-221-0/+22
* Remove broken G_HIDDEN_SYMBOL definition which wasn't supposed to beOwen Taylor2002-11-221-7/+0
* Patch from Morten Welinder to make ghash.c properly obeyOwen Taylor2002-11-211-4/+29
* Add G_GNUC_DEPRECATED. (Tom Tromey, #87969)Owen Taylor2002-11-211-0/+14