| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
(prolog_pr): Cast strlen to int before comparison.
(LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
the second argument is indeed a literal string.
(longopts, print_help, main): The -a (--append) option
can be used in ctags also; for one, the Linux make file uses it.
|
| | |
|
| |
|
|
|
| |
prevents the parser from incorrectly treating classes whose superclass
is in another namespace.
|
| | |
|
| |
|
|
|
| |
Compile and link this progranm separately.
(update-game-score${EXEEXT}): Use GETOPTDEPTS.
|
| |
|
|
| |
(../src/paths.h): Removed.
|
| | |
|
| | |
|
| |
|
|
| |
ctags.c and getopt.h.
|
| |
|
|
| |
(getopt.h): New rule.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.in (AUTOCONF_INPUTS): New macro.
($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
so that these files also depend on m4/getopt.m4.
* configure.in: Configure getopt by including m4/getopt.m4,
and configuring a getopt replacement if necessary.
* make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
* m4/getopt.m4: New file.
* lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
(GETOPT_H): New macro, from gnulib.
(getopt.h): New rule, from gnulib.
(GETOPTOBJS): Now autoconfigured.
(GETOPTDEPS): getopt.h is now autoconfigured.
(getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
(getopt.o): Depend on ${srcdir}/gettext.h.
(movemail.o): Depend on $(GETOPT_H).
* lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib.
* lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h:
New files, from gnulib.
* lib-src/getopt.h: Removed (now is getopt_.h).
* nt/inc/gettext.h: Remove; no longer needed now that
lib-src/gettext.h exists.
* src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is
now part of lib-src.
|
| |
|
|
|
| |
(sendline): Add the \r\n to the line in a temporary buffer, and write it all at
once.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
and the preloaded *.elc files. This avoids unnecessary
dumping and DOC rebuilding.
|
| | |
|
| | |
|
| |
|
|
| |
(yow): Use EXIT_FAILURE in case of memory error.
|
| | |
|
| |
|
|
| |
(IS_DIRECTORY_SEP): Use it.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
error.
(pfatal_with_name): Pass error string as format parameter instead
of as part of format string.
(pfatal_and_delete): Likewise.
(main): Adjust call to fatal.
(xmalloc): Likewise.
|
| | |
|
| | |
|
| |
|
|
| |
defined.
|
| |
|
|
| |
preprocessing to compile time constant.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
default targets to silence compiler.
|
| | |
|
| |
|
|
| |
resulting DOC file can be used on Unix/Mac also.
|
| |
|
|
|
| |
make them relative to the current working dir, rather than
relative to the output tags file, if the latter is in /dev.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<stdlib.h> is available.
(enum sym_type): New st_C_attribute value for parsing
gcc's __attribute__. Deleted st_C_typespec value.
(gperf, in_word_set): Use gperf 3, options changed. Added the
__attribute__ keyword, removed all the st_C_typespec keywords,
changed attribute for Java to (C_JAVA & !C_PLPL).
(inattribute): New global bool, part of the C state machine.
(cblev): Identifier renamed to bracelev throughout.
(consider_token, C_entries): Numerous changes for making the
parser more robust and adding support for __attribute__.
Tiny change by David A. Capello <dacap@users.sourceforge.net> -
(Lua_suffixes, Lua_help, lang_names, Lua_functions):
Support the Lua scripting language <http://www.lua.org>.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Build-in-place tweak
Patches applied:
* lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224
Added sorted-doc to backup regex in lib-src.
|
| | |
|
| | |
|
| |
|
|
| |
Yet more build-in-place tweaking of arch tagging
|
| |
|
|
| |
More build-in-place tweaking of arch tagging
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Tweak arch tagging to make build/install-in-place less annoying
Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).
This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
|