This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

stackdump.sgml new file


I was thinking about writing some updated documentation as requested
lately on the mailing list
(http://www.cygwin.com/ml/cygwin/2002-03/msg01633.html)
I've started by writing a new file to document the existance of the 
cygwin_stackdump() function. ChangeLog:

2001-04-03  Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
	* stackdump.sgml: New file. Document cygwin_stackdump() function.

The function is described as "Temporary?" when first mentioned in the
ChangeLog, but since it appears to have been around since the first
net-release:
http://www.cygwin.com/ml/cygwin-announce/2000/msg00000.html
I thought it's probably permanent enough to have its own sgml file.

I'm not abandoning my quest to add --help and --version options to all
the utils, but I've got two patches out right now and would like to wait on 
these to keep it all managable in my thought. For reference, the patches are
for mkpasswd (similar to the applied mkgroup patch):
http://cygwin.com/ml/cygwin-patches/2002-q1/msg00352.html

and for kill.cc:
http://cygwin.com/ml/cygwin-patches/2002-q1/msg00339.html

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
Title: cygwin_stackdump
--- stackdump.sgml-orig Wed Apr 3 21:36:00 2002 +++ stackdump.sgml Wed Apr 3 20:57:07 2002 @@ -0,0 +1,14 @@ + + + + + +extern "C" void +cygwin_stackdump + + + + Produce a stackdump from the called location + + +
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]