1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
guile/build
Gary Houston 341eaef04b * README: using Automake 1.2d
* configure.in: AC_CHECK_FUNCS: add "system".
	* simpos.c (scm_system): always define: use sysmissing if not
	available.  Check for HAVE_SYSTEM instead of _Windows (does
	Windows lack system or does it have an unusable one?).
	Check for error conditions -1 and 127.  Use SCM_DEFER_INTS.
	Let the argument be optional: if not supplied, call system(NULL).
	* ports.c (scm_close_port): relax the type check from OPPORTP to
	PORTP; closing a closed port is allowed.
1997-12-07 07:02:17 +00:00
..
build-guile.in * build-guile.in: Try to return an appropriate exit status. 1997-10-06 16:04:17 +00:00
ChangeLog *** empty log message *** 1997-10-06 16:04:33 +00:00
Makefile.am * New directory --- the build-guile command, intended to help 1997-09-28 03:17:45 +00:00
Makefile.in * README: using Automake 1.2d 1997-12-07 07:02:17 +00:00