aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (main): Don't process one input file twice.Richard M. Stallman1994-10-211-3/+13
| | | | Never use exit code > 1.
* * etags.c (prestr, substr): return a logical type.Francesco Potortì1994-10-211-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. Stallman1994-10-201-2/+2
|
* Don't declare malloc, since we include config.h.David J. MacKenzie1994-10-202-2/+0
|
* Only include ../src/config.h if HAVE_CONFIG_H isRichard M. Stallman1994-10-191-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. Stallman1994-10-191-1/+0
|
* Use test -r instead of < to check readability, to avoid syntax error.David J. MacKenzie1994-10-191-1/+1
|
* Fix mismatch in conditionals.Richard M. Stallman1994-10-181-7/+9
|
* (open, close, read, write): Add #undefs.Richard M. Stallman1994-10-181-0/+5
|
* [SYSV_IPC] (main): Catch SIGHUP as well. Don'tRichard M. Stallman1994-10-181-1/+12
| | | | call kill with pid 0. Handle EINTR when receiving messages.
* Include ../src/config.h.Richard M. Stallman1994-10-181-0/+3
|
* Don't declare malloc, realloc, free.Richard M. Stallman1994-10-181-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 Heuer1994-10-171-1/+1
|
* (etags): add dependency on regex.o, link with it.Karl Heuer1994-10-171-2/+7
| | | | (REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
* remove make-pathDavid J. MacKenzie1994-10-121-5/+5
|
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-1215-39/+75
|
* Make functions that return nothing void, not implicitly int.David J. MacKenzie1994-10-121-18/+31
| | | | | (main): Improve usage message. (error): Write to stderr, not stdout.
* (libexecdir): Renamed from libdir.Richard M. Stallman1994-10-111-2/+2
|
* (clean): rm DOC/* and *.tab.[ch].Richard M. Stallman1994-10-111-1/+2
| | | | (distclean): Not here.
* * etags.c (C_entries): Name the #define's that are macros.Francesco Potortì1994-10-111-3/+1
|
* [! SYSVIPC] (main): Fix uses of FD_* macros: fd_set arg is a pointer,Roland McGrath1994-10-101-6/+6
| | | | descriptor arg comes first.
* * etags.c (C_entries): Recognise typedef of ANSI style functions.Francesco Potortì1994-09-301-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 revisionRichard M. Stallman1994-09-272-0/+1550
|
* Improve POP code, move most of it into a separate file.Richard M. Stallman1994-09-271-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. Stallman1994-09-271-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. Stallman1994-09-241-20/+38
| | | | Rename path to dirname.
* (UTILITIES): Remove test-distrib, make-docfile, make-path.Richard M. Stallman1994-09-231-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. Stallman1994-09-211-8/+6
| | | | (main): Use fgets, not gets.
* Don't declare malloc.Richard M. Stallman1994-09-171-1/+1
|
* (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already defined, use simpleKarl Heuer1994-09-171-6/+30
| | | | | 32-bit versions of these macros. (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
* (etags_getcwd): Use getcwd if available.Karl Heuer1994-09-161-1/+10
|
* Add support for CVS.Paul Eggert1994-08-151-20/+49
| | | | Work with `rlog's that output ISO 8601 dates.
* Use <> to delimit email address.Richard M. Stallman1994-08-091-3/+3
|
* [SYSV_IPC] (main): Make a separate processRichard M. Stallman1994-08-081-9/+40
| | | | so we can listen for multiple requests.
* Include config.h first thing.Richard M. Stallman1994-08-041-2/+2
|
* (main): Add casts to avoid warnings.Richard M. Stallman1994-08-011-2/+3
|
* (${archlibdir}): Compare the proper dirRichard M. Stallman1994-07-291-0/+3
| | | | before installing the scripts.
* (main): New local var progname saves argv[0].Richard M. Stallman1994-07-271-1/+2
|
* (main): Don't actually modify argv[0]. Modify a copy instead.Richard M. Stallman1994-07-261-5/+6
|
* Add #undef alloca.Richard M. Stallman1994-07-251-0/+6
|
* (reset_watch, get_time): Use EMACS_GET_TIME.Richard M. Stallman1994-07-251-11/+2
| | | | (tzp): Var deleted.
* (xmalloc): New function.Richard M. Stallman1994-07-131-0/+17
|
* (ALLOCA_CFLAGS): New variable.Richard M. Stallman1994-07-121-0/+4
| | | | (alloca.o): New target.
* * etags.c (main): Don't barf on obsolete -t and -T switches.Francesco Potortì1994-07-081-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. Stallman1994-06-231-5/+0
|
* (main): Don't declare geteuid.Richard M. Stallman1994-06-231-1/+2
| | | | Don't declare getenv if convex.
* (rootrelativepath) [MSDOS]: Define, expanding to dynamicRichard M. Stallman1994-06-071-0/+12
| | | | location of data directory.
* (test-distrib): Use ALL_CFLAGS.Richard M. Stallman1994-06-071-1/+1
|
* * etags.c (absolute_filename): Remove infinite loop bug whenFrancesco Potortì1994-06-031-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-031-0/+1
|