Re: Shouldn't 'man' depend on 'col'? Shouldn't 'col' be easier to find?

2014-07-09 Thread Yaakov Selkowitz
On 2014-07-09 17:28, Keith Christian wrote: There are other packages that require a bit of time post-install, such as the texlive package. Having the man-db package update the DB immediately after install sounds like a good idea, even if it takes a few minutes. We're talking 20 minutes or more

Re: Shouldn't 'man' depend on 'col'? Shouldn't 'col' be easier to find?

2014-07-09 Thread Keith Christian
There are other packages that require a bit of time post-install, such as the texlive package. Having the man-db package update the DB immediately after install sounds like a good idea, even if it takes a few minutes. Else, end users that aren't familiar with re-creating the DB may be discouraged

[ANNOUNCEMENT] Updated: Unicode text editor MinEd 2014.24.2

2014-07-09 Thread Thomas Wolff
MinEd 2014.24.2 (July 2014) Major enhancements in this release: Character information: * Updated to Unicode 7.0. Editing: * Improved and fixed JavaScript/HTML highlighting. * Improved and fixed line end handling in search/replace. Interwo

Re: Severe performance degradation of writev

2014-07-09 Thread David Rothenberger
Corinna Vinschen wrote: > On Jul 9 09:44, David Rothenberger wrote: >> Corinna Vinschen wrote: >>> On Jul 7 12:10, Corinna Vinschen wrote: On Jul 7 07:28, jojelino wrote: > 2008-07-27 Corinna Vinschen > > * fhandler_socket.cc (fhandler_socket::send_internal): > Send neve

Re: Severe performance degradation of writev

2014-07-09 Thread Corinna Vinschen
On Jul 9 09:44, David Rothenberger wrote: > Corinna Vinschen wrote: > > On Jul 7 12:10, Corinna Vinschen wrote: > >> On Jul 7 07:28, jojelino wrote: > >>> 2008-07-27 Corinna Vinschen > >>> > >>> * fhandler_socket.cc (fhandler_socket::send_internal): Send > >>> never more then 64K bytes at on

Re: Severe performance degradation of writev

2014-07-09 Thread David Rothenberger
Corinna Vinschen wrote: > On Jul 7 12:10, Corinna Vinschen wrote: >> On Jul 7 07:28, jojelino wrote: >>> 2008-07-27 Corinna Vinschen >>> >>> * fhandler_socket.cc (fhandler_socket::send_internal): Send >>> never more then 64K bytes at once. For blocking sockets, loop >>> until entire data has

Re: setting character set in mintty

2014-07-09 Thread Pawel Jasinski
On Tue, Jul 8, 2014 at 8:00 PM, Andrey Repin wrote: > Greetings, Pawel Jasinski! > The way I understand it, mintty sets the LANG variable according to user settings. Would it make sense for mintty to invoke "cmd /c chcp " (SetConsoleOutputCP)? > >>>mintty does not use the conso

From Maher Labib Abou Steit

2014-07-09 Thread Maher Labib Abou Stei
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Emacs-w32... Still Crashing

2014-07-09 Thread Ken Brown
On 7/9/2014 8:22 AM, Corinna Vinschen wrote: On Jul 9 12:15, Corinna Vinschen wrote: On Jul 8 09:55, Ken Brown wrote: On 7/7/2014 3:12 PM, Zdzislaw Meglicki wrote: Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 4532.0xa100] 0x7ff974f39e3b in KERNELBASE!Debug

Re: Emacs-w32... Still Crashing

2014-07-09 Thread Corinna Vinschen
On Jul 9 12:15, Corinna Vinschen wrote: > On Jul 8 09:55, Ken Brown wrote: > > On 7/7/2014 3:12 PM, Zdzislaw Meglicki wrote: > > >Program received signal SIGTRAP, Trace/breakpoint trap. > > >[Switching to Thread 4532.0xa100] > > >0x7ff974f39e3b in KERNELBASE!DebugBreak () from > > >/cygdrive

Re: Emacs-w32... Still Crashing

2014-07-09 Thread Corinna Vinschen
On Jul 9 12:27, Corinna Vinschen wrote: > On Jul 8 12:44, Christopher Faylor wrote: > > On Tue, Jul 08, 2014 at 11:36:07AM -0500, Yaakov Selkowitz wrote: > > >On 2014-07-08 10:02, Christopher Faylor wrote: > > >> On Tue, Jul 08, 2014 at 09:55:55AM -0400, Ken Brown wrote: > > >>> Grasping at straw

Re: Emacs-w32... Still Crashing

2014-07-09 Thread Corinna Vinschen
On Jul 8 12:44, Christopher Faylor wrote: > On Tue, Jul 08, 2014 at 11:36:07AM -0500, Yaakov Selkowitz wrote: > >On 2014-07-08 10:02, Christopher Faylor wrote: > >> On Tue, Jul 08, 2014 at 09:55:55AM -0400, Ken Brown wrote: > >>> Grasping at straws, as usual, I wonder if these mysterious crashes c

Re: Emacs-w32... Still Crashing

2014-07-09 Thread Corinna Vinschen
On Jul 8 09:55, Ken Brown wrote: > On 7/7/2014 3:12 PM, Zdzislaw Meglicki wrote: > >Program received signal SIGTRAP, Trace/breakpoint trap. > >[Switching to Thread 4532.0xa100] > >0x7ff974f39e3b in KERNELBASE!DebugBreak () from > >/cygdrive/c/WINDOWS/system32/KERNELBASE.dll > >(gdb) bt > >#0

Re: timeout in LDAP access

2014-07-09 Thread Corinna Vinschen
On Jul 8 21:22, Denis Excoffier wrote: > > On 2014-07-07 13:07, Corinna Vinschen wrote: > > > > > For enumerating a non-primary domain, I get exactly two calls to > > cyg_ldap::open which actually do a connect. The first call opens the > > domain for enumeration. The second call opens the pri

Problem with gprof for code containing static functions

2014-07-09 Thread Dragos Tarcatu
I've been encountering some problems using gprof (GNU gprof (GNU Binutils) 2.24.51.20140623) in the most recent cygwin (32 bits) . Basically gprof seems to be missing static functions calls in the flat profile report. For the attached source file (compiled with -Wall -g -pedantic -std=c99 -pg -O