1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 05:20:16 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1998-07-12 13:26:17 +00:00
parent f522f90bc4
commit 5ef810229d
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,23 @@
1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* stime.c: Removed declaration of strptime. (It should be
declared by the system headers. If it turns out that some systems
don't, we'll handle that then.) (Thanks to Greg Troxel.)
* stime.h: Renamed TIMEH --> STIMEH
* backtrace.c (scm_display_error, scm_display_backtrace): In order
to increase portability, don't use structure assignment.
(Thanks to Nicolas Neuss.)
* iselect.c: Use LONG_MAX instead of ULONG_MAX for increased
portability.
(finalize_fd_sets): Added empty statement after last case label.
(Thanks to Nicolas Neuss.)
* gc.c (scm_igc): Changed //-comment into /*-comment. (Thanks to
Nicolas Neuss.)
Sat Jul 11 22:08:21 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
* init.c, readline.c: OK, I won't have these readline.x bug