public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-readline62: reverse-20080717-branchpoint-8820-g13a9586
@ 2011-04-25 19:28 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2011-04-25 19:28 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-readline62 has been created
        at  13a9586474f778a03dd25a6f4360f564ee884f0d (commit)

- Log -----------------------------------------------------------------
commit 13a9586474f778a03dd25a6f4360f564ee884f0d
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 21:27:51 2011 +0200

    gdb/
    2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* config.in: Regenerate.
    	* configure: Regenerate.
    	* configure.ac <--with-system-readline> (for readline_echoing_p):
    	Remove the test.
    	* tui/tui-io.c (tui_old_readline_echoing_p): Rename to ...
    	(tui_old_rl_echoing_p): ... here.
    	(tui_setup_io): Rename extern declaration readline_echoing_p to
    	_rl_echoing_p.  Adjust assignments for the both renames.

commit 6a8053c033826095197c6e4362a0ce6b85efd176
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:56:07 2011 +0200

    Regenerate configure files.

commit d0c5865747e8f1c28c95d9d0e4869428cf9265f7
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:49:28 2011 +0200

    ChangeLog entry:
    	Imported readline 6.2, and upstream patch 001.

commit 3999f0b11df3e571f7e333246113989961afdd36
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:48:39 2011 +0200

    dd ChangeLog.gdb files

commit 318fcd521ecd90a74b0aa7d75dfcc59d62ffba66
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:40:43 2011 +0200

    http://sourceware.org/ml/gdb/2011-04/msg00006.html
    
    On Fri, 01 Apr 2011 11:30:03 +0200, Eli Zaretskii wrote:
    > I only paid attention to DJGPP/MSDOS-specific patches and to MinGW-specific
    > patches, because Jan seemed to have covered the rest.
    
    I hadn't yet, I have done so now.  I have checked the remaining changes and
    these (mostly minor) patches should be applied on top of readline-6.2:
    	[Bug-readline] [RFC/readline] bind.c, rl_function_dumper, Free allocated
    	http://lists.gnu.org/archive/html/bug-readline/2011-03/msg00000.html
    	[Bug-readline] Unused support/wcwidth.c
    	http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00000.html
    	[Bug-readline] [patch] Fix underquotation in readline/examples/rlfe/conf
    	http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00001.html
    	[Bug-readline] [patch] Makefile.in htm<->html
    	http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00002.html
    	Re: [Bug-readline] [patch] Makefile.in dependency: callback.o: xmalloc.h
    	http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00004.html
    	[Bug-readline] [patch] Remove . from the VPATH directive
    	http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00005.html
    
    Together with the sourceware-specific changes which are not suitable for
    upstream readline, provided below.  And together with the changes as found by
    Eli.
    
    So I believe it is ready for a rebase after the 7.3 branching.
    
    I haven't commented here the diff parts which I have found already present in
    readline-6.2, I can do so upon request.  The 5.1patched -> 6.2 change should
    be done probably by a single commit - and not as 6.2 pristine + the several
    changes below - as otherwise there would be a local build regression which
    complicates git bisect.
    
    Thanks,
    Jan
    
    This ChangeLog should not go anywhere, these entries are already present in
    readline/ChangeLog.gdb.
    
    commit fe454715791b86ad488b33c1f325478803c8108c - import gdb-19990422 snapshot
    1999-04-22  Jason Molenda  <jsm@bugshack.cygnus.com>
    
    	* Makefile.in (install): Make comment about this change more explicit.
    
    1999-04-22  Jason Molenda  <jsm@bugshack.cygnus.com>
    
    	* Makefile.in (install): Don't install the final libreadline.a
    	or .h files.
    
    commit 47add2a0e5b7e970014e000ac1a3a1cc42c31798
    2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
    
    	* configure.in: m4_include toplevel config/override.m4.
    	* configure: Regenerate.
    
    commit 14cd51f7793a9ce07bc435069f57269450141363 - Initial revision
     - unaware where that AC_CONFIG_AUX_DIR change came from.
    
    commit 1809460e45c24a51bcbac82243cad09117cd43c5
    2002-12-16  Christopher Faylor  <cgf@redhat.com>
    
    	* configure.in: Remove --enable-shared option.  It shouldn't be used
    	for gdb.
    	* configure: Regenerate.
    
    commit 14cd51f7793a9ce07bc435069f57269450141363 - Initial revision
    Tue Dec 29 18:11:28 1998  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
    
    	* cross-build/cygwin.cache: new file. Used for Cygwin cross builds.

commit 932d5fb52b6f165829680f646b28eb939e90edb3
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:39:27 2011 +0200

    http://lists.gnu.org/archive/html/bug-readline/2011-03/msg00000.html
    
    OK?
    
    2011-03-03  Michael Snyder  <address@hidden>
    
    	* bind.c (rl_function_dumper): Free allocated memory.

