Move install docs into reference manual.
[platform/upstream/glib.git] / glib /
2003-04-07 Owen TaylorWhen waiting for the main loop to be freed up, wait...
2003-04-06 Matthias ClasenWarn if p == NULL && max != 0. (#110087)
2003-04-01 Tor LillqvistAdd g_string_chunk_insert_len.
2003-03-31 Matthias ClasenNew function, to insert possible non-nul-terminated...
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-03-30 Matthias Clasen2003-03-a30 Matthias Clasen <maclas@gmx.de>
2003-03-30 Matthias ClasenAdd cp1251 support for Solaris. (#104738, Hidetoshi...
2003-03-30 Matthias ClasenGet rid of UNSAFE_DOS_PATH. (acceptable): Align with...
2003-03-19 Matthias ClasenFix docs.
2003-03-14 Sebastian WilhelmiDo not define function g_thread_init_glib, if not G_THR...
2003-03-06 Matthias ClasenFix FALSE/NULL confusion. (#107646, Morten Welinder)
2003-03-04 James Henstridgerequire automake 1.7. Add calls to libtoolize and gtkdo...
2003-02-26 Matthias ClasenUse g_strndup, not g_strdup, since we know the length...
2003-02-25 Matthias ClasenUse g_malloc instead of directly using malloc.
2003-02-25 Tor LillqvistAdd a couple of missing entries, thanks to Cedric Gusti...
2003-02-23 Matthias ClasenClarify documentation.
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2003-02-11 Sebastian WilhelmiChanged my e-mail address. Removed my e-mail address.
2003-02-06 Matthias ClasenFix a bunch of typos in header comments. (#102422,...
2003-02-04 Tor LillqvistFix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed...
2003-01-13 Thomas Vander Sticheledoc update
2003-01-12 Tor LillqvistAdd some missing entries. Thanks to Kenichi SUTO.
2003-01-05 Ron Steinke(Ancient, binary compatible fixes found sitting in...
2003-01-04 Tor Lillqvist[Win32] Install also the .def files, to help users...
2003-01-04 Tor LillqvistDon't claim broken pipes are unreadable. (Well, they...
2003-01-02 Tor LillqvistCorrect the comment telling what headers have the decla...
2003-01-01 Tor LillqvistCheck the C stdout and stderr streams for validity...
2003-01-01 Tor LillqvistMove the alloc_console_called static flag inside these...
2003-01-01 Tor LillqvistNew function, parallel to ensure_stdout_valid(). #defin...
2002-12-19 Manish Singhnew endian asm for ia64 and x86_64, general reorg and...
2002-12-17 Tor LillqvistImprovement based on suggestion by Thorsten Maerz:
2002-12-16 Tor LillqvistFix potential heap corruption. Sometimes called g_free...
2002-12-15 Tor LillqvistAdd g_rand_init.
2002-12-15 Owen TaylorHP-UX 10 xshares the same non-posix getpwuid_r signatur...
2002-12-15 Owen TaylorMark the contents of the strucures in this file /*...
2002-12-15 Owen TaylorBreak _g_locale_charset() into two pieces - a fast...
2002-12-15 Matthias ClasenSet TRIO_LIBS when building with trio.
2002-12-15 Matthias ClasenAdd gprintfint.h and trio.
2002-12-14 Manish SinghFix typo. Missing '%' in my last commit.
2002-12-13 Matthias ClasenAdd -lm for pow().
2002-12-12 Manish Singhpull in trio if host printf doesn't have a known way...
2002-12-11 Tor LillqvistFix off-by-one error. (#100853)
2002-12-11 Owen TaylorInclude string.h, supress a warning.
2002-12-10 Sebastian WilhelmiImprove generation of pseudo-random integers. (#99720...
2002-12-09 Owen TaylorGuard against the POSIX allowed behavior where access...
2002-12-06 Owen TaylorAvoid literal UTF-8. (Allow it to build with IRIX cc...
2002-12-06 Owen TaylorDon't distribute ref-add/del.sed., fixing problem with...
2002-12-05 Matthias ClasenAdd Since and Deprecation info for symbols documented...
2002-12-05 Owen Taylor.cvsignore updates
2002-12-05 Owen TaylorStart of fixes for cross-compilation. Based on patches...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-12-03 Frédéric CrozatFix typo from previous commit
2002-12-03 James M. CapeCheck for NULL before doing anything.
2002-11-29 Matthias ClasenIt is a 2.2 addition.
2002-11-28 Matthias ClasenAdjust to changed parameter names.
2002-11-28 Matthias ClasenMove some docs inline, and add deprecation information...
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-11-27 Matthias ClasenUse G_LIKELY without surrounding parentheses in g_asser...
2002-11-26 Matthias ClasenOnly use G_LIKELY in g_assert() and g_return_[val]_if_f...
2002-11-26 Owen TaylorAvoid non-ANSI pointer comparison. (#54344, Morten...
2002-11-26 Sebastian WilhelmiImproved the seeding algorithm. Old behaviour can be...
2002-11-26 Matthias ClasenFix the non-gcc-3.x definitions of G_LIKELY and G_UNLIK...
2002-11-25 Matthias ClasenDocument that the varargs must be NULL-terminated....
2002-11-25 Matthias ClasenRemove the (no longer effective) empty if-branch.
2002-11-22 Matthias ClasenAdd Copyright notice.
2002-11-22 Owen TaylorRemove broken G_HIDDEN_SYMBOL definition which wasn...
2002-11-21 Owen TaylorPatch from Morten Welinder to make ghash.c properly...
2002-11-21 Owen TaylorAdd G_GNUC_DEPRECATED. (Tom Tromey, #87969)
2002-11-21 Tor LillqvistHardcode 2.0 in the names, as that is what Makefile...
2002-11-21 Tor LillqvistUpdate to match what is currently produced by autotools.
2002-11-21 Matthias Clasen Include a printf implementation supporting C99 snprint...
2002-11-20 Matthias ClasenUse G_LIKELY. (#69022)
2002-11-19 Owen TaylorFix strtull/strtoull type in docs (#99012, Morten Welin...
2002-11-18 Tor LillqvistDo handle G_SPAWN_DO_NOT_REAP_CHILD after all, similari...
2002-11-17 Tor Lillqvist[Win32] Fix the asynchronous g_spawn* to return the...
2002-11-17 Tor LillqvistIgnore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be...
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2002-11-08 Owen TaylorPatch from Havoc Pennington to add functions for settin...
2002-11-06 Tor LillqvistAdd g_main_thread_init.
2002-11-06 Matthias ClasenMinor doc markup fix.
2002-11-04 Owen TaylorInclude config.h so DISABLE_MEMPOOLS actually has an...
2002-11-02 Daniel ElstnerFix left_len calculation in the from UTF-8 to UTF-8...
2002-10-26 Tor LillqvistDon't set on Win32, only causes trouble.
2002-10-18 Manish Singhavoid creating negative values out of unsigned values...
2002-10-14 Owen TaylorFix a memory leak. (#94550, Sebastian Rittau)
2002-10-14 Owen TaylorMake prefix argument const. (#91662, Gustavo Carneiro)
2002-10-12 Tim Janikfix comment. (g_ascii_strtoull): new function, acting...
2002-10-12 Soeren SandmannDocumentation fixes: #71778, Owen Taylor; #85095, Bill...
2002-10-10 Tim Janikif input_name is NULL, print out "<memory>" instead...
2002-09-23 Arvind Sampturwhen the child fails we need to reap it to avoid a...
2002-09-20 Matthias ClasenDon't print scanner->input_name when it is NULL. (...
2002-09-01 Soeren SandmannDocumentation fixes: (#75255, Martin Schulze; #76104...
2002-08-20 Hidetoshi Tajimavalidate 'len' argument properly for the case that...
2002-08-07 Matthias ClasenUse g_return_val_if_fail, no g_return_if_fail.
2002-08-06 Sebastian WilhelmiFactor out g_main_context_init_pipe from g_main_context...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
2002-07-26 Owen Taylorhu Jul 25 14:23:15 2002 Owen Taylor <otaylor@redhat...
2002-07-26 Matthias ClasenNew function to revert a utf8 string. Gone, replaced...
2002-07-26 Owen TaylorFix docs for @str_return to conform to the main docs...
2002-07-25 Owen TaylorHandle the end of the string properly when max_len...
next