Added a g_memmove replacement for platforms without memmove, where bcopy
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 1 Jul 1999 09:30:18 +0000 (09:30 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 1 Jul 1999 09:30:18 +0000 (09:30 +0000)
commitd610460c2264273b9520c0a932a34431efb56887
tree5e2cc6a36c197a7116a8a24771dbc74b728da498
parentf80d6cc540d1116f5e04f7ea20a54ecf12ea37a6
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.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acconfig.h
configure.in
glib.h
glib/glib.h
glib/gutils.c
gutils.c