Thien-Thi Nguyen
80e26b667a
(main): For failing cases, exit with `EXIT_FAILURE'.
2004-05-10 17:32:13 +00:00
Jason Rumney
e6662c8bbb
*** empty log message ***
2004-05-08 19:51:35 +00:00
Jason Rumney
83a9c0b2c3
(lisp1, lisp2): Split lisp to avoid long command-lines.
2004-05-08 19:27:28 +00:00
Thien-Thi Nguyen
65396510c3
Throughout, replace 0 destined for exit' arg with
EXIT_SUCCESS'.
...
Likewise, replace 1 with `EXIT_FAILURE'.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
2004-05-08 15:26:33 +00:00
Thien-Thi Nguyen
c2bcfb19fb
(emacsclient${EXEEXT}): Use makefile var `version'.
2004-05-08 14:42:41 +00:00
Thien-Thi Nguyen
3f0656ff20
(GOOD, BAD): Delete macros. Throughout,
...
replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
(main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
2004-05-07 15:31:07 +00:00
Jason Rumney
238add5e58
Remove files related to old msvc only windows build.
2004-05-03 14:19:40 +00:00
Eli Zaretskii
b09c560845
(IS_DIRECTORY_SEP): New macro.
...
(put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
instead of a literal '/'.
2004-04-26 10:49:11 +00:00
Juanma Barranquero
d814862aa6
*** empty log message ***
2004-04-23 00:25:28 +00:00
Juanma Barranquero
bd6766d34d
Add "-*- makefile -*-" mode tag.
2004-04-23 00:24:35 +00:00
Paul Eggert
442a2160f4
* rcs2log (Help): Clarify wording of the usage message.
2004-04-18 06:02:16 +00:00
Miles Bader
a2de0c3b75
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-210
...
More RCS keyword removal
2004-04-13 09:47:51 +00:00
Stefan Monnier
d5d66b7eda
(xmalloc): Fix return type.
...
(put_filename): New fun.
(scan_file): Use it.
2004-04-07 19:18:42 +00:00
Stefan Monnier
d08c4c2857
Fix copyright.
2004-03-22 15:38:14 +00:00
Juanma Barranquero
bdfd0369ce
Changes to support ChangeLog.10+.
...
(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.
2004-03-09 22:47:27 +00:00
Juanma Barranquero
a64387eecc
*** empty log message ***
2004-03-01 18:49:17 +00:00
Juanma Barranquero
7690c76af0
(obj): Add fringe.c.
2004-03-01 18:41:41 +00:00
Stefan Monnier
783bcffa10
*** empty log message ***
2004-02-16 03:18:25 +00:00
Paul Eggert
9766d41b51
rcs2log fixes for CVSROOT var.
...
Update Copyright dates to include 2004, and 1988 through 1992.
2004-02-15 07:47:45 +00:00
Paul Eggert
83d48514ec
Work correctly if CVSROOT specifies :fork: or
...
: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.
2004-02-15 07:41:58 +00:00
Stefan Monnier
98c6e531ed
*** empty log message ***
2004-02-06 22:36:10 +00:00
Stefan Monnier
b6b6d6d201
(decode_options): Fix handling of alternate editor.
2004-02-05 00:02:04 +00:00
Stefan Monnier
0734b0d08d
(main): Don't use the hostname in the socket name.
...
Look for relative socket names in the /tmp dir rather than in cwd.
2004-01-27 23:07:13 +00:00
Richard M. Stallman
2a6fc2d92e
*** empty log message ***
2004-01-24 21:58:19 +00:00
Richard M. Stallman
293f9f2a99
(main): Restore errno from saved_errno,
...
so the error message comes from socket_status.
2004-01-24 21:57:57 +00:00
Stefan Monnier
5c9659d3f6
(main): Stop if socket name too long.
...
Only try su-fallback if the socket name was not explicit.
Check socket name length in su-fallback case as well.
2004-01-20 23:25:33 +00:00
Andreas Schwab
152b6e830f
(main): Save errno from socket_status.
2004-01-08 12:20:43 +00:00
Andreas Schwab
e822882420
(main): Fix socket name when using another user.
2004-01-04 16:42:06 +00:00
Paul Eggert
c91406620c
(rlog_options): Append -rbranchtag if CVS/Tag indicates
...
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.
2003-12-27 08:18:42 +00:00
Thien-Thi Nguyen
8babaa5960
*** empty log message ***
2003-12-24 07:32:41 +00:00
Thien-Thi Nguyen
08a39b8304
(main): For return code, no longer special-case VMS.
...
Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
2003-12-24 06:49:23 +00:00
Richard M. Stallman
1ae7cf5ee8
(edebug-display-freq-count): Doc fix.
2003-10-20 23:46:31 +00:00
Richard M. Stallman
a4cf2096d7
Comment change.
2003-10-13 19:41:26 +00:00
Dave Love
c51b37fde9
*** empty log message ***
2003-10-06 16:36:56 +00:00
Eli Zaretskii
14ef72889c
*** empty log message ***
2003-09-28 09:19:38 +00:00
Eli Zaretskii
872093579a
(quote_file_name): Print the result instead of
...
returning it. Fix the return type accordingly.
(main): Under --eval, don't fail if left with additional
arguments after decoding options. Quote file names.
2003-09-28 08:24:56 +00:00
Richard M. Stallman
3db926beda
Comment change.
2003-09-19 14:27:47 +00:00
Richard M. Stallman
f387bdeaae
*** empty log message ***
2003-09-12 01:09:43 +00:00
Richard M. Stallman
254107e497
(socket_name): New variable.
...
(longopts, decode_options, print_help_and_exit):
Handle --socket-name argument.
(main): Use socket_name.
2003-09-12 00:48:03 +00:00
Francesco Potortì
2bc2e3fcb5
(consider_token): check C++ `operator' only when the token len is long
...
enough.
2003-09-03 14:20:49 +00:00
Francesco Potortì
0b7e7337a0
*** empty log message ***
2003-09-03 14:19:19 +00:00
Miles Bader
8e5331fe84
Correct some arch-tag: comment types
2003-09-02 06:06:59 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Dave Love
ac06b30be5
Remove obsolete references to alloca.
2003-08-20 15:47:57 +00:00
Juanma Barranquero
32b0a3c633
*** empty log message ***
2003-07-28 22:53:07 +00:00
Juanma Barranquero
bb5618fe38
(main): Fix having macros in a printf statement.
2003-07-28 22:10:30 +00:00
Juanma Barranquero
9d6baf7cbd
(suggest_asking_for_help): Fix having macros in a printf statement.
2003-07-28 22:09:47 +00:00
Juanma Barranquero
3867c42d60
*** empty log message ***
2003-05-31 00:40:43 +00:00
Juanma Barranquero
8dc48ef051
(lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which are
...
now in emacs-lisp.
2003-05-31 00:33:50 +00:00
Francesco Potortì
73d3586ded
Remove Philippe Waroquier's email address, at his request.
2003-05-27 20:13:22 +00:00