Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | |||||
* | Include sys/time.h. | Richard M. Stallman | 1993-06-03 | 1 | -0/+1 |
| | |||||
* | (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps. | Richard M. Stallman | 1993-06-02 | 1 | -1/+1 |
| | |||||
* | #undef signal. | Richard M. Stallman | 1993-06-01 | 1 | -0/+1 |
| | |||||
* | [LINUX]: #undef signal. | Richard M. Stallman | 1993-06-01 | 1 | -0/+6 |
| | |||||
* | (main): Make when a time_t. | Richard M. Stallman | 1993-05-31 | 1 | -1/+1 |
| | |||||
* | * Makefile.in: (${archlibdir}): Use `(cd foo && pwd)` instead of | Jim Blandy | 1993-05-30 | 1 | -1/+1 |
| | | | | | `(cd foo ; pwd)` to get the canonical name of a directory; cd might fail, and have pwd print out the current directory. | ||||
* | * movemail.c [MAIL_USE_POP] (main): Don't use non-portable | Jim Blandy | 1993-05-30 | 1 | -2/+5 |
| | | | | string-handling functions. | ||||
* | When given no file arguments, inspect RCS/.* as well | Richard M. Stallman | 1993-05-29 | 1 | -5/+24 |
| | | | | as RCS/*. Don't report an error if RCS is empty or nonexistent. | ||||
* | (timer): Link with $(LOADLIBES). | Richard M. Stallman | 1993-05-29 | 1 | -1/+1 |
| | |||||
* | (put_line): Don't output \n\t unless more text follows. | Richard M. Stallman | 1993-05-28 | 1 | -1/+2 |
| | |||||
* | * etags.c: Replace the CPP tangle for alloca with the one from the | Jim Blandy | 1993-05-28 | 1 | -8/+15 |
| | | | | autoconf documentation, since that's working elsewhere. | ||||
* | * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine | Jim Blandy | 1993-05-28 | 1 | -1/+1 |
| | | | | description files can find their ancestors. | ||||
* | (ALL_CFLAGS): Add -I../src | Richard M. Stallman | 1993-05-28 | 1 | -1/+2 |
| | |||||
* | (install): Get the scripts from ${srcdir}, unlike the executables. | Richard M. Stallman | 1993-05-28 | 1 | -1/+5 |
| | |||||
* | * Makefile.in (ALL_CFLAGS): Include -I${srcdir}. | Jim Blandy | 1993-05-27 | 1 | -3/+3 |
| | | | | (getopt.o, getopt1.c): Use ${srcdir} as appropriate. | ||||
* | * Makefile.in (install): Do install the programs listed in | Jim Blandy | 1993-05-27 | 1 | -2/+2 |
| | | | | | INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and INSTALLABLE_SCRIPTS, instead of writing the programs out. | ||||
* | Include ../src/config.h. | Richard M. Stallman | 1993-05-25 | 1 | -0/+2 |
| | |||||
* | (install): Don't handle INSTALLABLE_SCRIPTS | Richard M. Stallman | 1993-05-25 | 1 | -5/+7 |
| | | | | | in first loop. Delete files from bindir before installing new ones. (ALL_CFLAGS): Use ${srcdir} to find .../src dir. | ||||
* | * make-docfile.c: Doc fix. | Jim Blandy | 1993-05-24 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's | Jim Blandy | 1993-05-24 | 1 | -2/+2 |
| | | | | appropriate. | ||||
* | * timer.c (xmalloc): Include definition for this, to placate the C | Jim Blandy | 1993-05-24 | 1 | -2/+3 |
| | | | | | version of alloca. * Makefile.in (timer.o): Link with alloca.o, if it's appropriate. | ||||
* | * Makefile.in (install): Refer to the variables INSTALLABLES and | Jim Blandy | 1993-05-24 | 1 | -1/+1 |
| | | | | INSTALLABLE_SCRIPTS, instead of writing them out. | ||||
* | (main): Return 0. | Richard M. Stallman | 1993-05-23 | 1 | -0/+2 |
| | |||||
* | (scan_lisp_file): Recognize defalias like fset. | Richard M. Stallman | 1993-05-22 | 1 | -1/+2 |
| | |||||
* | Change permission notice (not "part of Emacs"). | Richard M. Stallman | 1993-05-21 | 1 | -7/+7 |
| | |||||
* | Update GPL version. | Richard M. Stallman | 1993-05-19 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (.c.o): Make the rule start with a tab, not spaces. | Jim Blandy | 1993-05-18 | 1 | -1/+1 |
| | |||||
* | * timer.c (notify): Don't call sighold or sigrelse; they're USG | Jim Blandy | 1993-05-16 | 1 | -2/+2 |
| | | | | | only. We should really fix this later, but let's just make it compile for now. | ||||
* | Install patches from David J. Mackenzie to make the srcdir option | Jim Blandy | 1993-05-15 | 2 | -5/+19 |
| | | | | | | | | | | | | | | | | | | | | | | work. * Makefile.in (srcdir, VPATH): Get this value from the top-level Makefile. (INSTALLABLES): Split this into two lists - INSTALLABLES and INSTALLABLE_SCRIPTS. (INSTALLABLE_SCRIPTS): New list. (EXECUTABLES): Include INSTALLABLE_SCRIPTS. (${archlibdir}): The scripts to be installed live in the source tree, not in the object tree. (test-distrib): Note that the data file lives in the source tree, not the object tree. (GETOPTDEPS): Note that getopt.h lives in the source tree. (all other targets): Change references to source files to use ${srcdir}, except for config.h, which lives in the object dir. (timer.o): Note that this depends on ../src/config.h. * make-docfile.c (main): Add a -d option, to tell it where to find the source files. * test-distrib.c (main): Take the name of the distribution file to test from the command line. | ||||
* | * timer.c: Fix mispellings of get_date function's name. | Jim Blandy | 1993-05-15 | 1 | -2/+2 |
| | |||||
* | The GNU coding standards specify that CFLAGS should be left for | Jim Blandy | 1993-05-15 | 1 | -27/+30 |
| | | | | | | | | | | | | | | | | | | users to set. * Makefile.in (CFLAGS): Put this in the "things configure might edit" section, and have it default to -g. (ALL_CFLAGS): New variable, set to all the flags which should be passed to compilations. Replace all other uses of CFLAGS with ALL_CFLAGS. (.c.o): New rule, to pass ALL_CFLAGS to compilations. * Makefile.in (DEFS): Remove this; it's always just going to be "-DHAVE_CONFIG_H -Demacs". * Makefile.in (ALLOCA): New variable, whose value we should inherit from the top-level makefile. (etags, ctags): Include ALLOCA in the list of object files that these executables depend on and link. |