Re: Updated: emacs-24.5-3 (TEST)

2016-02-03 Thread Daniel Daboul
Ken Brown cornell.edu> writes: > Actually, completion seems to work for me if I use forward slashes but > not if I use backslashes. Can you confirm that? If not, please show me > a case where it fails. Yes, you are right. c:/Program Fil[tab] is actually completed. I didn't notice that becau

Re: Updated: emacs-24.5-3 (TEST)

2016-01-29 Thread Daniel Daboul
On Sun, Jan 24, 2016 at 1:30 AM, Ken Brown wrote: > The following packages have been updated in the Cygwin distribution as > test releases: > > * emacs-24.5-3 > * emacs-X11-24.5-3 > * emacs-w32-24.5-3 > * emacs-el-24.5-3 > [...] > This is a rebuild of the 24.5-2 packages, patched to allow native W

_init() and _fini() for dynamically loaded libraries?

2003-03-19 Thread Daniel Daboul
Does Cygwin support initialization and cleanup for libraries loaded dynamically via dlopen() in a way similar to Linux and Solaris? If yes, how can I get it to work? I attached a simple test case below, with comments telling how to compile/link. The output under cygwin is: calculating doubled i