www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1995/09/05/13:27:09

Xref: news-dnh.mv.net comp.os.msdos.djgpp:1911
Path: news-dnh.mv.net!mv!news.sprintlink.net!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!alphdyn.demon.co.uk
From: Steve Higgins <steve>
Newsgroups: comp.os.msdos.djgpp
Subject: Version 2 beta 2 Bug reporting.
Date: Tue, 05 Sep 1995 11:40:27 GMT
Lines: 25
Nntp-Posting-Host: alphdyn.demon.co.uk
To: djgpp AT sun DOT soe DOT clarkson DOT edu
Dj-Gateway: from newsgroup comp.os.msdos.djgpp

Email : steve AT alphdyn DOT demon DOT co DOT uk

I recently downloaded the developement files and binaries for DJGPP version 2
beta 2, from the Id ftp site.

I descovered that the definitions for INT_MIN and LONG_MIN in the file LIMITS.H
are wrong.

these were defined as
#define INT_MIN     (2147483647-1)
#define LONG_MIN    (2147483647L-1L)

instead of 
#define INT_MIN     (-214783647-1)
#define LONG_MIN    (-214783647L-1L)

1) Is this a known bug? If not you know about it now.
2) Is there a document available that lists the known bugs with version 2.
3) Is there a standard bug reporting procedure?


-- 
Steve Higgins

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019