Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (install): Don't change mode or group when installing. | Richard M. Stallman | 1993-11-16 | 1 | -5/+0 |
| | |||||
* | (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas. | Richard M. Stallman | 1993-11-16 | 1 | -4/+4 |
| | |||||
* | (read_c_string): For "", concatenate the two strings. | Richard M. Stallman | 1993-11-12 | 1 | -4/+1 |
| | |||||
* | (main): Fix error message text. | Richard M. Stallman | 1993-11-12 | 1 | -1/+1 |
| | |||||
* | Mon Nov 8 19:56:20 MET 1993 Tom Hageman (tom@basil.icce.rug.nl) | Francesco Potortì | 1993-11-08 | 1 | -34/+139 |
| | | | | | | | | | | * etags.c: (C_entries): Keep track of ()-parenthesis level so that functions returning a pointer to a function, a la `signal', can be parsed. This also required new state `fstartlist' to `FUNCST'. (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack. (C_entries, CNL): use it to isolate preprocessor directive processing from the other state engines. (begtk): add '~', for C++ class destructors. | ||||
* | Tue Nov 2 19:46:52 1993 Francesco Potorti` (pot@cnuce.cnr.it) | Francesco Potortì | 1993-11-02 | 1 | -3/+2 |
| | | | | | * etags.c (consider_token): removed unused variable firsttok. (prolog_getit): call pfnote with the right number of arguments. | ||||
* | Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0". | Francesco Potortì | 1993-11-02 | 1 | -2/+2 |
| | | | | This revision has no ChangeLog entry. | ||||
* | (printlogline): Don't generate lines containing only white space. | Paul Eggert | 1993-10-19 | 1 | -2/+7 |
| | |||||
* | (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd. | Roland McGrath | 1993-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed typos or brainos of whoever though `@' was the comment char. | Roland McGrath | 1993-10-03 | 1 | -2/+2 |
| | |||||
* | * etags.c (process_file): dead code removed. | Francesco Potortì | 1993-10-01 | 1 | -17/+7 |
| | | | | | (S_ISREG): #define it using S_IFREG if not defined. (process_file): regular files have nothing to do with symlinks. | ||||
* | (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current | Brian Fox | 1993-09-30 | 1 | -3/+6 |
| | | | | | | directory. Only chmod and chgrp files that we installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in ${bindir}. (INSTALLFLAGS): Deleted definition, since it is an unused variable now. | ||||
* | (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let configure figure out the | Brian Fox | 1993-09-28 | 1 | -47/+37 |
| | | | | | | correct values for these variables. (archlibdir): Only install execuatables internally used by emacs; don't install bindir binaries here. | ||||
* | Add -h, -n, -r options. | Paul Eggert | 1993-09-24 | 1 | -29/+66 |
| | | | | | By default, look for *,v files as well as RCS/*,v files. Use $TMPDIR (default /tmp) instead of /tmp. | ||||
* | Mon Sep 20 18:06:12 1993 Francesco Potorti` (pot at fly) | Francesco Potortì | 1993-09-20 | 1 | -21/+25 |
| | | | | | | | * etags.c (C_entries): is_func is initialised here instead of in consider_token for the sake of the yacc rules section. (C_entries): Now class, struct, enum, union and typedef produce named tags. | ||||
* | Include <src/paths.h>, instead "src/paths.h". | Roland McGrath | 1993-09-12 | 1 | -1/+1 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 8 | -8/+8 |
| | |||||
* | (b2m, movemail, fakemail, env, emacsserver, emacsclient, getdate.o, | Roland McGrath | 1993-09-10 | 1 | -9/+9 |
| | | | | | timer.o, timer): Remove `-I${srcdir}/../src', since it is already in CPP_FLAGS. | ||||
* | (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir} | Roland McGrath | 1993-09-10 | 1 | -2/+2 |
| | | | | -I${srcdir}/../src. | ||||
* | * etags.c (L_isdef, L_isquote, L_getit): small optimisations. | Francesco Potortì | 1993-09-06 | 1 | -27/+74 |
| | | | | | | | | | | | | | | (L_funcs): the (foo::defmumble stuff now should work. (consider_token): function returned random value--corrected. (C_entries): corrected == versus = typo. * etags.c (FINCST): added the fignore status. Means we are after the parameter list and before the open curly brace. Allows correct parsing of C++ constructors. (C_entries, consider_token): make use of fignore. (consider_token): reset funcdef when next_token_is_func: when in ctags mode makes DEFVAR and others work better. (L_isquote): function that recognises the "(quote" string. (L_getit): ignore quoting via "'" or "(quote". Useful for defalias. | ||||
* | Change /{/ to /\{/ for Posix compatibility; otherwise, HP awk complains. | Paul Eggert | 1993-08-25 | 1 | -2/+2 |
| | |||||
* | Append /usr/ccs/bin and /usr/sccs to PATH. | Paul Eggert | 1993-08-25 | 1 | -1/+3 |
| | |||||
* | (make-path): Dep on config.h. | Richard M. Stallman | 1993-08-12 | 1 | -1/+1 |
| | |||||
* | (TRUE, FALSE): Don't define if already defined. | Richard M. Stallman | 1993-08-11 | 1 | -0/+4 |
| | |||||
* | (awkscript): Some sites put comma-separated junk after the fullname. | Paul Eggert | 1993-08-09 | 1 | -1/+11 |
| | | | | | Remove it, but leave "Bill Gates, Jr" alone. Remove the junk from fullnames like "0000-Admin(0000)". | ||||
* | (put_entries): For NODE->rewritten, put pattern before \177 and name after, | Roland McGrath | 1993-08-01 | 1 | -2/+4 |
| | | | | not vice versa. | ||||
* | (main): Generate a SIGIO as soon as we've initialized. | Richard M. Stallman | 1993-08-01 | 1 | -1/+5 |
| | |||||
* | Don't check whether file is readable until we have decided not to ignore it. | Paul Eggert | 1993-07-29 | 1 | -3/+3 |
| | |||||
* | (etags): Depend on ../src/config.h. | Richard M. Stallman | 1993-07-21 | 1 | -1/+1 |
| | |||||
* | Include types.h before file.h. | Richard M. Stallman | 1993-07-20 | 1 | -1/+1 |
| | |||||
* | (install): Use .n, not .new, for temporary filenames. | Richard M. Stallman | 1993-07-19 | 1 | -7/+8 |
| | |||||
* | * wakeup.c: Use CPP tangle from autoconf manual to #include the | Jim Blandy | 1993-07-18 | 1 | -1/+12 |
| | | | | correct combination of <time.h> and <sys/time.h>. | ||||
* | * etags.c (print_help): Break up the very long strings containing | Jim Blandy | 1993-07-18 | 1 | -20/+19 |
| | | | | | the help message into shorter strings, to placate chintzy C compilers which can't handle strings that long. | ||||
* | * etags.c (alloca): removed all references to it. | Jim Blandy | 1993-07-09 | 1 | -18/+2 |
| | | | | | | (main): now calls xnew instead of alloca for portability. (../src/config.h): included only if HAVE_CONFIG_H. (const): void definition removed--config.h takes care of it. | ||||
* | (consider_token): was `==', now is `='. | Richard M. Stallman | 1993-07-09 | 1 | -36/+35 |
| | | | | | | | | | | (consider_token): DEFUNs now treated like funcs in ctags mode. (LEVEL_OK_FOR_FUNCDEF): removed. (C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF. (C_entries): removed a piece of useless code. (C_entries): making typedef tags is delayed until a semicolon is met. This handles "typedef int X, Y, Z;" correctly. | ||||
* | * b2m.c: #include <sys/types.h>. | Jim Blandy | 1993-07-06 | 1 | -1/+2 |
| | | | | (ltoday): Declare this to be time_t. | ||||
* | Add -q option. | Paul Eggert | 1993-06-30 | 1 | -3/+6 |
| | |||||
* | * etags.c: #include "config.h" and the alloca CPP tangle before | Jim Blandy | 1993-06-29 | 1 | -7/+7 |
| | | | | | #including the system headers and getopt.h. AIX requires the #pragma to come before any actual C code. | ||||
* | * Makefile.in (ctags): Depend on etags, so that parallel makes | Jim Blandy | 1993-06-22 | 1 | -1/+3 |
| | | | | don't write etags.o files on top of each other. | ||||
* | (add_node): Move var last_node to file scope. | Richard M. Stallman | 1993-06-19 | 1 | -1/+4 |
| | |||||
* | * Makefile.in: Remember, spaces are not tabs. | Jim Blandy | 1993-06-17 | 1 | -6/+6 |
| | |||||
* | Bring mumbleclean targets into conformance with GNU coding standards. | Jim Blandy | 1993-06-16 | 1 | -3/+9 |
| | | | | | | * Makefile.in (distclean): Call clean to do most of the work. Delete aixcc.c and TAGS. (realclean): Just call distclean. | ||||
* | (CPP_CFLAGS): New variable. | Richard M. Stallman | 1993-06-13 | 1 | -24/+31 |
| | | | | | Use it instead of ALL_CFLAGS when compiling a .c file. (getopt.o, getopt1.o): Add explicit compilation commands. | ||||
* | Reinstate old -f option as an alias for -o for installed base uses. | Richard M. Stallman | 1993-06-11 | 1 | -2/+3 |
| | |||||
* | * emacsserver.c (main): When we're passing a `struct sockaddr_un' | Jim Blandy | 1993-06-09 | 1 | -3/+3 |
| | | | | | | to bind or accept, cast the pointer, to avoid warnings on systems which declare prototypes for this. * emacsclient.c (main): Same. | ||||
* | * emacsserver.c (main): When we're passing a `struct sockaddr_un' | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
| | | | | | to bind or accept, cast the pointer, to avoid warnings on systems which declare prototypes for this. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 6 | -7/+7 |
| | |||||
* | * configure.in: Test for bison. | Jim Blandy | 1993-06-09 | 1 | -0/+1 |
| | | | | | | | * Makefile.in (YACC): New variable. (lib-src/Makefile.in): Edit YACC into the makefile. * Makefile.in (YACC): New variable, to be set by top-level Makefile. | ||||
* | * wakeup.c: Include sys/types.h, too; I think that's where time_t | Jim Blandy | 1993-06-08 | 1 | -0/+1 |
| | | | | comes from, not sys/time.h. | ||||
* | #undef static. | Richard M. Stallman | 1993-06-08 | 1 | -0/+1 |
| |