texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Wed Dec 8 11:52:01 EST 2004)


From: Karl Berry
Subject: texinfo update (Wed Dec 8 11:52:01 EST 2004)
Date: Wed, 08 Dec 2004 11:52:29 -0500

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.425
retrieving revision 1.427
diff -c -r1.425 -r1.427
*** ChangeLog   8 Dec 2004 14:34:33 -0000       1.425
--- ChangeLog   8 Dec 2004 16:52:47 -0000       1.427
***************
*** 1,5 ****
--- 1,14 ----
  2004-12-08  Karl Berry  <address@hidden>
  
+       * pretest version 4.7.91.
+ 
+       * info/echo-area.c, info/infokey.c, info/session.c: omit useless
+       casts to intptr_t, since we're just casting to (void *) next.
+       intptr_t is not defined with gcc 3.04 on Tru64 Unix V5.1
+       (This whole vararg stuff needs to be redone correctly.)
+       Report from: Svend Tollak Munkejord (via te)
+         8 Dec 2004 17:15:17 +0100.    
+ 
        * doc/texinfo.txi (ref): rewrite last two redundant paragraphs.
  
  2004-12-07  Karl Berry  <address@hidden>
Index: configure.ac
===================================================================
RCS file: /cvsroot/texinfo/texinfo/configure.ac,v
retrieving revision 1.46
retrieving revision 1.47
diff -c -r1.46 -r1.47
*** configure.ac        2 Dec 2004 16:33:17 -0000       1.46
--- configure.ac        8 Dec 2004 16:52:47 -0000       1.47
***************
*** 1,5 ****
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.46 2004/12/02 16:33:17 karl Exp $
  #
  # This file is free software; as a special exception the author gives
  # unlimited permission to copy and/or distribute it, with or without
--- 1,5 ----
  # Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.47 2004/12/08 16:52:47 karl Exp $
  #
  # This file is free software; as a special exception the author gives
  # unlimited permission to copy and/or distribute it, with or without
***************
*** 11,17 ****
  #
  AC_PREREQ(2.59)# Minimum Autoconf version required.
  #
! AC_INIT([GNU Texinfo], [4.7.90])
  AC_CONFIG_HEADERS(config.h:config.in)# Keep filename to 8.3 for MS-DOS.
  AC_CONFIG_SRCDIR([makeinfo/makeinfo.c])
  AM_INIT_AUTOMAKE([dist-bzip2])
--- 11,17 ----
  #
  AC_PREREQ(2.59)# Minimum Autoconf version required.
  #
! AC_INIT([GNU Texinfo], [4.7.91])
  AC_CONFIG_HEADERS(config.h:config.in)# Keep filename to 8.3 for MS-DOS.
  AC_CONFIG_SRCDIR([makeinfo/makeinfo.c])
  AM_INIT_AUTOMAKE([dist-bzip2])
Index: info/echo-area.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/echo-area.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -c -r1.5 -r1.6
*** info/echo-area.c    7 Aug 2004 22:03:08 -0000       1.5
--- info/echo-area.c    8 Dec 2004 16:49:48 -0000       1.6
***************
*** 1,5 ****
  /* echo-area.c -- how to read a line in the echo area.
!    $Id: echo-area.c,v 1.5 2004/08/07 22:03:08 karl Exp $
  
     Copyright (C) 1993, 1997, 1998, 1999, 2001, 2004 Free Software
     Foundation, Inc.
--- 1,5 ----
  /* echo-area.c -- how to read a line in the echo area.
!    $Id: echo-area.c,v 1.6 2004/12/08 16:49:48 karl Exp $
  
     Copyright (C) 1993, 1997, 1998, 1999, 2001, 2004 Free Software
     Foundation, Inc.
***************
*** 936,942 ****
        printf_to_message_buffer (completions_found_index == 1
                                  ? (char *) _("One completion:\n")
                                  : (char *) _("%d completions:\n"),
!                               (void*)((intptr_t)completions_found_index), 
NULL, NULL);
  
        /* Find the maximum length of a label. */
        for (i = 0; i < completions_found_index; i++)
