diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 1999-04-12 12:53:37 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 1999-04-12 12:53:37 +0000 |
commit | 3aa65d30eb2dfeb63956a38ec9c5296477712888 (patch) | |
tree | 52d29d4ce839bfff8c6ec62510d5cd39082948f4 /ChangeLog.pre-2-10 | |
parent | cb3323929023e7dcaa6862055e143ddda844f59c (diff) | |
download | glib-3aa65d30eb2dfeb63956a38ec9c5296477712888.tar.gz |
Moved struct declaration up. Style fixes.
1999-04-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib.h: Moved struct declaration up. Style fixes.
* grand.c: Style fixes. Only try to open /dev/random once.
* tests/rand-test.c (main): New tests; Slight bug fix.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 90d5314df..0f462977c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +1999-04-12 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + + * glib.h: Moved struct declaration up. Style fixes. + + * grand.c: Style fixes. Only try to open /dev/random once. + + * tests/rand-test.c (main): New tests; Slight bug fix. + 1999-04-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * grand.c, tests/rand-test.c: New files to implement the Mersenne |