Mail Archives: djgpp-workers/2003/11/11/11:02:45
On Mon, 10 Nov 2003, Richard Dawe wrote:
> > @c ----------------------------------------------------------------------
> > @node Stack overflow handler, signal
Would it be better to change "signal" to "internal", since this is not
meant to be used directly by applications. There's no "internal"
category yet, but I think there should be (with more entries than just
this one).
> > @vindex __djgpp_stack_overflow_eip
> > @findex __djgpp_stack_overflow_exit
> > @subheading Syntax
> >
> > @example
> > unsigned int __djgpp_stack_overflow_eip;
>
> I think you need an "extern":
>
> extern unsigned int __djgpp_stack_overflow_eip;
Yes.
> > void __djgpp_stack_overflow_exit(void);
> > @end example
> >
> > @subheading Description
> >
> > This is the stack overflow handler, intended to be used only by
> > compiler-generated code.
>
> How about this?
>
> "This is the stack overflow handler, an internal function intended to be used
> only by special code generated by the compiler."
Yes, that's better.
> > This will exit with suitable error message.
> [snip]
>
> "suitable error message" -> "a suitable error message"?
Yes.
> > ===================================================================
> > RCS file: /cvs/djgpp/djgpp/src/docs/kb/wc204.txi,v
> > retrieving revision 1.162
> > diff -c -r1.162 wc204.txi
> > *** wc204.txi 8 Nov 2003 12:19:40 -0000 1.162
> > --- wc204.txi 10 Nov 2003 11:52:10 -0000
> > ***************
> > *** 1032,1034 ****
> > --- 1032,1038 ----
> > @code{strftime} now uses the date format (for @code{%x})
> > and time format (for @code{%X}) from the current locale.
> > This means that @code{%T} and @code{%X} are no longer equivalent.
> > +
> > + @vindex __djgpp_stack_overflow_eip AT r{ added}
> > + @findex __djgpp_stack_overflow_exit AT r{ added}
> > + The stack overflow handler was added.
>
> "The" -> "A"?
"A handler was added" makes me think that we may add another one some
day, but English is not my native language, so I'll trust your opinion.
--
Esa Peuha
student of mathematics at the University of Helsinki
http://www.helsinki.fi/~peuha/
- Raw text -