[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / grand.c
2014-09-15 Sebastian Drögegrand: Only use rand_s() when targetting Visual Studio...
2014-03-30 Volker Sobekdocs: Remove escaping '\' from literals
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenConvert external links to markdown syntax
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-02-02 Matthias Clasengrand: formatting cleanups
2014-02-01 Matthias Clasendocs: Stop using the function tag
2014-01-31 Matthias ClasenDocs: don't use the warning tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-31 Matthias ClasenDocs: don't use the structname tag
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-06 Ryan Lortiegrand: restructure a bit
2013-10-25 Ryan Lortiewin32: use real random data for seed on win32
2013-10-23 Colin Waltersgrand: Document this is not for cryptographic purposes
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-06-22 Colin WaltersGRand: Check return value of fopen directly
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-17 Matthias ClasenMore include cleanups
2011-10-16 Matthias ClasenInclude genviron.h where necessary
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieGRand: Make sure to g_thread_init_glib()
2011-09-09 Ryan LortieGRand: remove setup from g_thread_init_glib
2011-06-04 Matthias ClasenGRand: avoid overflow
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-17 Javier Jardóngrand: Fix URLs for info on the Mersenne Twister
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Emmanuele BassiBuild fixes for the fall-out of the inclusion changes
2010-09-04 Matthias ClasenRemove eexcessive header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-30 Ryan LortieGRand: move docs from tmpl to inline comments
2009-08-28 Matthias ClasenRead /dev/urandom unbuffered
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-04-26 Matthias ClasenDon't repeat a failed fclose() call, since that invokes...
2006-01-30 David SchleefUpdate URL
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-02-24 Sebastian WilhelmiAdd Since: 2.4, where due
2004-01-23 Tor LillqvistDon't include <unistd.h> unless HAVE_UNISTD_H. Include...
2004-01-10 George LeblAdd the init_by_array functionality from the reference...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2003-02-11 Sebastian WilhelmiChanged my e-mail address. Removed my e-mail address.
2002-12-11 Owen TaylorInclude string.h, supress a warning.
2002-12-10 Sebastian WilhelmiImprove generation of pseudo-random integers. (#99720...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-26 Sebastian WilhelmiImproved the seeding algorithm. Old behaviour can be...
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2001-12-12 Matthias ClasenDocumentation fixes.
2001-09-27 Manish Singhfix typo (#if->#ifdef) so it compiles again.
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2000-12-19 Sebastian WilhelmiUpdated G_RAND_DOUBLE_TRANSFORM to be more accurate...
2000-10-13 Sebastian WilhelmiAdded inline documentation.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-07 Sebastian WilhelmiFixed bug. Thanks to Marko Kreen <marko@l-t.ee> for...
1999-08-19 Sebastian WilhelmiUse /dev/urandom, as it doesn't block, which /dev/rando...
1999-06-30 Sebastian WilhelmiFinally removed the g_random_normal and g_rand_normal...
1999-04-12 Sebastian WilhelmiMoved struct declaration up. Style fixes.
1999-04-09 Sebastian WilhelmiNew files to implement the Mersenne Twister Pseudo...