summaryrefslogtreecommitdiff
path: root/glib/grand.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-30docs: Remove escaping '\' from literalsVolker Sobek1-1/+1
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-12/+12
2014-02-09Docs: Drop entities, switch away from sgml modeMatthias Clasen1-1/+1
2014-02-06Docs: replace <literal> by `Matthias Clasen1-6/+5
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-3/+2
2014-02-05Don't use <filename> in docsMatthias Clasen1-2/+2
2014-02-05Don't use <envar> in docsMatthias Clasen1-4/+3
2014-02-01grand: formatting cleanupsMatthias Clasen1-103/+121
2014-02-01docs: Stop using the function tagMatthias Clasen1-17/+15
2014-01-31Docs: don't use the warning tagMatthias Clasen1-5/+5
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-31Docs: don't use the structname tagMatthias Clasen1-3/+2
2013-11-20Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship1-4/+4
2013-11-06grand: restructure a bitRyan Lortie1-21/+17
2013-10-25win32: use real random data for seed on win32Ryan Lortie1-10/+11
2013-10-23grand: Document this is not for cryptographic purposesColin Walters1-4/+16
2012-11-01Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell1-2/+4
2012-06-22GRand: Check return value of fopen directlyColin Walters1-3/+2
2012-01-28comments/docs: Fix couple of typosRavi Sankar Guntur1-1/+1
2011-10-17More include cleanupsMatthias Clasen1-1/+0
2011-10-15Include genviron.h where necessaryMatthias Clasen1-0/+1
2011-10-04Deprecate g_thread_init()Ryan Lortie1-2/+0
2011-09-09GRand: Make sure to g_thread_init_glib()Ryan Lortie1-0/+2
2011-09-09GRand: remove setup from g_thread_init_glibRyan Lortie1-13/+4
2011-06-03GRand: avoid overflowMatthias Clasen1-1/+5
2011-02-01Correct gtk-doc SECTION: syntaxJohan Dahlin1-1/+1
2010-12-17grand: Fix URLs for info on the Mersenne TwisterJavier Jardón1-2/+2
2010-09-04Build fixes for the fall-out of the inclusion changesEmmanuele Bassi1-0/+1
2010-09-03Remove eexcessive header inclusionsMatthias Clasen1-3/+7
2010-07-07glib/: fully remove galias hacksRyan Lortie1-5/+0
2010-01-30GRand: move docs from tmpl to inline commentsRyan Lortie1-0/+64
2009-08-27Read /dev/urandom unbufferedMatthias Clasen1-0/+1
2006-05-10Renamed to glib/gthreadprivate.h and moved system thread identifierSebastian Wilhelmi1-1/+1
2006-04-26Don't repeat a failed fclose() call, since that invokes undefinedMatthias Clasen1-6/+1
2006-01-30Update URLDavid Schleef1-1/+1
2005-03-14Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen1-1/+4
2004-09-16Implement the same PLT reduction technique used in GTK+:Matthias Clasen1-0/+1
2004-02-24Add Since: 2.4, where dueSebastian Wilhelmi1-0/+6
2004-01-23Don't include <unistd.h> unless HAVE_UNISTD_H. Include <process.h> onTor Lillqvist1-0/+10
2004-01-10Add the init_by_array functionality from the reference implementation ofGeorge Lebl1-6/+131
2003-02-14Fixes for #101264 and #99372:Sebastian Wilhelmi1-2/+2
2003-02-11Changed my e-mail address. Removed my e-mail address.Sebastian Wilhelmi1-1/+1
2002-12-11Include string.h, supress a warning.Owen Taylor1-0/+2
2002-12-10Improve generation of pseudo-random integers. (#99720, Morten WelinderSebastian Wilhelmi1-27/+55
2002-12-04Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor1-1/+5
2002-11-26Improved the seeding algorithm. Old behaviour can be achived by settingSebastian Wilhelmi1-11/+64
2002-11-08Trivial s/foo/foo_/ fixes to make <glib.h> includable with -WshadowSoeren Sandmann1-10/+10
2001-12-12Documentation fixes.Matthias Clasen1-11/+11
2001-09-27fix typo (#if->#ifdef) so it compiles again.Manish Singh1-1/+1
2001-09-27When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible1-1/+6