|
2d5c3abe
|
1999-06-07T03:34:04
|
|
* automake.in (dist_header): Avoid changing permissions of files
in the source tree, trying a complex `find/chmod' command before
falling back to plain chmod.
(handle_dist_worker): Do not create directories with mode 777, the
find above will take care of that.
* m4/init.m4: Set install_sh for find/chmod above.
|
|
99c3470e
|
1999-05-27T19:19:29
|
|
* m4/dmalloc.m4: Updated dmalloc site information.
|
|
e09f5a73
|
1999-04-24T16:30:51
|
|
* automake.in (generate_makefile): Define `subdir' after reading
.am file.
(read_main_am_file): Give programming error if variable defined
before invocation.
|
|
9b560304
|
1999-04-22T21:50:53
|
|
* automake.texi: Don't mention AM_FUNC_MKTIME.
* aclocal.in (obsolete_macros): Mention AM_FUNC_MKTIME.
* automake.in (scan_one_configure_file): Recognize
AC_FUNC_MKTIME, not AM_FUNC_MKTIME.
(obsolete_macros): Mention AM_FUNC_MKTIME.
* m4/Makefile.am (m4data_DATA): Removed mktime.m4.
* m4/mktime.m4: Removed.
|
|
54b11e66
|
1999-04-18T14:13:03
|
|
* m4/lispdir.m4: Match only `/(share|lib)/x?emacs/site-lisp/*$'.
|
|
fcbcb5ea
|
1999-04-17T22:44:10
|
|
* m4/lispdir.m4: Do not override lispdir if it's already defined.
Run some emacs-lisp to find out the site-lisp directory, but
relocate it into prefix.
|
|
e19898ab
|
1999-04-17T20:55:14
|
|
bump version #
|
|
b2da6a4d
|
1999-04-17T19:59:06
|
|
* m4/mktime.m4 (bigtime_test, main): Move alarm from
bigtime_test to main, since Solaris 7 (64-bit) mktime loops
even outside of bigtime_test. Use a time limit of 60 seconds
for the whole test, not 10 seconds per iteration.
|
|
c2704136
|
1999-04-11T22:27:41
|
|
* automake.in (handle_dist): Use AMTAR.
(initialize_global_constants): Likewise.
* m4/init.m4 (AM_INIT_AUTOMAKE): Use AMTAR, not TAR.
|
|
88b59597
|
1999-04-11T13:02:43
|
|
First cut at allowing objects in subdirectories:
* m4/Makefile.am (m4data_DATA): Added minuso.m4.
* Makefile.am (dist_script_DATA): Added compile.
* m4/minuso.m4: New file.
* automake.in (initialize_global_constants): Added compile to
common_files.
(seen_cc_c_o): New global.
(scan_one_configure_file): Set it when AM_PROG_CC_C_O seen.
(handle_options): Recognize `subdir-objects' option.
(lang_c_rewrite): Added directory argument.
(lang_yacc_rewrite): Likewise.
(lang_yaccxx_rewrite): Likewise.
(lang_lex_rewrite): Likewise.
(lang_lexxx_rewrite): Likewise.
(handle_single_transform_list): Pass directory to _rewrite
function. Generate dependencies for dirstamp files for each .o;
it is just the rules we want to create once.
(lang_c_rewrite): Handle `subdir-objects' option.
(lang_c_rewrite): Require `compile' program.
* compile: New file.
|
|
e7d36445
|
1999-04-11T10:22:50
|
|
* m4/gcj.m4 (AM_PROG_GCJ): Use AC_CHECK_PROGS, not AC_CHECK_PROG.
|
|
9c550877
|
1999-04-10T04:08:43
|
|
* automake.in (handle_source_transform): Add a pfx to used_pfx
only if it's conditional or non-empty, to reduce the number of
empty variables. Emit _OBJECS variable based on program name if
no SOURCES were explicitly specified.
|
|
a4d219cd
|
1999-04-09T22:27:13
|
|
* automake.texi (Macros): Mention AM_PROG_GCJ.
(Java Support): New node.
(Dist): Documented dist_ and nodist_ prefixes.
* m4/gcj.m4 (AM_PROG_GCJ): Renamed from AC_PROG_GCJ.
|
|
b4fd85bb
|
1999-04-09T12:09:52
|
|
* m4/gcj.m4: New file.
* m4/Makefile.am (m4data_DATA): Added gcj.m4.
|
|
e0e68eed
|
1999-04-06T23:06:09
|
|
Rebuilt.
|
|
6921e816
|
1999-03-27T00:28:05
|
|
* scripts.am (install-@DIR@SCRIPTS): Use NDIR when appropriate.
(uninstall-@DIR@SCRIPTS): Likewise.
* progs.am (install-@DIR@PROGRAMS): Use NDIR when appropriate.
(uninstall-@DIR@PROGRAMS): Likewise.
* ltlib.am (install-@DIR@LTLIBRARIES): Use NDIR when appropriate.
(uninstall-@DIR@LTLIBRARIES): Likewise.
* lisp.am (install-@DIR@LISP): Use NDIR when appropriate.
(uninstall-@DIR@LISP): Likewise.
* libs.am (install-@DIR@LIBRARIES): Use NDIR when appropriate.
(uninstall-@DIR@LIBRARIES): Likewise.
* java.am (install-@DIR@JAVA): Use NDIR when appropriate.
(uninstall-@DIR@JAVA): Likewise.
* header.am (install-@DIR@HEADERS): Use NDIR when appropriate.
(uninstall-@DIR@HEADERS): Likewise.
* data.am (install-@DIR@DATA): Use NDIR when appropriate.
(uninstall-@DIR@DATA): Likewise.
* Makefile.in: Rebuilt.
* Makefile.am (dist_pkgdata_DATA): Renamed.
(EXTRA_DIST): Removed.
(install-data-hook): Added POST_INSTALL; print commands as they
are run; respect DESTDIR.
* dist-vars.am (DISTFILES): Removed $(HEADERS).
* automake.in (am_install_var): Accept `-candist' and
`-defaultdist' options. Handle `dist_' and `nodist_' prefixes.
(am_primary_prefixes): Added can_dist argument. Recognize `dist_'
and `nodist_' prefixes.
(handle_scripts): Pass -candist to am_install_var.
(handle_data): Pass -defaultdist to am_install_var.
(handle_headers): Likewise.
(handle_emacs_lisp): Pass -candist to am_install_var.
(handle_java): Pass -candist to am_install_var.
|
|
3241365d
|
1999-03-26T22:54:57
|
|
* m4/init.m4: Fixed typo when invoking SHELL.
|
|
af49c4fe
|
1999-03-26T22:34:03
|
|
* Makefile.in: Rebuilt.
* Makefile.am: Updated to reflect removal of TAR subst.
* automake.texi (Options): Document dist-bzip2.
* automake.in (TAR): Removed global.
(initialize_global_constants): Changed `dist' to use pipe with
gzip; work with non-GNU tar.
(handle_dist): Handle non-GNU tar. Don't define TAR.
(initialize_global_constants): Added `dist-bzip2' entry.
(handle_options): Recognize dist-bzip2 option.
(handle_dist): Likewise.
* configure: Rebuilt.
* configure.in: Don't check for tar.
* m4/init.m4 (AM_INIT_AUTOMAKE): Check for `tar'. Substitute
AMTARFLAGS.
|
|
a85ba428
|
1999-03-26T21:57:32
|
|
* automake.in (am_install_var): Removed obsolete comment.
* texinfos.am (uninstall-info): Don't print loop but instead print
commands. Simplified pre-uninstall loop.
* scripts.am (uninstall-@DIR@SCRIPTS): Don't print loop but
instead print commands.
* progs.am (uninstall-@DIR@PROGRAMS): Don't print loop but instead
print commands.
* ltlib.am (uninstall-@DIR@LTLIBRARIES): Don't print loop but
instead print commands.
* lisp.am (install-@DIR@LISP): Strip subdir from file name.
(uninstall-@DIR@LISP): Likewise. Also, don't print loop but
instead print commands.
* libs.am (uninstall-@DIR@LIBRARIES): Don't print loop but instead
print commands.
* java.am (uninstall-@DIR@JAVA): Don't print loop but instead
print commands.
* header.am (install-@DIR@HEADERS): Strip subdir from file name.
(uninstall-@DIR@HEADERS): Likewise. Also, don't print loop but
instead print commands.
* data.am (install-@DIR@DATA): Strip subdir from file name.
(uninstall-@DIR@DATA): Likewise. Also, don't print loop but
instead print commands.
|
|
a853d6c4
|
1999-03-25T17:38:33
|
|
1999-03-25 Alexandre Oliva <oliva@dcc.unicamp.br>
* automake.in (TESTS): make from Solaris 7/x86 loses if srcdir
is absolute and != objdir. dir="" or "$(srcdir)/" fixes it
|
|
0922e6c7
|
1999-03-11T22:56:16
|
|
* m4/error.m4, m4/mktime.m4, m4/obstack.m4, m4/regex.m4,
m4/strtod.m4: Use $ac_objext, not `.o'. From Jim Meyering.
|
|
472bedc2
|
1999-02-09T23:58:02
|
|
1999-02-07 Paul Eggert <eggert@twinsun.com>
* m4/ccstdc.m4 (AM_PROG_CC_STDC): Prefer -Ae to -Aa
-D_HPUX_SOURCE, since -Ae allows `long long' and this is
needed by some programs.
|
|
8ea1f81b
|
1999-01-22T14:09:37
|
|
* m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
|
|
f61264d0
|
1999-01-14T22:47:20
|
|
Updated generated files
|
|
7540a67e
|
1999-01-10T21:12:47
|
|
Rebuilt files with latest automake
|
|
35850024
|
1999-01-10T18:37:08
|
|
* aclocal.in (write_aclocal): Updated copyright.
(parse_arguments): Likewise.
* automake.in (parse_arguments): Updated copyright.
(initialize_global_constants): Likewise.
* Makefile.am (pkgdata_DATA): Renamed from pkgdata_SCRIPTS.
(install-data-hook): New hook. Report from Petter Reinholdtsen.
|
|
403a3cef
|
1998-12-02T12:47:00
|
|
* configure.in: Upped version to 1.3d.
|
|
e57b9978
|
1998-10-27T23:49:11
|
|
* m4/Makefile.am (m4data_DATA): Don't mention f77.m4.
* m4/f77.m4: Removed; macro now in autoconf proper.
|
|
a2287964
|
1998-10-24T15:20:31
|
|
* m4/lispdir.m4: Fixed sed invocation. From Akim Demaille.
|
|
41eff269
|
1998-10-16T10:43:44
|
|
* m4/mktime.m4: Detect glibc mktime bug. From Jim Meyering.
|
|
8ca52217
|
1998-10-16T10:09:33
|
|
* Makefile.am (EXTRA_DIST): Removed automake.spec.in. From
Matthew D. Langston.
(info_TEXINFOS): Removed am-f77.texi.
* automake.in (handle_ltlibraries): Allow `noinst' LTLIBRARIES.
These are libtool convenience libraries.
|
|
6106bdfa
|
1998-10-13T18:57:21
|
|
F77 additions from Matthew D Langston
* m4/f77.m4: New file.
* m4/Makefile.am (m4data_DATA): Added f77.m4.
* automake.in (resolve_linker): Put the Fortran 77 linker where it
needs to be.
* automake.in (lang_f77_finish): Add support for Fortran 77.
* automake.in (f77_extensions): New helper function for function
`lang_f77_finish'.
* automake.in (lang_f77_rewrite): Change to return success.
* automake.in (scan_one_configure_file): Add test for the Fortran
77 compiler.
* automake.in (finish_languages): Changed tests for "C++ only" to
"C++ and/or Fortran 77 only", and renamed `all_cxx' to `non_c'.
* automake.in: Registered the ppf77 language (`.F' extension) for
preprocessed Fortran 77.
* automake.in: Registered the ratfor language (`.r' extension).
* automake.in: Registered Fortran 77 header files with the "header
language" (`.inc' extension).
* automake.texi: Added several new index entries.
* automake.texi:
- Add `@ovindex' (output variable index).
- Merge `@defmac' (Autoconf macros) and `@ovindex' to the General
Index.
* automake.texi (Macros):
- Changed the `@table @code' list of macros to `@defmac'.
- Add `AC_PROG_FC' and `MDL_F77_LIBRARY_LDFLAGS' to the list.
* automake.texi (C++): Change `@table' to `@vtable'.
* automake.texi (Fortran 77): Add Fortran 77 documentation.
|
|
86552783
|
1998-10-11T13:07:31
|
|
Preliminary (completely untested) multilib support.
* automake.texi (Macros): Document AM_ENABLE_MULTILIB.
* m4/Makefile.am (m4data_DATA): Added multi.m4.
* Makefile.am (amfiles): Added multilib.am.
* automake.in (seen_multilib): New global.
(scan_one_configure_file): Recognize AM_ENABLE_MULTILIB.
(generate_makefile): Call handle_multilib.
(handle_multilib): New function.
* multilib.am: New file.
* m4/multi.m4: New file.
|
|
a150fe6f
|
1998-10-09T11:10:23
|
|
* m4/winsz.m4 (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use
3-argument form of AC_DEFINE.
* m4/regex.m4 (AM_WITH_REGEX): Use 3-argument form of AC_DEFINE.
* m4/ptrdiff.m4 (AM_TYPE_PTRDIFF_T): Use 3-argument form of
AC_DEFINE.
* m4/protos.m4 (AM_C_PROTOTYPES):Use 3-argument form of
AC_DEFINE.
* m4/obstack.m4 (AM_FUNC_OBSTACK): Use 3-argument form of
AC_DEFINE.
* m4/init.m4 (AM_INIT_AUTOMAKE): Use 3-argument form of
AC_DEFINE.
* m4/dmalloc.m4 (AM_WITH_DMALLOC): Use 3-argument form of
AC_DEFINE.
|
|
dee4d56f
|
1998-10-03T18:26:55
|
|
* automake.in (handle_aclocal_m4): Use new MAINTAINER_MODE
conditional.
(handle_configure): Likewise.
(read_am_file): Likewise.
(file_contents_with_transform): Likewise.
(scan_one_configure_file): Recognize that AM_MAINTAINER_MODE
defines a conditional.
* automake.texi (Optional): Document new AM_MAINTAINER_MODE.
* texi-vers.am ($(srcdir)/@VTEXI@): Look at MAINTAINER_MODE
conditional.
(maintainer-clean-@VTI@): Likewise.
* remake.am ($(srcdir)/configure): Look at MAINTAINER_MODE
conditional.
* remake-hdr.am ($(srcdir)/@CONFIG_HEADER_IN@): Look at
MAINTAINER_MODE conditional.
* m4/maintainer.m4 (AM_MAINTAINER_MODE): Defined MAINTAINER_MODE
conditional.
|
|
0efcfbcc
|
1998-10-01T11:37:29
|
|
* m4/lispdir.m4 (AM_PATH_LISPDIR): Correctly find xemacs and
xemacs install directories. From Robert Bihlmeyer.
|
|
72c1e14a
|
1998-10-01T00:23:45
|
|
Some bug fixes, plus a complete rewrite of source file handling:
* texinfos.am (install-info-am): Handle case where INFO_DEPS is
empty. Reported by Andrew Cagney.
(uninstall-info): Likewise.
(dist-info): Likewise.
* automake.in (handle_texinfo): Error if user tries to generate
HTML.
* automake.in (do_one_clean_target): Don't push previous clean
target if this target is `mostly'. Report from Raja R Harinath.
* subdirs.am (mostlyclean-recursive ...): Build local_target, not
target. From Raja R Harinath.
Completely changed how languages and source files are handled:
* automake.in: Call register_language for each language.
(lang_c_rewrite): New function.
(lang_cxx_rewrite): Likewise.
(lang_header_rewrite): Likewise.
(lang_yacc_rewrite): Likewise.
(lang_yaccxx_rewrite): Likewise.
(lang_lex_rewrite): Likewise.
(lang_lexxx_rewrite): Likewise.
(lang_asm_rewrite): Likewise.
(lang_fortran_rewrite): Likewise.
(register_language): Likewise.
(extension_map): New global.
(language_map): Likewise.
(resolve_linker): New function.
(handle_single_transform_list): Rewrote to use lang_X_rewrite
functions. Changed meaning of first argument.
(initialize_per_input): Removed seen_any_source. Initialize
language_scratch, extension_seen. Removed cxx_extensions,
seen_c_source, dir_holds_headers, dir_holds_sources.
(handle_source_transform): Don't compute $objpat. Pass $obj
directly to handle_single_transform_list.
(handle_built_sources): Fixed call to
handle_single_transform_list.
(lang_c_finish): New function.
(lang_cxx_finish): Likewise.
(lang_header_finish): Likewise.
(lang_yacc_finish): Likewise.
(lang_yaccxx_finish): Likewise.
(lang_lex_finish): Likewise.
(lang_lexxx_finish): Likewise..
(lang_asm_finish): Likewise.
(lang_fortran_finish): Likewise.
(yacc_lex_finish_helper): Likewise.
(libtool_compiler): Likewise.
(saw_extension): New function.
(handle_lib_objects_cond): Use saw_extension, not old variables.
(handle_yacc_lex_cxx): Removed.
(finish_languages): New function.
(get_object_extension): Don't set dir_holds_sources.
(handle_headers): Don't set dir_holds_headers. Instead, call
saw_extension.
(saw_sources_p): New function.
(handle_tags): Use it.
(handle_dependencies): Likewise.
(cxx_extensions): New function.
(handle_dependencies): Use it.
(generate_makefile): Call finish_languages, not
handle_yacc_lex_cxx.
|
|
9f0dd45a
|
1998-09-28T02:03:36
|
|
`include' handling from Marcus Daniels:
* automake.in: New pattern: INCLUDE_PATTERN.
(read_am_file): Make AM_FILE a local filehandle.
For INCLUDE_PATTERN, store included paths on @include_stack and call
read_am_file with argument.
(handle_configure): When printing the dependencies for
Makefile.in, print the items on include_stack (if any) as
dependencies, too.
* automake.texi: Make a command index `cm' that goes into the
concept index. Put if, endif, else, and include in the command index.
(Include): Show usage of include directive.
|
|
0ac22bb6
|
1998-09-28T01:51:16
|
|
`.' in SUBDIRS changes order of builds:
* Makefile.am (SUBDIRS): Added `.'. Put tests last.
* tags.am (TAGS): Don't look for TAGS file in `.'.
* automake.texi (Top level): Document SUBDIRS change.
* automake.in (handle_installdirs): Create separate installdirs-am
target.
(handle_merge_targets): Don't put all-am onto @all. Fixed error
message. Correctly handle install-info. Give error if
install-info-local inappropriately defined. Don't special-case
install-data, install-exec, install, uninstall, or all.
(handle_subdirs): Don't push `-recursive' target names onto
corresponding lists.
(do_one_merge_target): Always define `-am' form of rule, and point
ordinary form to `-am' or `-recursive' as appropriate.
Special-case `all'.
(do_check_merge_target): Generate check-am target.
(handle_dist_worker): Use target_defined.
(handle_dist): Likewise.
(handle_merge_targets): Likewise.
(do_one_merge_target): Likewise.
(do_check_merge_target): Likewise.
(do_one_clean_target): Likewise.
(initialize_per_input): Initialize $all_target.
(do_one_clean_target): Always generate -am form of rule; other
changes for new SUBDIRS change.
(handle_clean): Always generate clean-am form of rule.
(handle_tags): Only build subdir if not `.'.
(handle_dist_worker): Skip `.' directory.
* subdirs.am: Allow `.' to be specified in SUBDIRS.
|
|
174373e9
|
1998-09-27T23:02:12
|
|
* automake.texi (Dist): Document EXTRA_DIST change.
* automake.in (handle_dist_worker): Allow subdirs in EXTRA_DIST.
|
|
d4d59682
|
1998-09-26T19:10:24
|
|
Track recent autoconf changes:
* m4/Makefile.in: Rebuilt.
* m4/Makefile.am (m4data_DATA): Updated for deleted files.
* m4/init.m4 (AM_INIT_AUTOMAKE): Use AC_PROG_INSTALL.
* m4/mingw.m4: Removed.
* m4/cygwin.m4: Removed.
* m4/install.m4: Removed.
* m4/exeext.m4: Removed.
* automake.in (scan_one_configure_file): Don't look for
AM_EXEEXT.
(check_cygnus): Only mention AC_EXEEXT.
(obsolete_macros): Mention AM_PROG_INSTALL, AM_EXEEXT,
AM_CYGWIN32, AM_MINGW32.
($seen_prog_install): Changed interpretation; changed all users.
(scan_one_configure_file): Don't look for AM_PROG_INSTALL.
($scripts_installed): Removed.
(handle_scripts): Use local $scripts_installed.
* aclocal.in (obsolete_macros): Added AM_PROG_INSTALL, AM_EXEEXT,
AM_CYGWIN32, AM_MINGW32.
|
|
d75bed2b
|
1998-08-12T20:18:42
|
|
nothing
|
|
b5b61792
|
1998-07-17T17:22:43
|
|
AM_MAKEFLAGS patch from Ian
|
|
5f2c1350
|
1998-06-01T21:12:08
|
|
"clean" cleanup
|
|
42edeab6
|
1998-04-05T22:50:32
|
|
upped to version 1.3
|
|
b8629ec9
|
1998-04-05T19:59:03
|
|
lex fixes from alexandre oliva
|
|
13e5db5e
|
1998-03-26T18:05:30
|
|
exeext fix
|
|
c172f1e8
|
1998-03-23T18:31:18
|
|
upped to 1.2h
|
|
20fd4e26
|
1998-03-23T17:11:16
|
|
new mktime.m4
|
|
de473fa8
|
1998-03-21T05:57:11
|
|
lex fixes for hpux from alexandre oliva
|
|
cccfb856
|
1998-03-20T22:19:52
|
|
minor ansi2knr fix
|
|
f9a9763d
|
1998-03-20T06:13:41
|
|
java patch from Per
|
|
60378202
|
1998-03-19T08:37:01
|
|
removed default: target. moved all: target to start
|
|
3da538ae
|
1998-03-07T04:22:10
|
|
AM_EXEEXT fixlet
|
|
b219e3bc
|
1998-02-24T20:39:48
|
|
upped version to 1.2f
|
|
46d1e88d
|
1998-02-13T07:31:03
|
|
upped to 1.2e
|
|
2a3ef5dd
|
1998-02-13T06:04:25
|
|
uniquify files passed to etags
|
|
1ad64040
|
1997-11-26T21:48:09
|
|
upped to 1.2d
|
|
17f38456
|
1997-11-26T21:41:40
|
|
circular dependency hack
|
|
8bbac8a3
|
1997-11-21T22:16:53
|
|
bug fix
|
|
7eacde0b
|
1997-10-25T05:08:42
|
|
added assembler support
|
|
ac4023d1
|
1997-10-21T06:41:53
|
|
sanity bug fix
|
|
92e7f9f8
|
1997-09-29T19:26:23
|
|
fixed 'make dist'
|
|
32cf2528
|
1997-09-28T23:20:15
|
|
nothing
|
|
3cd0636b
|
1997-09-25T05:55:06
|
|
released 1.2b
|
|
55918e44
|
1997-09-25T05:50:05
|
|
another cc-stdc bug fix
|
|
f6d7829f
|
1997-09-25T05:44:17
|
|
stdc fix from paul eggert
|
|
ebca6675
|
1997-09-19T01:44:50
|
|
m4 quoting fixlet
|
|
d699e713
|
1997-08-28T15:52:35
|
|
upped version number
|
|
3038064b
|
1997-08-25T23:25:10
|
|
merged changes from Cygnus
|
|
69fc9e63
|
1997-08-05T23:10:54
|
|
maintainer-clean patch for info
|
|
6a517d6f
|
1997-06-23T02:15:22
|
|
version 1.2
|
|
247315dd
|
1997-06-23T01:37:37
|
|
test fixes
|
|
cc54f1fc
|
1997-06-10T21:44:40
|
|
cygwin fix
|
|
9366b5f8
|
1997-05-30T05:42:15
|
|
really fixed redef bug
|
|
b0a15b5d
|
1997-05-30T05:30:06
|
|
nothing
|
|
cf6c8b75
|
1997-05-10T23:11:04
|
|
error if srcdir already configured
|
|
f86d7938
|
1997-05-10T21:54:07
|
|
fix to ccstdc.m4
|
|
e5d799a2
|
1997-05-01T01:45:54
|
|
dist fix
|
|
d601f421
|
1997-04-28T05:59:44
|
|
added Ian's conditionals
|
|
b03a1bd9
|
1997-04-28T03:10:37
|
|
test fixlet
|
|
5458d5bf
|
1997-04-27T23:18:44
|
|
makefile regeneration fixes
|
|
d9a5a21d
|
1997-04-26T05:07:53
|
|
patch to missing check
|
|
be107a4e
|
1997-04-25T18:31:57
|
|
config header patch from Ian
|
|
9e76ccba
|
1997-04-16T06:28:58
|
|
makeinfo bug fixes
|
|
4119bfe6
|
1997-04-02T07:53:36
|
|
quoting fix from Per
|
|
0a4d56b7
|
1997-03-28T03:27:50
|
|
fix in texinfo version code
|
|
97cadf26
|
1997-03-28T03:23:29
|
|
lisp fix
|
|
12740d7d
|
1997-03-28T03:20:03
|
|
lisp fix
|
|
0877cdef
|
1997-03-28T00:45:18
|
|
added 3rd arg to init function
|
|
2cd1bd2a
|
1997-03-26T05:12:05
|
|
bug fix in "missing" checks
|
|
9c11ddf6
|
1997-03-24T20:48:14
|
|
fixed bug in sanity check
|
|
9bac5002
|
1997-03-22T05:40:13
|
|
new files from elsewhere
|
|
9c2ae2af
|
1997-03-20T23:51:34
|
|
cygwin32 support
|
|
c1bf7cf1
|
1997-03-19T07:42:37
|
|
last-minute fixes
|
|
09bb43da
|
1997-03-19T05:37:03
|
|
fixed up "missing" support
|
|
346c7ccd
|
1997-03-19T04:58:56
|
|
applied missing patches from Francois, verbatim
|
|
fdf4f35e
|
1997-02-25T03:40:20
|
|
bug fix
|
|
7279b801
|
1997-02-23T19:42:25
|
|
now 1.1m
|
|
01ae66fb
|
1997-02-23T07:21:43
|
|
error if dir has /
|