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
93ff93f6f5
commit
84edc04952
3 changed files with 26 additions and 17 deletions
|
@ -21,6 +21,7 @@
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
autoconf-macros.texi
|
autoconf-macros.texi
|
||||||
|
mdate-sh
|
||||||
stamp-vti
|
stamp-vti
|
||||||
stamp-vti.1
|
stamp-vti.1
|
||||||
version.texi
|
version.texi
|
||||||
|
|
|
@ -1,22 +1,23 @@
|
||||||
|
*.aux
|
||||||
|
*.cp
|
||||||
|
*.cps
|
||||||
|
*.dvi
|
||||||
|
*.fn
|
||||||
|
*.fns
|
||||||
|
*.html
|
||||||
|
*.info*
|
||||||
|
*.ky
|
||||||
|
*.log
|
||||||
|
*.pg
|
||||||
|
*.ps
|
||||||
|
*.toc
|
||||||
|
*.tp
|
||||||
|
*.tps
|
||||||
|
*.vr
|
||||||
|
*.vrs
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
mdate-sh
|
||||||
stamp-vti
|
stamp-vti
|
||||||
stamp-vti.1
|
stamp-vti.1
|
||||||
*.log
|
|
||||||
*.dvi
|
|
||||||
*.aux
|
|
||||||
*.toc
|
|
||||||
*.cp
|
|
||||||
*.fn
|
|
||||||
*.vr
|
|
||||||
*.tp
|
|
||||||
*.ky
|
|
||||||
*.pg
|
|
||||||
*.cps
|
|
||||||
*.fns
|
|
||||||
*.tps
|
|
||||||
*.vrs
|
|
||||||
*.ps
|
|
||||||
*.info*
|
|
||||||
*.html
|
|
||||||
version.texi
|
version.texi
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
2003-02-27 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
|
* Makefile.am (scmconfig.h): new target -- generate file from
|
||||||
|
../config.h.
|
||||||
|
(modinclude_HEADERS): remove version.h.
|
||||||
|
(nodist_modinclude_HEADERS): add version.h.
|
||||||
|
|
||||||
2003-02-24 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
2003-02-24 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||||
|
|
||||||
This fixes a serious GC bug, introduced during the latest
|
This fixes a serious GC bug, introduced during the latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue