mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
*** empty log message ***
This commit is contained in:
parent
02a3305a85
commit
9a26d6f91e
4 changed files with 36 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
|||
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* configure.in: Test for presence of S_ISLNK in sys/stat.h.
|
||||
(Thanks to Bernard Urban.)
|
||||
Test for memmove and bcopy. (Thanks to
|
||||
suzukis@file.phys.tohoku.ac.jp.)
|
||||
|
||||
* acconfig.h: Added HAVE_S_ISLNK.
|
||||
|
||||
1999-08-20 James Blandy <jimb@mule.m17n.org>
|
||||
|
||||
* Guile 1.3.2 released.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@set UPDATED 8 July 1999
|
||||
@set EDITION 1.3.1
|
||||
@set VERSION 1.3.1
|
||||
@set EDITION 1.3.3
|
||||
@set VERSION 1.3.3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@set UPDATED 8 July 1999
|
||||
@set EDITION 1.3.1
|
||||
@set VERSION 1.3.1
|
||||
@set EDITION 1.3.3
|
||||
@set VERSION 1.3.3
|
||||
|
|
|
@ -1,3 +1,26 @@
|
|||
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* numbers.c (scm_lcm): Bugfix: BIGDIG --> SCM_BIGDIG;
|
||||
Account for the case when second argument is unbound.
|
||||
|
||||
* strorder.c (scm_string_less_p, scm_string_ci_less_p): Bugfix.
|
||||
(Thanks to Karoly Lorentey.)
|
||||
|
||||
* gh_data.c, ports.c, strop.c: Alternatively use bcopy if memmove
|
||||
isn't present. (Thanks to suzukis@file.phys.tohoku.ac.jp.)
|
||||
|
||||
* ports.c: Use ANSI C prototypes in definitions. (Thanks to
|
||||
Bernard Urban.)
|
||||
|
||||
* filesys.c (scm_stat2scm): Conditionally use S_ISLNK.
|
||||
|
||||
* dynl-dl.c (RTLD_GLOBAL): Define if non-existent. (Thanks to
|
||||
Bernard Urban and Ian Grant.)
|
||||
|
||||
* Makefile.am (libguile_la_LDFLAGS): Bumped libguile version
|
||||
again. (1.3.4 will be binary incompatible with 1.3.2 because of a
|
||||
change in the representation of entities and operators.)
|
||||
|
||||
1999-08-29 Gary Houston <ghouston@easynet.co.uk>
|
||||
|
||||
* ports.c (scm_ungetc): bugfix: if putback_buf is NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue