From: Rafael L. <rla...@us...> - 2001-03-19 12:23:53
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv1881 Modified Files: Makefile.PL.in PLplot.i.in Log Message: Added support for PDL (Perl Data Language) objects being passed when PLFLT arrays are expected as argument (eg. in plline). This is working fine, but the code is now becoming a real mess. I will have to clean up lots of things before this can go for public consomption |
From: Rafael L. <rla...@us...> - 2001-03-19 12:25:59
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv2037 Modified Files: api2bind.pl Log Message: Changes in the funcptr function genration reflecting the recent changes in the plshade routines. |
From: Rafael L. <rla...@us...> - 2001-03-19 16:36:34
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv18831 Modified Files: PLplot.i.in Log Message: * PLplot.i.in (PLplot_perl_get_array_of_double): Added call to PDL->make_physical(), after a suggestion form Christian Soeller <c.s...@au...>. This makes sliced PDL arrays worlk when passed as arguments of the PLplot binding functions. |
From: Rafael L. <rla...@us...> - 2001-03-20 13:32:22
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv20567 Modified Files: PLplot.pm-add.in x01.pl Log Message: * PLplot.pm-add.in (_assert_length): Added PDL support. * x01.pl (plot1): Demonstrates PDL support. Also added a -pdl option to the script that enables PDL demo. |
From: Rafael L. <rla...@us...> - 2001-03-20 13:54:18
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv24653 Added Files: TODO Log Message: Add TODO list to keep me sane. |
From: Rafael L. <rla...@us...> - 2001-03-20 14:08:15
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv27291 Modified Files: TODO Log Message: Add hint for installing modules with MakeMaker. |
From: Alan W. I. <ai...@us...> - 2001-03-27 17:32:15
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv12096 Modified Files: README Log Message: Correct key typographical error and reorder. |
From: Rafael L. <rla...@us...> - 2001-03-27 19:22:27
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv2685 Modified Files: Makefile.PL.in Log Message: Set PM such that MakeMaker will not blindly scan the current directory for spurious .pm and .pl files. |
From: Rafael L. <rla...@us...> - 2001-03-27 20:48:19
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv28184 Modified Files: README Log Message: Removed comment in shell command |
From: Alan W. I. <ai...@us...> - 2001-03-27 22:12:46
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv9070 Modified Files: README Log Message: Mention the pdl package as a prerequisite for building |
From: Rafael L. <rla...@us...> - 2001-03-28 08:44:55
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv23626 Modified Files: README api2bind.pl Log Message: The LIBS variable in Makefile.PL obtains now its value from the output of "plplot-config --libs". README has been updated accordingly. |
From: Rafael L. <rla...@us...> - 2001-03-28 08:46:07
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory usw-pr-cvs1:/tmp/cvs-serv27953 Modified Files: pkg_perl5.in Log Message: Removed symlink cruft to inexistent Perl script (addpm.pl). |
From: Rafael L. <rla...@us...> - 2003-02-17 10:26:33
|
Update of /cvsroot/plplot/plplot/bindings/perl5 In directory sc8-pr-cvs1:/tmp/cvs-serv17563/bindings/perl5 Modified Files: pkg_perl5.in Log Message: Added final newline character to these files, since this was fooling the diff command (needed for the Debian package building). This will not be needed in the future, when the Debian packages will be built directly from the tarball (and not from CVS sources). Since this change is totally harmless and since it is always good to have final nelines in source files, I am committing anyway. |