public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile gh_data.c ports.c st ...
@ 1999-08-30  0:02 jimb
  0 siblings, 0 replies; only message in thread
From: jimb @ 1999-08-30  0:02 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/08/30 00:02:26

Modified files:
	guile-core/libguile: gh_data.c ports.c strop.c 

Log message:
	* gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy is
	not a correct substitute for memmove, because it doesn't handle
	overlapping source and destination areas on many platforms.
	Overlaps are the primary reason to use memmove in the first place.
	* ports.c (scm_ungetc): Same.
	* strop.c (scm_substring_move_x): Same.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-08-30  0:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-30  0:02 guile/guile-core/libguile gh_data.c ports.c st jimb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).