public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: dj@sourceware.cygnus.com
To: src-cvs@sourceware.cygnus.com
Subject: src/libiberty ChangeLog cp-demangle.c
Date: Mon, 23 Oct 2000 08:30:00 -0000	[thread overview]
Message-ID: <20001023153055.7738.qmail@sourceware.cygnus.com> (raw)

CVSROOT:	/cvs/src
Module name:	src
Changes by:	dj@sourceware.cygnus.com	2000-10-23 08:30:54

Modified files:
	libiberty      : ChangeLog cp-demangle.c 

Log message:
	[merge from gcc]
	* cp-demangle.c (string_list_def): Add caret_position and comments.
	(result_caret_pos): New macro.
	(result_append_string): Rename to...
	(result_add_string): ... this, and insert at caret position.
	Rename throughout.
	(result_append): Rename to...
	(result_add): ... this, and insert at caret position.  Rename
	throughout.
	(result_append_char): Rename to...
	(result_add_char): ... this, and insert at caret position.  Rename
	throughout.
	(result_append_space): Remove.
	(string_list_new): Initialize caret position.
	(result_add_separated_char): Use caret position.
	(result_get_caret): New funtion.
	(result_set_caret): Likewise.
	(result_shift_caret): Likewise.
	(result_previous_char_is_space): Likewise.
	(substitution_start): Use caret position.
	(substitution_add): Likewise.
	(demangling_new): Initialize caret position.
	(demangle_encoding): Use caret position.
	(demanglin_nested_name): Put CV qualifiers after name.
	(demangle_type_ptr): Use switch statement.  Handle pointers to
	arrays.  Don't use result_append_space.  Use caret position.
	(demangle_type): Emit CV qualifiers after underlying type.  Adjust
	call to demangle_array_type.
	(demangle_array_type): Add parameter to handle pointers to arrays.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/ChangeLog.diff?cvsroot=src&r1=1.42&r2=1.43
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libiberty/cp-demangle.c.diff?cvsroot=src&r1=1.4&r2=1.5


             reply	other threads:[~2000-10-23  8:30 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-23  8:30 dj [this message]
2000-12-05 11:08 dj
2001-03-20 10:22 jimb
2001-03-22  7:16 jimb
2001-03-23 15:57 dj
2001-08-08 17:05 dj
2002-01-30 18:21 dj
2002-01-31 17:34 dj
2002-02-01 13:20 dj
2002-03-12 13:11 dj
2002-03-29 22:17 dj
2002-07-01 21:09 dj
2002-07-08 18:01 dj
2002-07-09 17:01 dj
2003-05-03 17:14 dj
2003-08-12 12:23 dj
2003-11-19 16:19 dj
2003-11-20  2:01 dj
2003-11-21 17:42 dj
2003-11-21 22:01 dj
2003-11-24 19:33 dj
2003-11-25 22:35 dj
2003-11-27  1:17 dj
2003-12-01 23:54 dj
2003-12-04 20:03 dj
2003-12-15 17:45 dj
2003-12-16  0:58 dj
2003-12-19 22:03 dj
2003-12-20 16:06 dj
2003-12-22 16:03 dj
2003-12-26 16:27 dj
2004-02-25  2:04 dj
2005-04-02 17:18 ian
2005-12-11  2:16 dj
2006-09-22 19:19 dj
2007-08-01 19:43 msnyder
2007-08-31 20:20 dj
2008-03-31 18:11 dj
2008-09-09 18:21 dj
2008-12-10 23:28 dj
2008-12-18 15:56 dj
2009-01-07 18:52 dj
2009-03-18  0:07 dj
2009-03-23 22:05 dj
2009-05-19  3:02 dj
2009-07-17 20:20 dj
2010-01-10  1:19 hjl
2010-01-21  2:05 dj
2010-02-03 23:27 dj
2010-03-22 21:39 dj
2010-11-13  2:20 dj
2011-06-13 23:01 dj
2011-06-22 19:13 dj
2011-07-05 15:40 dj
2011-07-26 16:04 dj
2011-08-06 18:40 dj
2011-09-23 22:21 dj
2011-10-10 21:02 dj
2011-11-04 14:32 dj
2011-11-08 16:01 dj
2012-01-10 18:15 dj
2012-03-08  0:01 dj
2012-05-22 18:05 dj
2012-07-18 20:09 dj
2012-11-11 22:37 dj
2013-02-15  2:48 dj
2013-04-03 18:21 dj
2013-04-04  1:02 dj
2013-09-10 16:05 dj
2013-09-10 19:01 dj
2013-10-25 18:21 dj
2013-11-12 21:16 dj
2013-12-23 18:30 dj
2014-01-06 16:20 dj
2014-01-28 20:01 dj
2014-08-29 20:03 dj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001023153055.7738.qmail@sourceware.cygnus.com \
    --to=dj@sourceware.cygnus.com \
    --cc=src-cvs@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).