Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... indentation style. | Michael Livshin | 2000-03-19 | 1 | -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. Badros | 1999-12-12 | 1 | -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 Blandy | 1999-09-01 | 1 | -0/+24 |