Programming Languages: Python, C++
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-05-25
cvs -d:pserver:anonymous@gnudatalanguage.cvs.sourceforge.net:/cvsroot/gnudatalanguage login
cvs -z3 -d:pserver:anonymous@gnudatalanguage.cvs.sourceforge.net:/cvsroot/gnudatalanguage co -P modulename
alaingdl committed patchset 1938 of module gdl to the GDL - GNU Data Language CVS repository, changing 1 files.
2012-05-25 14:27:39 PDT by alaingdl
alaingdl committed patchset 1937 of module gdl to the GDL - GNU Data Language CVS repository, changing 2 files.
2012-05-25 03:47:14 PDT by alaingdl
hai, even without IDE I just compiled 'gdl.cpp' using gcc/g++ compiler, then also I got same error. [thirumalesh@localhost src]$ g++ gdl.cpp gdl.cpp: In function ‘void InitGDL()’: gdl.cpp:78:17: error: ‘rl_initialize’ was not declared in this scope gdl.cpp:80:3: error: ‘rl_readline_name’ was not declared in this scope gdl.cpp:81:3: error: ‘rl_event_hook’ was not declared...
2012-05-23 23:04:42 PDT by udayaravi
This has been reported in Debian as http://bugs.debian.org/660260 and http://bugs.debian.org/669497 and there was small mail thread about it between me, Sylwester and some others. I now report it here so that others can be aware of the issue. Some quotes from the mentioned thread. Sylwester wrote: > Apparently it's somehow related to the gdl/src/plot3d_nr.cpp file. Joel wrote: >...
2012-05-23 16:30:55 PDT by xtaran
put in the CVS. Thanks ! Alain PS: sorry for the delay.
2012-05-22 15:16:10 PDT by alaingdl
alaingdl committed patchset 1936 of module gdl to the GDL - GNU Data Language CVS repository, changing 2 files.
2012-05-22 08:33:00 PDT by alaingdl
OK, confirmed on the CVS version (print,, !GDL) I don't know when it will be solved. Alain.
2012-05-19 02:55:38 PDT by alaingdl
thank you. This problem was find before and it is corrected in the CVS If i remember well, we do not have a serious test suite for SHIFT, help welcome ;-) Alain.
2012-05-19 02:53:16 PDT by alaingdl
If an array is indexed it should return a slice of the same type as the index. If a scalar is used as index a scalar results; if an array is used an array should result. In the special case where a 1-element array is used as index a 1-element array should result. Instead a scalar is returned: jupiter:~/tub$ gdl -e "a = ([1,2,3])[[2]] & help, a" GDL - GNU Data Language...
2012-05-18 21:40:13 PDT by pphick
When the argument to shift is a 1-element array, gdl crashes. This happens for every value for the offset: jupiter:~/tub$ gdl -e "a=shift([7],2)" GDL - GNU Data Language, Version 0.9.2 - For basic information type HELP,/INFO - No startup file read (GDL_STARTUP/IDL_STARTUP env. var. not set). - Please report bugs, feature or help requests and patches at...
2012-05-18 21:35:08 PDT by pphick