summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* (getline): Don't miss CRLF pairs when the CR and LF areRichard M. Stallman1997-05-061-1/+3
| | | | read in separate blocks.
* * etags.c [TeX_named_tokens]: Set to FALSE if undefined.Francesco Potortì1997-04-301-80/+91
| | | | | | | | | | | | (struct linebuffer): New member `len' is the length of the string. (find_entries, Pascal_functions, TeX_functions, TEX_getit): Use it instead of strlen. (TEX_getit): Declare and define unconditionally as static. (TeX_functions): Use if instead of #if TeX_named_tokens. (add_regex): Set RE_INTERVALS flag for regex compilation. (substitute): Code cleanup. (readline_internal): Code cleanup, set new member `len'. (readline): Bug corrected.
* Change references of windowsnt.h to ms-w32.h.Geoff Voelker1997-04-231-13/+13
| | | | (obj): Change references of nt*.c files to w32*.c files.
* automatically generated from GPLed versionPaul Eggert1997-04-181-0/+1055
|
* Tue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1997-04-151-91/+87
| | | | | | | | | | | * etags.c (xnew): Add support for debugging with chkmalloc. (error): Use this instead of printf whenever possible. (main): Only call xnew after having initialised progname. (substitute): Bad memory corruption error corrected. * etags.c (add_regex): Undo previous change. (relative_filename): Small memory leak closed. (absolute_filename): Cleaned up the code, possibly closing a bug. (absolute_dirname): Always return a newly allocated string.
* (initialize_fullname): Set NIS_PATH to the empty string before invokingPaul Eggert1997-03-232-4/+4
| | | | nismatch, in case it's set to some nonstandard value.
* (files): Ignore files in RCS directory whose names are of the form ,*,Paul Eggert1997-03-212-6/+22
| | | | | or *_; they are probably RCS lock files. Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver; they are used by rcsfreeze.
* * etags.c (add_regex): reset *putbuf before using it.Francesco Potortì1997-03-171-7/+4
|
* (popmail): Remove some unnecessary functionKarl Heuer1997-02-231-6/+5
| | | | | | | | declarations. (popmail, pop_retr): Since popmail always passes mbx_write and mbf into pop_retr, there's no reason to pass in mbx_write, and the file argument can be declared FILE * explicitly. This fixes a compilation problem on systems with 64-bit pointers.
* Delete duplicate inclusion of fcntl.hKarl Heuer1997-02-141-9/+0
| | | | and duplicate #undefs of open, read, write, close.
* automatically generated from GPLed versionPaul Eggert1997-01-231-0/+191
|
* automatically generated from GPLed versionPaul Eggert1997-01-221-0/+135
|
* (movemail)): Link with getopt.Richard M. Stallman1997-01-211-2/+2
|
* (main): Do not display "[POP-password]" in the usageRichard M. Stallman1997-01-211-24/+59
| | | | | | | message when movemail is compiled without POP support. (main, popmail): Add the optional "-p" argument, which causes movemail to leave mail in the inbox after copying it into the output file.
* --help, --version: New options, for conformance to GNU coding standards.Paul Eggert1997-01-202-22/+82
| | | | | | | | | (Copyright, Help, Id): New variables, for above. (rlog): Use -q option with cvs log, to avoid useless chatter. Treat logs of "Initial revision" (RCS) or "file F was initially added on branch B." (CVS) as if they said "New file.", for consistency with change log entries.
* Include maillock.h (conditionally).Richard M. Stallman1997-01-201-70/+169
| | | | | | | | | Remove a redundant inclusion of <stdio.h>. (MAIL_USE_MAILLOCK): New macro, conditionally defined. (main): Add variable spool_name. Support the usage of maillock and mailunlock to lock and unlock mailboxes. (mail_spool_name): New function.
* (PATH): Add /usr/xpg4/bin,Paul Eggert1997-01-011-4/+4
| | | | | where XPG4 SCCS hangs out in Solaris 2.5. (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
* (streq, strneq): Use == NULL rather than !.Richard M. Stallman1996-12-191-2/+4
|
* (LIBMAIL): New macro. Conditionally includes -lmail.Richard M. Stallman1996-12-181-1/+5
| | | | (movemail): Use LIBMAIL, to link against -lmail.
* (socket_connection): Free realhost after using it.Richard M. Stallman1996-12-161-0/+1
|
* * etags.c (C_entries): Test tok.valid. This handles someFrancesco Potortì1996-12-041-38/+50
| | | | | | | | particular cases involving function declarations that failed. * etags.c (pfnote, fatal, error): Callers using a NULL pointer must cast it to (char *) because we have no prototypes. (make_C_tag): Macro deleted, new function. (C_entries): Calls to make_C_tag macro changed to call function.
* gethostbyname() may return a pointer to static data, which isCharles Hannum1996-11-211-2/+4
| | | | | overwritten deep inside krb_realmofhost(). Copy the host name to avoid conflicts.
* Wed Nov 13 17:51:29 1996 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1996-11-131-41/+55
| | | | | | | | | | * etags.c (grow_linebuffer): New function. (GROW_LINEBUFFER): Macro deleted. All callers changed. (make_tag): Macro renamed to make_C_tag. All callers changed. (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's. (Prolog_functions): prolog_skip_comment was called with wrong number of arguments. (xrealloc): fatal was called with wrong number of arguments
* * etags.c (relative_filename): Bug corrected.Francesco Potortì1996-11-081-39/+49
| | | | | (etags_getcwd): Avoid warning of unused variable. (C_entries, consider_token): Added support for enum labels.
* When processing cvs log output, remove `Attic/' from repository file names.Paul Eggert1996-11-032-2/+12
|
* Fix 1996-09-02 change.Karl Heuer1996-10-221-1/+1
|
* (datearg): Use the empty string, not '-d>1970-01-01', to extract allPaul Eggert1996-10-132-8/+4
| | | | | revisions, since some hosts reject 1970-01-01 when east of UTC. (date): Remove.
* (rlog_options): Look for ' option' rather than 'unknown option',Paul Eggert1996-10-122-4/+4
| | | | since CVS says 'invalid option'.
* (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.Richard M. Stallman1996-10-061-0/+9
|
* * etags.c (print_version): Print copyright info.Francesco Potortì1996-10-021-11/+13
| | | | | | * etags.c (print_help): Print the bug reporting address. (main): Use return as the last instruction, instead of exit. * etags.c (main): Don't open the tags file in cxref mode.
* (date): Make default format acceptable to CVS post v1.8Paul Eggert1996-09-302-4/+4
| | | | as well as earlier CVSs and RCS.
* (main): If the lock call fails with EBUSY orRichard M. Stallman1996-09-291-4/+38
| | | | EAGAIN, retry a few times.
* (rlog_options): Use $rlog, not rlog, when deciding whether to append -zLT.Paul Eggert1996-09-252-14/+14
|
* Replaced all BSD with BSD_SYSTEM.Karl Heuer1996-09-173-7/+7
|
* (longopts): Change nowait to no-wait.Richard M. Stallman1996-09-101-3/+3
| | | | (print_help_and_exit): Fix option name; upcase metavars.
* (main): Declare `fromlen' as size_t, undo previous change.Erik Naggum1996-09-071-3/+3
|
* (main): Declare `fromunix' as size_t.Richard M. Stallman1996-09-041-1/+2
|
* Whitespace fix.Richard M. Stallman1996-09-041-2/+2
|
* (etags_getcwd): Use getcwd if available even if MSDOS.Richard M. Stallman1996-09-031-15/+16
|
* (quote_file_name): Quote with &, not \.Richard M. Stallman1996-09-021-5/+6
| | | | Quote `-' only at start of file name. Terminate the value string.
* Include signal.h properly;Richard M. Stallman1996-09-021-3/+1
| | | | delete the duplicate includes for it.
* On fatal signal, delete socket-file:Richard M. Stallman1996-09-021-1/+130
| | | | | | | | Include signal.h. (xmalloc, fatal, error): New functions. (delete_socket, handle_signals): New functions. (progname, socket_name): New variables. [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
* (quote_file_name): New function.Richard M. Stallman1996-09-021-41/+58
| | | | | | | (main, both versions): Use quote_file_name. (decode_options): Don't return a value. (main, both versions): Use optind. Don't check for -nowait here.
* (emacsclient): Link with getopt.Richard M. Stallman1996-09-011-2/+4
| | | | Add -DVERSION so emacsclient knows its version number.
* (decode_options): New function.Richard M. Stallman1996-09-011-16/+98
| | | | | | (main, both versions): Call decode_options. (print_help_and_exit): New function. (VERSION): New macro
* (lisp): Include dos-nt.elc.Richard M. Stallman1996-09-011-1/+2
|
* (blessmail): Use $srcdir to find blessmail.el.Richard M. Stallman1996-08-311-1/+1
|
* (both versions): Handle -nowait and --nowait by sending data to the server.Richard M. Stallman1996-08-311-4/+33
|
* (INSTALL_STRIP): New variable.Richard M. Stallman1996-08-281-11/+19
| | | | | | | (${archlibdir}): Use INSTALL_STRIP. (MOVE_LIBS): Use conditionals on KERBEROS, HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
* (MOVE_LIBS): Use conditionals onRichard M. Stallman1996-08-261-8/+13
| | | | KERBEROS, HAVE_LIBKRB and HAVE_LIBDES to set it up.