*** empty log message ***
This commit is contained in:
parent
bf847dab9a
commit
83d1c666c3
2 changed files with 42 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
|
@ -1,3 +1,18 @@
|
|||
1998-10-03 <jimb@savonarola.red-bean.com>
|
||||
|
||||
* configure.in: Don't use the canonical host name to decide
|
||||
whether `bzero' and `usleep' have declarations --- that's going
|
||||
back to the bad old days before autoconf. Remove the call to
|
||||
AC_CANONICAL_HOST and the subsequent case statement.
|
||||
(GUILE_FUNC_DECLARED): New m4 macro. Use it to check for
|
||||
declarations for `bzero', `usleep', and (new!) `strptime'.
|
||||
* acconfig.h: (DECLARE_BZERO, DECLARE_USLEEP): Removed.
|
||||
(MISSING_BZERO_DECL, MISSING_USLEEP_DECL, MISSING_STRPTIME_DECL):
|
||||
Added. I think this naming convention is more consistent with the
|
||||
rest of autoconf; names generally describes the system, not what
|
||||
the package should do to accomodate the system.
|
||||
* configure: Regenerated.
|
||||
|
||||
1998-09-05 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||
|
||||
* configure.in: Remove --disable-debug option. The debugging
|
||||
|
|
|
|||
|
|
@ -1,3 +1,27 @@
|
|||
1998-10-03 <jimb@savonarola.red-bean.com>
|
||||
|
||||
Getting rid of more warnings...
|
||||
* iselect.c: Test for MISSING_BZERO_DECL, not DECLARE_BZERO; see
|
||||
today's change to ../configure.in.
|
||||
* scmsigs.c: Test for MISSING_USLEEP_DECL, not DECLARE_USLEEP.
|
||||
* scmconfig.h.in: Regenertaded.de.,.__
|
||||
* stime.c (strptime): Declare this, #ifdef MISSING_STRPTIME_DECL.
|
||||
(scm_localtime, scm_mktime): Use a const char * to manipulate the
|
||||
time zone name.
|
||||
|
||||
* readline.c: Doc fix.
|
||||
(rl_cleanup_after_signal, rl_free_line_state): Make these static.
|
||||
* readline.h (scm_filename_completion_function): Add prototype.
|
||||
(scm_init_readline): Make this into a prototype.
|
||||
|
||||
* readline.c (scm_filename_completion_function): Use SCM_PROC to
|
||||
declare this, instead of calling scm_make_subr manually.
|
||||
|
||||
1998-10-02 <jimb@savonarola.red-bean.com>
|
||||
|
||||
* readline.h (scm_init_readline): Add prototype for this.
|
||||
(scm_init_readline): Make this a real prototype.
|
||||
|
||||
1998-09-30 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||
|
||||
Warning fixes from Maciej Stachowiak:
|
||||
|
|
@ -362,6 +386,9 @@ Sat Jul 11 22:08:21 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
|
|||
|
||||
1998-05-11 Mikael Djurfeldt <mdj@kenneth>
|
||||
|
||||
* readline.c (scm_readline): Defer interrupts while we're calling
|
||||
readline.
|
||||
|
||||
* readline.c (scm_add_history): Bugfix: Do strdup before giving
|
||||
away the string to add_history.
|
||||
(completion_function): Do completion for readline. (Thanks to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue