Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
71c9ec51
Commit
71c9ec51
authored
Sep 30, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
1ecefa7a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
ChangeLog
ChangeLog
+4
-0
configure
configure
+3
-3
src/ChangeLog
src/ChangeLog
+6
-0
No files found.
ChangeLog
View file @
71c9ec51
2000-09-30 Gerd Moellmann <gerd@gnu.org>
* configure.in: Support `sparc*-*-netbsd*'.
2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
* info/dir (MIME): Add entry for emacs-mime.
...
...
configure
View file @
71c9ec51
...
...
@@ -819,7 +819,7 @@ case "${canonical}" in
mipsel-
*
-netbsd
*
)
machine
=
pmax
;;
ns32k-
*
-netbsd
*
)
machine
=
ns32000
;;
powerpc-
*
-netbsd
*
)
machine
=
macppc
;;
sparc-*-netbsd*) machine=sparc ;;
sparc
*
-
*
-netbsd
*
)
machine
=
sparc
;;
vax-
*
-netbsd
*
)
machine
=
vax
;;
arm-
*
-netbsd
*
)
machine
=
arm
;;
esac
...
...
@@ -3504,7 +3504,7 @@ else
int main() {
/* Ultrix mips cc rejects this. */
typedef int charset[2]; const charset x
= {0,0}
;
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this. */
char const *const *ccp;
char **p;
...
...
@@ -5652,7 +5652,7 @@ else
#include "confdefs.h"
#include <alloca.h>
int main() {
void
*p = alloca(2 * sizeof(int));
char
*p = alloca(2 * sizeof(int));
; return 0; }
EOF
if
{
(
eval echo
configure:5659:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
...
...
src/ChangeLog
View file @
71c9ec51
2000-09-30 Gerd Moellmann <gerd@gnu.org>
* process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
gai_strerror. Make sure xerrno is set if connect fails. Improve
error recovery.
2000-09-29 Jason Rumney <jasonr@gnu.org>
* w32term.c (w32_char_font_type, w32_encode_char)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment