Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@gnu.org>
To: Steven Johnson <sjohnson@neurizon.net>
Cc: gdb@sources.redhat.com
Subject: Re: dot five-o series versions - GDB 6.2.50
Date: Wed, 04 Aug 2004 21:27:00 -0000	[thread overview]
Message-ID: <411154B0.3080106@gnu.org> (raw)
In-Reply-To: <41115110.3060004@neurizon.net>

> The only comment I habe is you wouldnt want any more than 4 point releases, before it got confusing.
> 
> Because as a number .5 = .50, and .6 is greater than .50
> 
> So either the rule should be no more than 4 M.N.* Releases. or when you get to .4, you start going to .41, .42, .43 etc
> or just number from .01 ie 6.3.01  otherwise the sequence isnt numeric, its a list of numbers and wont sort properly (using standard ascii or numberic sorts).

cagney@nettle$ cat x
6.2
6.2.1
6.2.90
6.2.2
6.2.50
6.2.3
6.2.51
6.2.4
6.2.52
6.2.5
6.2.91
6.2.6
6.2.54
6.2.7
6.2.93
6.2.8
6.2.53
6.2.9
6.2.92
6.2.10
cagney@nettle$ sort -t. -k1,1n -k2,2n -k3,3n x
6.2
6.2.1
6.2.2
6.2.3
6.2.4
6.2.5
6.2.6
6.2.7
6.2.8
6.2.9
6.2.10
6.2.50
6.2.51
6.2.52
6.2.53
6.2.54
6.2.90
6.2.91
6.2.92
6.2.93

("n" likes to consume "." which breaks the simpler -k1,3n)

 > So basically does .1 mean .01 and if so why not call it .01?

I'm not sure I understand the problem, dot is a field separator rather 
than decimal place.

Andrew


  reply	other threads:[~2004-08-04 21:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-04 16:30 Andrew Cagney
2004-08-04 16:36 ` Dave Korn
2004-08-04 16:54   ` Andrew Cagney
2004-08-04 16:56     ` Daniel Jacobowitz
2004-08-11 17:38     ` Andrew Cagney
2004-08-04 17:05 ` Theodore A. Roth
2004-08-04 21:11   ` Steven Johnson
2004-08-04 21:27     ` Andrew Cagney [this message]
2004-08-04 23:16 jyates
2004-08-05 10:08 ` Andreas Schwab
2004-08-05 13:49 jyates
2004-08-05 15:41 ` Andrew Cagney

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=411154B0.3080106@gnu.org \
    --to=cagney@gnu.org \
    --cc=gdb@sources.redhat.com \
    --cc=sjohnson@neurizon.net \
    /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