| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix copyright. | Stefan Monnier | 2004-03-22 | 1 | -6/+0 |
| | | |||||
| * | Changes to support ChangeLog.10+. | Juanma Barranquero | 2004-03-09 | 2 | -25/+49 |
| | | | | | | | | | | | | (main): Tidy up usage string. Fix "Use of uninitialized value" warning. Set version to 0.2. Parse the directory listing to get any ChangeLog.n file, not just 1..9. (header_match_p, entry_match_p, print_log, parse_changelog): Remove Perl prototypes (their purpose is to help the parser, which isn't needed here, not declare arguments). (parse_changelog): Make --reverse faster on big batches by not modifying the entries list. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2004-03-01 | 1 | -8/+12 |
| | | |||||
| * | (obj): Add fringe.c. | Juanma Barranquero | 2004-03-01 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2004-02-16 | 1 | -1/+7 |
| | | |||||
| * | rcs2log fixes for CVSROOT var. | Paul Eggert | 2004-02-15 | 1 | -1/+13 |
| | | | | | Update Copyright dates to include 2004, and 1988 through 1992. | ||||
| * | Work correctly if CVSROOT specifies :fork: or | Paul Eggert | 2004-02-15 | 1 | -11/+17 |
| | | | | | | | | | | | :local: methods, or omits the colon between the hostname and the path. Allow :/ in repository path, since CVS does. Fix typo: "pository" should be set from $CVSROOT, not $repository. This fixes a bug reported by Wolfgang Scherer in <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, along with some related bugs I discovered by inspecting how CVS itself parses $CVSROOT. | ||||
| * | *** empty log message *** | Stefan Monnier | 2004-02-06 | 1 | -0/+4 |
| | | |||||
| * | (decode_options): Fix handling of alternate editor. | Stefan Monnier | 2004-02-05 | 1 | -2/+2 |
| | | |||||
| * | (main): Don't use the hostname in the socket name. | Stefan Monnier | 2004-01-27 | 2 | -31/+25 |
| | | | | | Look for relative socket names in the /tmp dir rather than in cwd. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2004-01-24 | 1 | -0/+5 |
| | | |||||
| * | (main): Restore errno from saved_errno, | Richard M. Stallman | 2004-01-24 | 1 | -0/+4 |
| | | | | | so the error message comes from socket_status. | ||||
| * | (main): Stop if socket name too long. | Stefan Monnier | 2004-01-20 | 1 | -6/+20 |
| | | | | | | Only try su-fallback if the socket name was not explicit. Check socket name length in su-fallback case as well. | ||||
| * | (main): Save errno from socket_status. | Andreas Schwab | 2004-01-08 | 2 | -2/+9 |
| | | |||||
| * | (main): Fix socket name when using another user. | Andreas Schwab | 2004-01-04 | 2 | -1/+5 |
| | | |||||
| * | (rlog_options): Append -rbranchtag if CVS/Tag indicates | Paul Eggert | 2003-12-27 | 2 | -6/+30 |
| | | | | | | | | a tag, and if the user has not specified an rlog option. Adapted from a suggestion by Martin Stjernholm in <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>. (Copyright): Update to 2003. | ||||
| * | *** empty log message *** | Thien-Thi Nguyen | 2003-12-24 | 1 | -0/+5 |
| | | |||||
| * | (main): For return code, no longer special-case VMS. | Thien-Thi Nguyen | 2003-12-24 | 1 | -4/+2 |
| | | | | | Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h. | ||||
| * | (edebug-display-freq-count): Doc fix. | Richard M. Stallman | 2003-10-20 | 1 | -2/+2 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2003-10-13 | 1 | -3/+2 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-10-06 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2003-09-28 | 1 | -1/+8 |
| | | |||||
| * | (quote_file_name): Print the result instead of | Eli Zaretskii | 2003-09-28 | 1 | -18/+44 |
| | | | | | | | returning it. Fix the return type accordingly. (main): Under --eval, don't fail if left with additional arguments after decoding options. Quote file names. | ||||
| * | Comment change. | Richard M. Stallman | 2003-09-19 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2003-09-12 | 1 | -0/+10 |
| | | |||||
| * | (socket_name): New variable. | Richard M. Stallman | 2003-09-12 | 1 | -2/+23 |
| | | | | | | | | (longopts, decode_options, print_help_and_exit): Handle --socket-name argument. (main): Use socket_name. | ||||
| * | (consider_token): check C++ `operator' only when the token len is long | Francesco Potortì | 2003-09-03 | 1 | -1/+1 |
| | | | | | enough. | ||||
| * | *** empty log message *** | Francesco Potortì | 2003-09-03 | 1 | -0/+5 |
| | | |||||
| * | Correct some arch-tag: comment types | Miles Bader | 2003-09-02 | 1 | -1/+2 |
| | | |||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 33 | -3/+88 |
| | | |||||
| * | Remove obsolete references to alloca. | Dave Love | 2003-08-20 | 2 | -12/+7 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2003-07-28 | 1 | -0/+6 |
| | | |||||
| * | (main): Fix having macros in a printf statement. | Juanma Barranquero | 2003-07-28 | 2 | -8/+7 |
| | | |||||
| * | (suggest_asking_for_help): Fix having macros in a printf statement. | Juanma Barranquero | 2003-07-28 | 1 | -5/+5 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2003-05-31 | 1 | -0/+5 |
| | | |||||
| * | (lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which are | Juanma Barranquero | 2003-05-31 | 1 | -4/+4 |
| | | | | | now in emacs-lisp. | ||||
| * | Remove Philippe Waroquier's email address, at his request. | Francesco Potortì | 2003-05-27 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2003-05-22 | 1 | -0/+5 |
| | | |||||
| * | (difftime) [!HAVE_DIFFTIME]: Define. | Dave Love | 2003-05-22 | 1 | -1/+23 |
| | | | | | (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New. | ||||
| * | *** empty log message *** | Dave Love | 2003-05-20 | 1 | -0/+6 |
| | | |||||
| * | Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL. | Dave Love | 2003-05-20 | 1 | -1/+2 |
| | | |||||
| * | Define LIBS_MAIL=-llockfile. | Dave Love | 2003-05-20 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2003-04-27 | 1 | -0/+5 |
| | | |||||
| * | (read_scores): Fix corruption of score files. | Juanma Barranquero | 2003-04-27 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2003-04-12 | 1 | -22/+25 |
| | | |||||
| * | (main): Use new safe location for socket. | Stefan Monnier | 2003-04-12 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2003-03-12 | 1 | -1/+9 |
| | | |||||
| * | (print_help_and_exit): Print to stdout. Exit successfully. Added some blank | Juanma Barranquero | 2003-03-12 | 1 | -8/+19 |
| | | | | | | | | lines for readability. (decode_options): Don't call print_help_and_exit in default case. Print version information to stdout. (main): Don't call print_help_and_exit. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2003-02-15 | 1 | -0/+9 |
| | | |||||
| * | Cast result of malloc and realloc. | Richard M. Stallman | 2003-02-15 | 1 | -6/+2 |
| | | | | | | Don't include stdlib.h, becuase config.h does. (malloc, realloc): Declarations deleted. | ||||