mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
993c846b48
commit
8a01e7548c
3 changed files with 29 additions and 0 deletions
5
build/ChangeLog
Normal file
5
build/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
|||
Sat Sep 27 23:15:26 1997 Jim Blandy <jimb@totoro.red-bean.com>
|
||||
|
||||
* New directory --- the build-guile command, intended to help
|
||||
people build Guile-based applications.
|
||||
* Makefile.am, Makefile.in, build-guile.in: New files.
|
|
@ -1,3 +1,22 @@
|
|||
Sat Sep 27 20:19:34 1997 Jim Blandy <jimb@totoro.red-bean.com>
|
||||
|
||||
* Makefile.am (libpath.h): Include the value of the THREAD_LIBS
|
||||
makefile variable as a build parameter called LIBS. The
|
||||
build-guile program will use this, for the time being.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
Thanks to Shiro Kawai:
|
||||
* gc.c (scm_gc_mark): Pass NULL to scm_wta as the subroutine name.
|
||||
* ports.h (scm_ptobfuns): The fgets method returns a char *, not
|
||||
an SCM.
|
||||
|
||||
* Makefile.in: Regenerated with automake 1.2a.
|
||||
|
||||
* script.c (scm_compile_shell_switches): If we hit the -c or --
|
||||
arguments, don't set the car of (command-line) to scm_usage_name,
|
||||
the prettified name of the guile executable; give it the full
|
||||
path, the way shells usually handle $0.
|
||||
|
||||
Wed Sep 24 22:09:52 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* ramap.c (scm_array_map): Renamed to scm_array_map_x. Removed
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
Sat Sep 27 23:14:13 1997 Jim Blandy <jimb@totoro.red-bean.com>
|
||||
|
||||
* Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated with
|
||||
automake 1.2a.
|
||||
|
||||
Thu Aug 28 23:49:19 1997 Jim Blandy <jimb@totoro.red-bean.com>
|
||||
|
||||
* Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue