head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2002.03.31.10.23.43;	author olgeni;	state dead;
branches;
next	1.2;

1.2
date	2002.02.08.13.11.43;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.07.20.52.33;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update port to version 8.0 (R8B-0).

Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@@vailsys.com> on the erlang mailing list).
@
text
@--- lib/erl_interface/src/erl_error.c.orig    Thu Feb  7 21:29:56 2002
+++ lib/erl_interface/src/erl_error.c Thu Feb  7 21:32:55 2002

@@@@ -177,6 +177,7 @@@@
 }
 #endif /* !HAVE_STRERROR */
 
+#ifdef 0
 #ifndef HAVE_STRERROR_R
 /*
  * A reentrant form of strerror. It's a GNU extension originally.
@@@@ -218,6 +219,7 @@@@
     return buf;
 }
 #endif /* !HAVE_STRERROR_R */
+#endif
 
 
 /* Print a message and return to caller.
@


1.2
log
@Fix diff path in patch-al.

Submitted by:	Tomasz Szymczak <ex@@valis.net.pl>
@
text
@@


1.1
log
@Fix strerror_r conflict.
@
text
@d1 3
a3 2
--- erl_error.c.orig	Thu Feb  7 21:29:56 2002
+++ erl_error.c	Thu Feb  7 21:32:55 2002
@

