Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@wins.uva.nl>
To: muller@cerbere.u-strasbg.fr
Cc: gdb@sourceware.cygnus.com
Subject: Re: [RFC] Pascal language: case insensitivity!
Date: Mon, 19 Jun 2000 15:34:00 -0000	[thread overview]
Message-ID: <200006192234.e5JMYE100594@delius.kettenis.local> (raw)
In-Reply-To: <3.0.6.32.20000619222954.0087c9a0@ics.u-strasbg.fr>

   From: muller@cerbere.u-strasbg.fr
   Date: Mon, 19 Jun 2000 22:29:54 +0200


     I don't really care about acceptation of this patch,
   but I do care about GDB supporting case insensitivness for pascal language.

     So there are two possibilities to consider at least:

     - apply my patches only locally in GDB tree.

Adding local changes to gnu-regex.c should only be done as a last
resort since it increases the amount of work to be done when importing
a new copy of the master source.

     - use POSIX regex instead of GNU regex in GDB.

   I really have no idea about the second issue,
   but there might be several drawbacks,
   there are probably build systems that don't have
   a without POSIX library.

The GNU regex library provides both POSIX and BSD regex entry points.
Right now GDB uses the BSD functions, but we can change it to use the
POSIX functions.  Someone needs to for over all the regex function
invocations in GDB and convert them.  Then we can simply add the
REG_ICASE flag when necessary.

Mark



      reply	other threads:[~2000-06-19 15:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-19  3:57 Pierre Muller
     [not found] ` <200006191653.SAA03393@landau.wins.uva.nl>
2000-06-19 13:25   ` muller
2000-06-19 15:34     ` Mark Kettenis [this message]

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=200006192234.e5JMYE100594@delius.kettenis.local \
    --to=kettenis@wins.uva.nl \
    --cc=gdb@sourceware.cygnus.com \
    --cc=muller@cerbere.u-strasbg.fr \
    /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