| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (main): Don't process one input file twice. | Richard M. Stallman | 1994-10-21 | 1 | -3/+13 |
| | | | | | Never use exit code > 1. | ||||
| * | * etags.c (prestr, substr): return a logical type. | Francesco Potortì | 1994-10-21 | 1 | -28/+29 |
| | | | | | | | (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF". (consider_token): set funcdef to fignore when a DEFUN is met. (C_entries): Now we can use Tom Hageman patch for extern "C". | ||||
| * | PopServer renamed to popserver throughout. | Richard M. Stallman | 1994-10-20 | 1 | -2/+2 |
| | | |||||
| * | Don't declare malloc, since we include config.h. | David J. MacKenzie | 1994-10-20 | 2 | -2/+0 |
| | | |||||
| * | Only include ../src/config.h if HAVE_CONFIG_H is | Richard M. Stallman | 1994-10-19 | 1 | -32/+45 |
| | | | | | | | | | | | | | | defined, and if HAVE_CONFIG_H isn't defined, define MAIL_USE_POP always (so that this file can be included in other programs besides emacs). Only declare h_errno if HAVE_H_ERRNO isn't defined or HAVE_CONFIG_H isn't defined. (find_crlf, getline): Instead of using strstr, use a custom function for finding CRLF. (my_strstr): Function deleted. | ||||
| * | Don't declare malloc. | Richard M. Stallman | 1994-10-19 | 1 | -1/+0 |
| | | |||||
| * | Use test -r instead of < to check readability, to avoid syntax error. | David J. MacKenzie | 1994-10-19 | 1 | -1/+1 |
| | | |||||
| * | Fix mismatch in conditionals. | Richard M. Stallman | 1994-10-18 | 1 | -7/+9 |
| | | |||||
| * | (open, close, read, write): Add #undefs. | Richard M. Stallman | 1994-10-18 | 1 | -0/+5 |
| | | |||||
| * | [SYSV_IPC] (main): Catch SIGHUP as well. Don't | Richard M. Stallman | 1994-10-18 | 1 | -1/+12 |
| | | | | | call kill with pid 0. Handle EINTR when receiving messages. | ||||
| * | Include ../src/config.h. | Richard M. Stallman | 1994-10-18 | 1 | -0/+3 |
| | | |||||
| * | Don't declare malloc, realloc, free. | Richard M. Stallman | 1994-10-18 | 1 | -10/+8 |
| | | | | | | | | | | Don't include string.h or strings.h. Include des.h before krb.h. Do declare my_strstr. (getline): Really use my_strstr. Leave one empty place in server->buffer, and put a null at the end of the data in it. | ||||
| * | (regex.o): Use full path to find regex.c. | Karl Heuer | 1994-10-17 | 1 | -1/+1 |
| | | |||||
| * | (etags): add dependency on regex.o, link with it. | Karl Heuer | 1994-10-17 | 1 | -2/+7 |
| | | | | | (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added. | ||||
| * | remove make-path | David J. MacKenzie | 1994-10-12 | 1 | -5/+5 |
| | | |||||
| * | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 15 | -39/+75 |
| | | |||||
| * | Make functions that return nothing void, not implicitly int. | David J. MacKenzie | 1994-10-12 | 1 | -18/+31 |
| | | | | | | (main): Improve usage message. (error): Write to stderr, not stdout. | ||||
| * | (libexecdir): Renamed from libdir. | Richard M. Stallman | 1994-10-11 | 1 | -2/+2 |
| | | |||||
| * | (clean): rm DOC/* and *.tab.[ch]. | Richard M. Stallman | 1994-10-11 | 1 | -1/+2 |
| | | | | | (distclean): Not here. | ||||
| * | * etags.c (C_entries): Name the #define's that are macros. | Francesco Potortì | 1994-10-11 | 1 | -3/+1 |
| | | |||||
| * | [! SYSVIPC] (main): Fix uses of FD_* macros: fd_set arg is a pointer, | Roland McGrath | 1994-10-10 | 1 | -6/+6 |
| | | | | | descriptor arg comes first. | ||||
| * | * etags.c (C_entries): Recognise typedef of ANSI style functions. | Francesco Potortì | 1994-09-30 | 1 | -16/+57 |
| | | | | | | | | | (C_entries): Recognise #define inside a struct. (C_entries): ANSI tells that preprocessor commands do not have to start on the first column. (print_help): Documentation corrected for -d and -D. (white, endtk): ANSI tells the vertical tab is a separator. | ||||
| * | Initial revision | Richard M. Stallman | 1994-09-27 | 2 | -0/+1550 |
| | | |||||
| * | Improve POP code, move most of it into a separate file. | Richard M. Stallman | 1994-09-27 | 1 | -249/+105 |
| | | | | | | | | | (mbx_delimit_end, mbx_delimit_begin): Check for errors. (mbx_write): Check for errors and for From line. (pop_retr, popmail): Use subroutines in pop.c to do the real work. (get_errmsg, multiline, getline, putline, pop_stat, pop_command) (pop_init): Functions deleted. | ||||
| * | (MOVE_FLAGS, MOVE_LIBS): New variables. | Richard M. Stallman | 1994-09-27 | 1 | -2/+32 |
| | | | | | | (pop.o, movemail.o): New targets. (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS. | ||||
| * | (touchy_mkdir): Make dir ugo+re even if it isn't new. | Richard M. Stallman | 1994-09-24 | 1 | -20/+38 |
| | | | | | Rename path to dirname. | ||||
| * | (UTILITIES): Remove test-distrib, make-docfile, make-path. | Richard M. Stallman | 1994-09-23 | 1 | -2/+4 |
| | | | | | | (DONT_INSTALL): New variable--list those files here. (clean): Delete the files in DONT_INSTALL. | ||||
| * | (from, labels, data): Use MAX_DATA_LEN as length. | Richard M. Stallman | 1994-09-21 | 1 | -8/+6 |
| | | | | | (main): Use fgets, not gets. | ||||
| * | Don't declare malloc. | Richard M. Stallman | 1994-09-17 | 1 | -1/+1 |
| | | |||||
| * | (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already defined, use simple | Karl Heuer | 1994-09-17 | 1 | -6/+30 |
| | | | | | | 32-bit versions of these macros. (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros. | ||||
| * | (etags_getcwd): Use getcwd if available. | Karl Heuer | 1994-09-16 | 1 | -1/+10 |
| | | |||||
| * | Add support for CVS. | Paul Eggert | 1994-08-15 | 1 | -20/+49 |
| | | | | | Work with `rlog's that output ISO 8601 dates. | ||||
| * | Use <> to delimit email address. | Richard M. Stallman | 1994-08-09 | 1 | -3/+3 |
| | | |||||
| * | [SYSV_IPC] (main): Make a separate process | Richard M. Stallman | 1994-08-08 | 1 | -9/+40 |
| | | | | | so we can listen for multiple requests. | ||||
| * | Include config.h first thing. | Richard M. Stallman | 1994-08-04 | 1 | -2/+2 |
| | | |||||
| * | (main): Add casts to avoid warnings. | Richard M. Stallman | 1994-08-01 | 1 | -2/+3 |
| | | |||||
| * | (${archlibdir}): Compare the proper dir | Richard M. Stallman | 1994-07-29 | 1 | -0/+3 |
| | | | | | before installing the scripts. | ||||
| * | (main): New local var progname saves argv[0]. | Richard M. Stallman | 1994-07-27 | 1 | -1/+2 |
| | | |||||
| * | (main): Don't actually modify argv[0]. Modify a copy instead. | Richard M. Stallman | 1994-07-26 | 1 | -5/+6 |
| | | |||||
| * | Add #undef alloca. | Richard M. Stallman | 1994-07-25 | 1 | -0/+6 |
| | | |||||
| * | (reset_watch, get_time): Use EMACS_GET_TIME. | Richard M. Stallman | 1994-07-25 | 1 | -11/+2 |
| | | | | | (tzp): Var deleted. | ||||
| * | (xmalloc): New function. | Richard M. Stallman | 1994-07-13 | 1 | -0/+17 |
| | | |||||
| * | (ALLOCA_CFLAGS): New variable. | Richard M. Stallman | 1994-07-12 | 1 | -0/+4 |
| | | | | | (alloca.o): New target. | ||||
| * | * etags.c (main): Don't barf on obsolete -t and -T switches. | Francesco Potortì | 1994-07-08 | 1 | -9/+13 |
| | | | | | | (main): Print an explicative message when a switch is not known. (takeprec): recognise the `character*(*) function' syntax. | ||||
| * | Don't declare exit or perror. | Richard M. Stallman | 1994-06-23 | 1 | -5/+0 |
| | | |||||
| * | (main): Don't declare geteuid. | Richard M. Stallman | 1994-06-23 | 1 | -1/+2 |
| | | | | | Don't declare getenv if convex. | ||||
| * | (rootrelativepath) [MSDOS]: Define, expanding to dynamic | Richard M. Stallman | 1994-06-07 | 1 | -0/+12 |
| | | | | | location of data directory. | ||||
| * | (test-distrib): Use ALL_CFLAGS. | Richard M. Stallman | 1994-06-07 | 1 | -1/+1 |
| | | |||||
| * | * etags.c (absolute_filename): Remove infinite loop bug when | Francesco Potortì | 1994-06-03 | 1 | -4/+4 |
| | | | | | accessing files in directories whose name begins with a dot. | ||||
| * | * etags.c (etags_getcwd): Delete the trailing newline from cwd. | Francesco Potortì | 1994-06-03 | 1 | -0/+1 |
| | | |||||