commit 4d3cc30fe4b14b87a14a8d1c7aa4e1fff7c66f64
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:37:53 2011 +0200

    http://sourceware.org/ml/gdb/2011-04/msg00002.html
    
    > Date: Tue, 22 Mar 2011 21:58:15 +0200
    > From: Eli Zaretskii <eliz@gnu.org>
    > Cc: gdb@sourceware.org, ktietz@redhat.com, cgf-use-the-mailinglist-please@gnu.org
    >
    > > Date: Tue, 22 Mar 2011 20:48:36 +0100
    > > From: Jan Kratochvil <jan.kratochvil@redhat.com>
    > > Cc: gdb@sourceware.org, ktietz@redhat.com,
    > >         cgf-use-the-mailinglist-please@gnu.org
    > >
    > > I do not have anything else than you have.  I just used diff on
    > > 	ftp://ftp.cwru.edu/pub/bash/readline-5.1.tar.gz
    > > vs. src/readline.  But one should rather check individual patches
    > > with git annotate / git show etc. and compare them against readline-6.2.
    >
    > OK, I will have a look.
    
    I compared readline-6.2 with our local changes since 5.1, and I see
    that the changes below are not in 6.2.  I only paid attention to
    DJGPP/MSDOS-specific patches and to MinGW-specific patches, because
    Jan seemed to have covered the rest.  (One of the MinGW-specific
    patches has a comment saying the underlying problem should be fixed in
    readline 5.2, but I don't know what is the problem, so I couldn't
    check whether it is indeed fixed.)
    
    The question is, what should we do about these patches?  Submitting
    them to upstream readline would be the best course (assuming the
    readline maintainer is willing to include them), but that means we
    will have to either wait for the next readline release or keep our
    local patches for the time being.

commit be5ee9efc514dbd382bbb49eb5150cc34a94530f
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:36:07 2011 +0200

    http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00005.html
    
    Hi Chet,
    
    there was a patch in the sourceware tree:
    	Two patches for the readline lib
    	http://sourceware.org/ml/gdb-patches/1999-q1/msg00092.html
    
    Robert Hoehne wrote:
    
    I also do not see a reason for having . in the VPATH.
    
    Thanks,
    Jan
    
    1999-03-23  Robert Hoehne  <robert.hoehne@gmx.net>
    
    	* Makefile.in: Remove . from the VPATH directive.
    
    2011-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* doc/Makefile.in: Remove . from the VPATH directive.
    	* examples/Makefile.in: Likewise.
    	* shlib/Makefile.in: Likewise.

commit 647c1d3e88e8640c90dfb0009d3e922816dca559
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:35:21 2011 +0200

    http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00004.html
    
    Authorship fix, accorind to:
    http://sourceware.org/ml/gdb-patches/2006-10/msg00260.html
    
    Hi Chet,
    
    callback.c now already correctly includes xmalloc.h but the dependency is
    missing.
    
    It is a nitpick, not sure how it is being kept in sync.
    
    Thanks,
    Jan
    
    readline/
    2006-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
    
    	* Makefile.in (callback.o): Add xmalloc.h dependency.

commit 77f136e4082feff70fc296b1be1f2e525b6aa6c9
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:34:42 2011 +0200

    http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00002.html
    
    Hi Chet,
    
    doc/Makefile.in supports target `html', not `htm'.
    
    $ make htm
    ( cd doc && make - --jobserver-fds=3,4 -j htm )
    make[1]: Entering directory `/tmp/readline-test/doc'
    make[1]: *** No rule to make target `htm'.  Stop.
    make[1]: Leaving directory `/tmp/readline-test/doc'
    
    install-html is OK.
    
    Thanks,
    Jan
    
    2011-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* Makefile.in (htm): Rename to ...
    	(html) ... here.

commit fe9b8ded46fbe1b52c94fd4d38234bb109f1176f
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:33:53 2011 +0200

    http://lists.gnu.org/archive/html/bug-readline/2011-04/msg00001.html
    
    Hi Chet,
    
    the mail
    	Autoconf macros fixes
    	http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01604.html
     = sourceware commit 625678e974da5ac861284f13b8a3e65721a59c97
    
    contains the following patch, I haven't found it posted here and/or in present
    in readline-6.2.
    
    I have to admit I do not have any warning reproducible but it is more correct
    to quote it.
    	Be sure to properly quote both the MACRO-BODY _and_ the MACRO-NAME to
    	avoid any problems if the macro happens to have been previously
    	defined.
    
    Thanks,
    Jan
    
    readline/examples/rlfe/
    2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
    
    	* configure.in: Correctly quote AC_PROGRAM_SOURCE definition.

commit 1e7c6bce161e1c3b7b4391159ac0a5dc08551a86
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon Apr 25 18:29:46 2011 +0200

    readline-6.2-001

-----------------------------------------------------------------------


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-25 19:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-25 19:28 [SCM] archer-jankratochvil-readline62: reverse-20080717-branchpoint-8820-g13a9586 jkratoch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).