summaryrefslogtreecommitdiff
path: root/libguile/memmove.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU... indentation style. Michael Livshin2000-03-191-0/+6
* * *.c: Finish replacing K&R style prototypes with ANSI C...prototypes. * eval.c: Make scm_m_mody's 3rd argument be a const char *, not a char *. ANSI prototypes caught this. * strorder.c: Use GUILE_PROC1 for the couple SCM_PROC1 expansions that I missed. * scm_validate.h: Use SCM_BOOLP for validating bools. Do not expand macros if SCM_DOCSTRING_SNARF. Greg J. Badros1999-12-121-4/+4
* I take it all back --- bcopy does handle overlapping source and...destination areas correctly. At least on every system I could find. But it is better to use AC_REPLACE_FUNCS than to introduce new CPP conditionals. * memmove.c: New file, implementing memmove in terms of bcopy. * scmconfig.h.in: Regenerated. Jim Blandy1999-09-011-0/+24