diff options
| -rwxr-xr-x | configure | 18 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | configure.ac.pamphlet | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 7 | ||||
| -rw-r--r-- | src/clef/edible.c | 5 | ||||
| -rw-r--r-- | src/graph/viewman/cleanup.c | 3 | ||||
| -rw-r--r-- | src/graph/viewman/viewman.c | 4 | ||||
| -rw-r--r-- | src/hyper/event.c | 4 | ||||
| -rw-r--r-- | src/hyper/halloc.c | 3 | ||||
| -rw-r--r-- | src/hyper/spadbuf.c | 4 | ||||
| -rw-r--r-- | src/lib/openpty.c | 5 | ||||
| -rw-r--r-- | src/sman/session.c | 4 | 
12 files changed, 18 insertions, 43 deletions
| @@ -1,6 +1,6 @@  #! /bin/sh  # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for OpenAxiom 1.2.0-2008-03-31. +# Generated by GNU Autoconf 2.60 for OpenAxiom 1.2.0-2008-04-01.  #  # Report bugs to <open-axiom-bugs@lists.sf.net>.  # @@ -713,8 +713,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}  # Identity of this package.  PACKAGE_NAME='OpenAxiom'  PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.2.0-2008-03-31' -PACKAGE_STRING='OpenAxiom 1.2.0-2008-03-31' +PACKAGE_VERSION='1.2.0-2008-04-01' +PACKAGE_STRING='OpenAxiom 1.2.0-2008-04-01'  PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net'  ac_unique_file="src/Makefile.pamphlet" @@ -1399,7 +1399,7 @@ if test "$ac_init_help" = "long"; then    # Omit some internal or obsolete options to make the list less imposing.    # This message is too long to be a string in the A/UX 3.1 sh.    cat <<_ACEOF -\`configure' configures OpenAxiom 1.2.0-2008-03-31 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.2.0-2008-04-01 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1469,7 +1469,7 @@ fi  if test -n "$ac_init_help"; then    case $ac_init_help in -     short | recursive ) echo "Configuration of OpenAxiom 1.2.0-2008-03-31:";; +     short | recursive ) echo "Configuration of OpenAxiom 1.2.0-2008-04-01:";;     esac    cat <<\_ACEOF @@ -1573,7 +1573,7 @@ fi  test -n "$ac_init_help" && exit $ac_status  if $ac_init_version; then    cat <<\_ACEOF -OpenAxiom configure 1.2.0-2008-03-31 +OpenAxiom configure 1.2.0-2008-04-01  generated by GNU Autoconf 2.60  Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1587,7 +1587,7 @@ cat >config.log <<_ACEOF  This file contains any messages produced by compilers while  running configure, to aid debugging if configure makes a mistake. -It was created by OpenAxiom $as_me 1.2.0-2008-03-31, which was +It was created by OpenAxiom $as_me 1.2.0-2008-04-01, which was  generated by GNU Autoconf 2.60.  Invocation command line was    $ $0 $@ @@ -25757,7 +25757,7 @@ exec 6>&1  # report actual input values of CONFIG_FILES etc. instead of their  # values after options handling.  ac_log=" -This file was extended by OpenAxiom $as_me 1.2.0-2008-03-31, which was +This file was extended by OpenAxiom $as_me 1.2.0-2008-04-01, which was  generated by GNU Autoconf 2.60.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES @@ -25806,7 +25806,7 @@ Report bugs to <bug-autoconf@gnu.org>."  _ACEOF  cat >>$CONFIG_STATUS <<_ACEOF  ac_cs_version="\\ -OpenAxiom config.status 1.2.0-2008-03-31 +OpenAxiom config.status 1.2.0-2008-04-01  configured by $0, generated by GNU Autoconf 2.60,    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index a1929d05..88f7ba68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@  sinclude(config/open-axiom.m4)  sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.2.0-2008-03-31],  +AC_INIT([OpenAxiom], [1.2.0-2008-04-01],           [open-axiom-bugs@lists.sf.net])  AC_CONFIG_AUX_DIR(config) diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 5fdae1a6..58b0adfb 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1078,7 +1078,7 @@ information:  <<Autoconf init>>=  sinclude(config/open-axiom.m4)  sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.2.0-2008-03-31],  +AC_INIT([OpenAxiom], [1.2.0-2008-04-01],           [open-axiom-bugs@lists.sf.net])  @ diff --git a/src/ChangeLog b/src/ChangeLog index 7e2c7153..295fb21c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-04-01  Gabriel Dos Reis  <gdr@cs.tamu.edu> + +	* lib/openpty.c: Remove conditional inclusion of <stropts.h> +	* hyper/spadbuf.c: Remove conditional inclusion of <bstring.h> +	* sman/session.c: Likewise. +	* hyper/halloc.c: Remove conditional inclusion of <malloc.h> +  2008-03-31  Gabriel Dos Reis  <gdr@cs.tamu.edu>  	* interp/sys-utility.boot (loadModule): New. diff --git a/src/clef/edible.c b/src/clef/edible.c index 29a1b2fe..c46634da 100644 --- a/src/clef/edible.c +++ b/src/clef/edible.c @@ -47,11 +47,6 @@  #include <signal.h> -#if defined (SGIplatform) -#include <bstring.h> -#endif - -  #include "axiom-c-macros.h"  #include "sockio.h"  #include "edible.h" diff --git a/src/graph/viewman/cleanup.c b/src/graph/viewman/cleanup.c index 73cb0a94..6d42d963 100644 --- a/src/graph/viewman/cleanup.c +++ b/src/graph/viewman/cleanup.c @@ -39,9 +39,6 @@  #include <stdlib.h>  #include <unistd.h>  #include <stdio.h> -#if !defined(BSDplatform) -#include <malloc.h> -#endif  #include <assert.h>  #include <signal.h>  #include <sys/wait.h> diff --git a/src/graph/viewman/viewman.c b/src/graph/viewman/viewman.c index 441d0f7a..aaacef25 100644 --- a/src/graph/viewman/viewman.c +++ b/src/graph/viewman/viewman.c @@ -42,10 +42,6 @@  #include <stdio.h>  #include <string.h>  #include <signal.h> -#ifdef SGIplatform -#include <bstring.h> -#endif -  #include "viewman.h"  #include "mode.h"  #include "actions.h" diff --git a/src/hyper/event.c b/src/hyper/event.c index 1813576e..79ca1a44 100644 --- a/src/hyper/event.c +++ b/src/hyper/event.c @@ -49,10 +49,6 @@  #include <sys/types.h>  #include <sys/time.h> -#ifdef SGIplatform -#include <bstring.h> -#endif -  #include "event.h"  #include "keyin.h"  #include "hyper.h" diff --git a/src/hyper/halloc.c b/src/hyper/halloc.c index acdfb87e..0f66b292 100644 --- a/src/hyper/halloc.c +++ b/src/hyper/halloc.c @@ -39,9 +39,6 @@  #include "debug.h"  #include <stdio.h>  #include <stdlib.h> -#if !defined(BSDplatform) -#include <malloc.h> -#endif  FILE *fp; diff --git a/src/hyper/spadbuf.c b/src/hyper/spadbuf.c index f67c1519..1a6bc0ef 100644 --- a/src/hyper/spadbuf.c +++ b/src/hyper/spadbuf.c @@ -47,10 +47,6 @@  #include <sys/time.h>  #include <signal.h> -#ifdef SGIplatform -#include <bstring.h> -#endif -  #include "bsdsignal.h"  #include "sockio.h"  #include "edible.h" diff --git a/src/lib/openpty.c b/src/lib/openpty.c index 5b99f2ad..68e6edc9 100644 --- a/src/lib/openpty.c +++ b/src/lib/openpty.c @@ -38,11 +38,6 @@  #include <fcntl.h>  #include <string.h> -#if defined(SUN4OS5platform) || defined(HP10platform) -#include <stropts.h> -#endif - -  #include "openpty.H1" diff --git a/src/sman/session.c b/src/sman/session.c index 73868a19..442da39d 100644 --- a/src/sman/session.c +++ b/src/sman/session.c @@ -43,10 +43,6 @@  #include <stdio.h>  #include <string.h>  #include <signal.h> -#ifdef SGIplatform -#include <bstring.h> -#endif -  #include "sockio.h"  #include "com.h"  #include "bsdsignal.h" | 
