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
Dave Love
7933722aa4
*** empty log message ***
2003-05-22 20:01:37 +00:00
Dave Love
1d28afaf27
(difftime) [!HAVE_DIFFTIME]: Define.
...
(strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
2003-05-22 20:01:19 +00:00
Dave Love
463f55eece
*** empty log message ***
2003-05-20 16:34:55 +00:00
Dave Love
dd843b6af3
Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
2003-05-20 16:34:35 +00:00
Dave Love
dfb7bcda87
Define LIBS_MAIL=-llockfile.
2003-05-20 16:33:02 +00:00
Juanma Barranquero
1b7a835ba3
*** empty log message ***
2003-04-27 11:24:59 +00:00
Juanma Barranquero
ee435bae30
(read_scores): Fix corruption of score files.
2003-04-27 11:22:16 +00:00
Stefan Monnier
eec54bd743
*** empty log message ***
2003-04-12 19:17:24 +00:00
Stefan Monnier
caa4df2b5d
(main): Use new safe location for socket.
2003-04-12 19:03:08 +00:00
Juanma Barranquero
ff4bd68179
*** empty log message ***
2003-03-12 21:37:27 +00:00
Juanma Barranquero
20c396e841
(print_help_and_exit): Print to stdout. Exit successfully. Added some blank
...
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.
2003-03-12 21:36:29 +00:00
Richard M. Stallman
dd132e4437
*** empty log message ***
2003-02-15 19:29:15 +00:00
Richard M. Stallman
2a61b9d244
Cast result of malloc and realloc.
...
Don't include stdlib.h, becuase config.h does.
(malloc, realloc): Declarations deleted.
2003-02-15 10:53:55 +00:00
Richard M. Stallman
9fc08e73d1
(yow): Cast result of malloc and realloc.
...
(malloc, realloc): Declarations deleted.
2003-02-15 10:52:52 +00:00
Juanma Barranquero
71ffc53a70
*** empty log message ***
2003-02-11 09:03:05 +00:00
Juanma Barranquero
0a0dc5114c
(lisp): Add malayalam.el and tamil.el.
2003-02-11 08:19:48 +00:00
Andreas Schwab
0dfd93c05d
*** empty log message ***
2003-02-08 17:28:43 +00:00
Andreas Schwab
108c7c97c1
(EXEEXT): Define to @EXEEXT@ and use this variable
...
instead of the substitution.
2003-02-08 17:27:58 +00:00
Juanma Barranquero
177c0ea743
Trailing whitespace deleted.
2003-02-04 14:56:31 +00:00
Richard M. Stallman
37d1e6800c
*** empty log message ***
2003-02-04 12:03:59 +00:00
Richard M. Stallman
00a7e40898
(push_score, read_scores): Cast values of malloc and realloc.
...
(main, lock_file): Avoid assignment inside if.
2003-02-04 12:03:44 +00:00
Richard M. Stallman
a5d107f3c7
Whitespace changes.
2003-02-04 12:00:09 +00:00
Juanma Barranquero
c60ee5e70f
Cygwin support patch.
2003-01-31 15:24:20 +00:00
Kim F. Storm
88c717201f
Corrected misc. typos like missing : after file names,
...
missing file name suffixes, and * used as prefix on non-file entries.
2003-01-28 23:49:11 +00:00