1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Tim Pierce
110611ddcc New file. 1998-01-05 08:29:54 +00:00
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
Jim Blandy
d9f56fc2ed *** empty log message *** 1997-10-06 16:04:33 +00:00
Jim Blandy
cc43c90f92 * build-guile.in: Try to return an appropriate exit status. 1997-10-06 16:04:17 +00:00
Jim Blandy
97b8f448e5 *** empty log message *** 1997-10-06 15:49:53 +00:00
Jim Blandy
5c2142ce81 * build-guile.in: Rearranged to use a table of subcommands, and include
per-subcommand help.

* build-guile.in: New "info" subcommand, for easy access to Guile
build variables.
1997-10-06 15:49:29 +00:00
Jim Blandy
5aa28c1e21 *** empty log message *** 1997-09-30 03:57:02 +00:00
Jim Blandy
7370e377a2 * Makefile.in: Regenerated with automake 1.2c. 1997-09-30 03:55:48 +00:00
Jim Blandy
b8b1f32221 * New directory --- the build-guile command, intended to help
people build Guile-based applications.
* Makefile.am, Makefile.in, build-guile.in: New files.
1997-09-28 03:17:45 +00:00
Jim Blandy
8a01e7548c *** empty log message *** 1997-09-28 03:17:07 +00:00