mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
Added a g_memmove replacement for platforms without memmove, where bcopy
1999-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in, acconfig.h, gutils.c: Added a g_memmove replacement for platforms without memmove, where bcopy can't handle overlapping copies and the corresponding checks, which is taken form the PERL Configure routine. * glib.h: Updated the commentary about g_memmove to be right and more GLib-like. * configure.in: Removed test for rand_r, as it isn't used anymore.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
f80d6cc540
commit
d610460c22
@@ -1,3 +1,15 @@
|
||||
1999-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in, acconfig.h, gutils.c: Added a g_memmove
|
||||
replacement for platforms without memmove, where bcopy can't
|
||||
handle overlapping copies and the corresponding checks, which is
|
||||
taken form the PERL Configure routine.
|
||||
|
||||
* glib.h: Updated the commentary about g_memmove to be right and
|
||||
more GLib-like.
|
||||
|
||||
* configure.in: Removed test for rand_r, as it isn't used anymore.
|
||||
|
||||
1999-06-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib.h, grand.c: Finally removed the g_random_normal and
|
||||
|
Reference in New Issue
Block a user