-
marshallch pushed 1 commit(s) to refs/heads/master in the pdl Git repository of the Perl Data Language project.
2009-11-22 19:21:50 UTC in Perl Data Language
-
marshallch pushed 1 commit(s) to refs/heads/master in the pogl Git repository of the Perl Data Language project.
2009-11-22 18:55:57 UTC in Perl Data Language
-
The current win32 console interface does not detect events from non-ascii representable keyboard events
such as the arrow keys. This could be fixed by using low level console I/O to read the missed events from
the INPUT_EVENT data stream via PeekConsoleInput() and then mapping them to equivalent command
line edit events such as Ctrl-p, Ctrl-n,...
The proposed solution may not be the most...
2009-11-21 16:21:11 UTC in Perl Data Language
-
By default, the win32 console handler catches Ctrl-C and processes it as a signal to kill the perldl shell.
We need to use SetConsoleMode() to disable ENABLE_PROCESSED_INPUT to fix this. This behavior
can be reproduced by starting a win32 CMD shell, and running perldl using ActiveState perl. If you
type 2 Ctrl-C's at the prompt, you will exit the shell. On a cygwin perldl on the same...
2009-11-21 16:14:01 UTC in Perl Data Language
-
marshallch pushed 4 commit(s) to refs/heads/master in the pdl Git repository of the Perl Data Language project.
2009-11-20 18:46:01 UTC in Perl Data Language
-
marshallch pushed 2 commit(s) to refs/heads/master in the pogl Git repository of the Perl Data Language project.
2009-11-20 18:28:07 UTC in Perl Data Language
-
Reported by Luis Mochan via perldl list. A minimal program loading TriD with perl -w produces many warnings about redefined subs and methods: The problem was reported for PDL-2.4.4 but exists in the current PDL-2.4.5 as well. This is an example of program and the output running with PDL-2.4.5 on a cygwin/vista system:
#!/usr/bin/perl -w
use PDL;
use PDL::Graphics::TriD;...
2009-11-20 14:29:51 UTC in Perl Data Language
-
marshallch pushed 2 commit(s) to refs/heads/master in the pogl Git repository of the Perl Data Language project.
2009-11-20 02:51:47 UTC in Perl Data Language
-
marshallch pushed 76 commit(s) to refs/heads/master in the pdl-graphics-plplot Git repository of the Perl Data Language project.
2009-11-15 22:15:51 UTC in Perl Data Language
-
A clean up of the dependencies and functionality in PDL by module would be great.
It would be nice to indicate what is provided where and when there are multiple alternatives.
One example is all the FFT stuff in PDL: inconsistent calling sequences, undocumented
implementation information, no not inplace FFT in the base PDL, no support for complex data with adjacent Re and Im parts,...
2009-11-03 14:51:31 UTC in Perl Data Language