mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
06a2c45b12
commit
c3fffa2e9b
3 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* configure.in: Removed code for --enable-htmldoc; support for
|
||||
HTML is now included in automake.
|
||||
|
||||
2004-04-20 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* configure.in: add --fno-strict-aliasing when compiling with gcc.
|
||||
|
|
5
NEWS
5
NEWS
|
@ -25,6 +25,11 @@ See the Guile info pages for more documentation.
|
|||
|
||||
** Guile is now compiled with -fno-strict-aliasing when gcc is detected.
|
||||
|
||||
** The --enable-htmldoc option has been removed from 'configure'.
|
||||
|
||||
Support for translating the documentation into HTML is now always
|
||||
provided. Use 'make html'.
|
||||
|
||||
* Changes to the stand-alone interpreter
|
||||
|
||||
** GC bug fixed.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
2004-06-28 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* Makefile.am: Removed home-grown code for HTML generation.
|
||||
Automake does it for us now.
|
||||
(goops_TEXINFOS): Added hierarchy.png
|
||||
|
||||
* hierarchy.png: New file.
|
||||
|
||||
2003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
|
||||
|
||||
* goops.texi (Object Comparisons): Removed object-eqv? and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue