[fpc-devel] getting a bug fix backported from trunk for 3.0.4 release?

2017-08-15 Thread Seth Grover
With the 3.0.4 release impending, would the fix for this issue be possible to backport from trunk into 3.0.4? https://mantis.freepascal.org/view.php?id=30697 Thanks, -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you're nothing special Unless

Re: [fpc-devel] overflow error in Fpopendir

2016-06-30 Thread Seth Grover
>Best is to use either THandle or cInt, probably the former. The latter may not be defined in the system unit. > Nice catch ! > Michael. Thanks, Michael. I'll submit a bug and patch on mantis. -SG -- Seth Grover Be kind to all of your neighbors Because they're just like you. And you'r

[fpc-devel] overflow error in Fpopendir

2016-06-30 Thread Seth Grover
p in one of the other .inc files there is some flag making "integer" behave as a signed 16-byte number? I am inclined just to patch my copy of the FPC rtl and change the definition of fd from "integer" to "longint," but I wanted to get your take on it first. Thanks

[fpc-devel] xmlwrite rejects valid CDATA xml (regression in 2.6.2)

2013-04-15 Thread Seth Grover
=20780 and http://svn.freepascal.org/cgi-bin/viewvc.cgi?revision=19792view=revisionwhich seem to be what introduced this bug. I'll log a bug for it in Mantis, but I thought I'd also bring it up in this to see if there should be any discussion about it. Thanks guys, have a good one. -SG -- Seth Grover

[fpc-devel] clarification about StackBottom and StackLength in threaded programs and/or shared libraries

2012-05-21 Thread Seth Grover
or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] possibility to include compiler info (line number) as integer rather than string

2012-02-24 Thread Seth Grover
, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: possibility to include compiler info (line number) as integer rather than string

2012-02-24 Thread Seth Grover
. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover On Fri, Feb 24, 2012 at 2:49 PM, Seth Grover sethdgro...@gmail.com wrote: Quoting http://www.freepascal.org/docs-html/prog/progsu38.html the {$INCLUDE} directive inserts

[fpc-devel] Re: possibility to include compiler info (line number) as integer rather than string

2012-02-24 Thread Seth Grover
I've provided a patch. http://mantis.freepascal.org/view.php?id=21372 Cheers, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover On Fri, Feb 24, 2012 at 3:13 PM, Seth Grover sethdgro...@gmail.com wrote: Actually I

[fpc-devel] Re: rounding precision error with integer and floating point division

2011-11-18 Thread Seth Grover
Fair enough. Jonas, thanks for the link and explanation. I'll just be more aware of what I'm doing when it involves calculations like this and do the cast when needed. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-devel] Re: rounding precision error with integer and floating point division

2011-11-18 Thread Seth Grover
resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: rounding precision error with integer and floating point division

2011-11-18 Thread Seth Grover
is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] rounding precision error with integer and floating point division

2011-11-17 Thread Seth Grover
resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: 0020225: issue examining pointer/array/record elements with GDB

2011-09-16 Thread Seth Grover
is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: 0020225: issue examining pointer/array/record elements with GDB

2011-09-16 Thread Seth Grover
combinations, I've got a couple of hours before I have to leave. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] Re: 0020225: issue examining pointer/array/record elements with GDB

2011-09-15 Thread Seth Grover
. Does anyone have any specific knowledge of where the bug is fixed? -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] 0020225: issue examining pointer/array/record elements with GDB

2011-09-15 Thread Seth Grover
hear from me report back on my results until after that. Thanks for your help. Cheers and good health. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist

[fpc-devel] issue examining pointer/array/record elements with GDB

2011-09-08 Thread Seth Grover
coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: issue examining pointer/array/record elements with GDB

2011-09-08 Thread Seth Grover
the members are. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] status of haltproc issue tracked by 17383, 14958, 18831

2011-05-23 Thread Seth Grover
? And it appears that these fixes were implemented in 2.5.1+ and not ported back to 2.4.4, is that also correct? Thanks a lot and have a nice day, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover

[fpc-devel] Re: Free Pascal 2.4.4 available

2011-05-23 Thread Seth Grover
, and congratulations for another great release. Sincerely, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

[fpc-devel] TFPHashList and FindIndexOf

2011-04-07 Thread Seth Grover
in the list... it's just associated with nil data. Should I log a bug? Or is this really how it's supposed to work? -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-devel] Re: inheriting handles using TProcess in unix

2011-01-27 Thread Seth Grover
to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: inheriting handles using TProcess in unix

2011-01-27 Thread Seth Grover
I have provided a patch. http://bugs.freepascal.org/view.php?id=18617 -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist

[fpc-devel] inheriting handles using TProcess in unix

2011-01-26 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] need to call FpFlock to unlock file in FileClose?

2010-10-29 Thread Seth Grover
for FileClose handle unlocking as well? Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel

[fpc-devel] bug found testing 2.4.2-rc1

2010-10-26 Thread Seth Grover
-- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] gdb Dwarf Error: Could not find abbrev number loading symbols from .so

2010-06-11 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: gdb Dwarf Error: Could not find abbrev number loading symbols from .so

2010-06-11 Thread Seth Grover
For what it's worth, this same problem occurs when using 2.5.1 from the trunk (rev 15410) in svn. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-devel] Re: gdb Dwarf Error: Could not find abbrev number loading symbols from .so

2010-06-11 Thread Seth Grover
[in module /home/nitrodev/devel/bin/libESSDB.so] Hopefully that helps. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc

[fpc-devel] Re: gdb Dwarf Error: Could not find abbrev number loading symbols from .so

2010-06-11 Thread Seth Grover
. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: gdb Dwarf Error: Could not find abbrev number loading symbols from .so

2010-06-11 Thread Seth Grover
or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: gdb Dwarf Error: Could not find abbrev number loading symbols from .so

2010-06-11 Thread Seth Grover
-- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo

[fpc-devel] Re: gdb Dwarf Error: Could not find abbrev number loading symbols from .so

2010-06-11 Thread Seth Grover
Submitted to Mantis with the test case, thanks a lot. http://bugs.freepascal.org/view.php?id=16705 -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-devel] large constant and qword comparison broken in fixes_2_4 rev 15403

2010-06-10 Thread Seth Grover
for me. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

[fpc-devel] Re: large constant and qword comparison broken in fixes_2_4 rev 15403

2010-06-10 Thread Seth Grover
. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: large constant and qword comparison broken in fixes_2_4 rev 15403

2010-06-10 Thread Seth Grover
the behavior of the code between yesterday and today changed. Thanks. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc

[fpc-devel] dynamic array of char vs. out array of char

2010-04-27 Thread Seth Grover
that the only difference between var and out was whether or not the compiler warned you about uninitialized data. Thanks, -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-devel] Re: dynamic array of char vs. out array of char

2010-04-27 Thread Seth Grover
or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com On Tue, Apr 27, 2010 at 3:21 PM, Seth Grover sethdgro...@gmail.com wrote: Observe the following test program (http://pastebin.org/186091 for those who prefer

[fpc-devel] -Or optimization flag

2010-04-05 Thread Seth Grover
is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] default values and $WRITEABLECONST OFF

2010-04-05 Thread Seth Grover
or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: -Or optimization flag

2010-04-05 Thread Seth Grover
-Or is safe and automatically activated with -O2 and higher. Jonas OK, thanks! -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel

[fpc-devel] Re: cdecl and constant parameters

2010-04-01 Thread Seth Grover
to Google better next time. :) Thanks again! -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel

[fpc-devel] TProcess, bash, and escaping quotes

2010-02-17 Thread Seth Grover
to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: TProcess, bash, and escaping quotes

2010-02-17 Thread Seth Grover
is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: TProcess, bash, and escaping quotes

2010-02-17 Thread Seth Grover
/to/file as the TProcess command line, then deleting the file. Kind of a hack, but at least it works the way I want it to. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-devel] Re: TProcess, bash, and escaping quotes

2010-02-17 Thread Seth Grover
I also just realized I sent all of these messages to the wrong mailing list (devel instead of pascal). My apologies, it's been one of those days. -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail

[fpc-devel] Re: TProcess, bash, and escaping quotes

2010-02-17 Thread Seth Grover
is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: GetHeapStatus.TotalAllocated

2010-02-13 Thread Seth Grover
coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Re: DOM thread-safety merge to 2.4.0?

2009-12-16 Thread Seth Grover
Unfortunately, it is too late, building has started. Michael. Okay, I'll just patch it myself once it's out. Thanks anyway! -SG -- This email is fiction. Any resemblance to actual events or persons living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com

[fpc-devel] DOM thread-safety merge to 2.4.0?

2009-12-15 Thread Seth Grover
living or dead is purely coincidental. Seth Grover sethdgrover[at]gmail[dot]com ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel