aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (datearg): Use the empty string, not '-d>1970-01-01', to extract allPaul Eggert1996-10-131-4/+2
| | | | | 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-121-2/+2
| | | | 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-301-2/+2
| | | | 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-251-7/+7
|
* 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.
* Change `GNU Emacs' to `this program' in the comment referring the readerPaul Eggert1996-08-261-2/+2
| | | | | to the file COPYING, since rcs2log is distributed as part of programs other than GNU Emacs.
* Reverse conditional in previous change.Richard M. Stallman1996-08-261-3/+3
|
* Include des.h krb.h with no dir name if SOLARIS2.Richard M. Stallman1996-08-251-0/+5
|
* Use ISO 8601 date format, with time zone appended ifErik Naggum1996-08-241-90/+91
| | | | | | | | | | | | | | | | | | | change-log-time-zone-rule is non-nil, instead of traditional Unix date format. (datearg): When computing default from ChangeLog, handle ISO format dates in addition to old-fashioned dates from Emacs 19.31 and earlier. Don't worry about hh:mm:ss since the resolution is now by day. Use emtpy datearg, not empty rlog_options, to decide whether to pass "$datearg" option to $rlog. (logTZ): New variable, set to TZ specified by change-log-time-zone-rule. (month_data): Remove `mo'; no longer needed. (rlog_options): Use -zLT for localltime output, if `rlog' supports it. (extractTZ): Use UTC if the zone is t. Match `revision' line of rlog output more accurately. Add -c, -v options.
* Include <config.h>, so DOS_NT is defined on MSDOS.Richard M. Stallman1996-08-231-0/+4
|
* (readline_internal) [DOS_NT]: Don't include CRs whenRichard M. Stallman1996-07-231-0/+9
| | | | computing character positions in source files.
* (main) [HAVE_SOCKETS]: Use two separate stdioRichard M. Stallman1996-07-231-8/+21
| | | | streams, one for sending and one for reading the reply.
* Fix FSF address in comment.Karl Heuer1996-07-203-8/+11
|
* (clean): Use OBJDIR macro.Karl Heuer1996-07-161-1/+1
|
* Undo previous change.Karl Heuer1996-07-164-18/+1
|
* Declare main as int, not void.Karl Heuer1996-07-153-5/+7
|
* [__GNU_LIBRARY__]: Use size_t for fromlen.Karl Heuer1996-07-151-1/+7
|
* [__GNU_LIBRARY__]: Use <string.h>.Karl Heuer1996-07-153-0/+12
|
* (getwd): Correct return type.Karl Heuer1996-07-151-1/+1
|
* Correct return type of getwd.Karl Heuer1996-07-151-1/+1
|
* (main) [HAVE_SOCKETS]: Call rewind before writing to infile.Miles Bader1996-07-031-0/+1
|
* Remove all references to wakeup.Miles Bader1996-07-021-11/+0
|
* * etags.c (C_stab_entry): New keywords for C++ namespace, bool,Francesco Potortì1996-07-011-57/+75
| | | | explicit, mutable, typename.
* (timer, timer.o, getdate.o, $(srcdir)/getdate.c)Richard M. Stallman1996-06-211-19/+2
| | | | | (wakeup): Targets deleted. (UTILITIES): Delete wakeup and timer.
* (ETAGS_CFLAGS): Define HAVE_GETCWD macro.Richard M. Stallman1996-06-111-1/+1
|
* (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.Richard M. Stallman1996-06-111-4/+4
|
* (main): Copy cwd when appending slash.Richard M. Stallman1996-06-091-2/+2
|
* Hold previous change until after the release.Karl Heuer1996-05-181-2/+1
|
* (lisp): Include dos-win32.elc.Karl Heuer1996-05-171-1/+2
|
* * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.Francesco Potortì1996-05-171-36/+21
| | | | | (Pascal_functions): Increase linecharno by the correct number of chars, inline the GET_NEW_LINE macro and delete its definition.
* (OBJDIR, BLD): Remove macro definitions.Geoff Voelker1996-05-031-2/+0
| | | | ,