--- 936,942 ----
        printf_to_message_buffer (completions_found_index == 1
                                  ? (char *) _("One completion:\n")
                                  : (char *) _("%d completions:\n"),
!                               (void*) (completions_found_index), NULL, NULL);
  
        /* Find the maximum length of a label. */
        for (i = 0; i < completions_found_index; i++)
Index: info/infokey.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/infokey.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -c -r1.7 -r1.8
*** info/infokey.c      24 Jul 2004 18:12:38 -0000      1.7
--- info/infokey.c      8 Dec 2004 16:49:48 -0000       1.8
***************
*** 1,5 ****
  /* infokey.c -- compile ~/.infokey to ~/.info.
!    $Id: infokey.c,v 1.7 2004/07/24 18:12:38 karl Exp $
  
     Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
--- 1,5 ----
  /* infokey.c -- compile ~/.infokey to ~/.info.
!    $Id: infokey.c,v 1.8 2004/12/08 16:49:48 karl Exp $
  
     Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
  
***************
*** 639,645 ****
                {
                  syntax_error (filename, lnum,
                        (char *) _("NUL character (^%c) not permitted"),
!                       (void *)((intptr_t)c), NULL, NULL, NULL);
                  error = 1;
                }
              seqstate = normal;
--- 639,645 ----
                {
                  syntax_error (filename, lnum,
                        (char *) _("NUL character (^%c) not permitted"),
!                       (void *) (c), NULL, NULL, NULL);
                  error = 1;
                }
              seqstate = normal;
***************
*** 663,669 ****
              if (alen == 0)
                {
                  syntax_error (filename, lnum, (char *) _("missing action 
name"),
!                       (void *)((intptr_t)c), NULL, NULL, NULL);
                  error = 1;
                }
              else
--- 663,669 ----
              if (alen == 0)
                {
                  syntax_error (filename, lnum, (char *) _("missing action 
name"),
!                       (void *) (c), NULL, NULL, NULL);
                  error = 1;
                }
              else
Index: info/session.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/session.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -c -r1.14 -r1.15
*** info/session.c      24 Jul 2004 18:12:38 -0000      1.14
--- info/session.c      8 Dec 2004 16:49:48 -0000       1.15
***************
*** 1,5 ****
  /* session.c -- user windowing interface to Info.
!    $Id: session.c,v 1.14 2004/07/24 18:12:38 karl Exp $
  
     Copyright (C) 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
     Free Software Foundation, Inc.
--- 1,5 ----
  /* session.c -- user windowing interface to Info.
!    $Id: session.c,v 1.15 2004/12/08 16:49:48 karl Exp $
  
     Copyright (C) 1993, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
     Free Software Foundation, Inc.
***************
*** 962,968 ****
                       same as the first menu item found in this node. */
                    window_message_in_echo_area
                      ((char *) _("Moving Up %d time(s), then Next."),
!                      (void *)((intptr_t)up_counter), NULL);
  
                    info_handle_pointer ("Next", window);
                    return;
--- 962,968 ----
                       same as the first menu item found in this node. */
                    window_message_in_echo_area
                      ((char *) _("Moving Up %d time(s), then Next."),
!                      (void *) (up_counter), NULL);
  
                    info_handle_pointer ("Next", window);
                    return;
***************
*** 1975,1981 ****
      }
    else
      info_error ((char *) _("There aren't %d items in this menu."),
!         (void *)((intptr_t)item), NULL);
  
    info_free_references (menu);
    return;
--- 1975,1981 ----
      }
    else
      info_error ((char *) _("There aren't %d items in this menu."),
!                 (void *) (item), NULL);
  
    info_free_references (menu);
    return;
P ChangeLog
P configure.ac
P info/echo-area.c
P info/infokey.c
P info/session.c


reply via email to

[Prev in Thread] Current Thread [Next in Thread]