Mercurial > hg > octave-lyh
view info/ChangeLog @ 2577:2f0ea8b0db0e
[project @ 1996-12-09 20:28:13 by jwe]
author | jwe |
---|---|
date | Mon, 09 Dec 1996 20:28:14 +0000 |
parents | 6fa1ac46c980 |
children | 9cbbbcf5b6f5 |
line wrap: on
line source
Mon Dec 9 14:20:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (install): Use $(EXE) suffix so that install will find the right file on cygwin32 systems. Mon Dec 2 13:48:57 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * configure.in: Check for gethostname in libsocket.a, for SCO. * termdep.h: Don't use termios.h on SCO systems. Sun Nov 24 21:24:39 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * configure.in (TERMLIBS): Look for ncurses too. Tue Nov 12 14:44:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> * Makefile.in (VPATH): Don't include $(common). (common): Don't define. (makeinfo): Define to just be makeinfo. (LIBS): Don't use libtxi. (info): Don't depend on ../libtxi.a. (info.o): Depend on getopt.h, not $(common)/getopt.h. (.c.o): Don't add -I$(common). (install, uninstall, dist, local-dist): Customize for Octave. (TOPDIR, top_srcdir, DISTFILES): For Octave. Include $(TOPDIR)/Makeconf, for Octave. Don't add $(common) for dvi or info targets. (Makefile): Depend on Makefile.in and config.status. * configure.in: Copy here from (in texinfo distribution). * alloca.c, bzero.c, getopt.c, getopt.h, getopt1.c, memcpy.c, memmove.c, str dup.c: Copy here from ../libtxi (in texinfo distribution). * Makefile.in: Don't link to files in libtxi. Instead, include them in SRCS, HDRS, and OBJS. * session.c (initialize_info_session): New arg, clear_screen. Change all callers. * info.c (main): Handle new option, --index-search STRING. (index_search_p, index_search_string): New static variables, used to handle --index-search option. * indices.h (do_info_index_search, index_intry_exists): Provide declarations here. * indices.c (do_info_index_search): New function, extracted from info_index_search. (info_index_search): Simply call do_info_index_search() with search_string set to NULL. (index_entry_exists): New function. For a list of other changes, see the ChangeLog from the texinfo-3.9 distribution.