[rkward-cvs] rkward ChangeLog,1.133,1.134 TODO,1.126,1.127

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Jun 22 00:12:19 UTC 2006


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8414

Modified Files:
	ChangeLog TODO 
Log Message:
Fix data re-allocation in RKVariable

Index: ChangeLog
===================================================================
RCS file: /cvsroot/rkward/rkward/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** ChangeLog	19 Jun 2006 20:06:07 -0000	1.133
--- ChangeLog	22 Jun 2006 00:12:17 -0000	1.134
***************
*** 1,2 ****
--- 1,3 ----
+ - don't crash on more than 100 rows of data in the editor (off by 2 bug in storage allocation)
  - correctly initialize the internal NaN representation (would sometimes be initialized to 0, resulting in 0s not to be shown in the editor)
  - engine status bar label ("R engine busy/idle") now changes background color according to state

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** TODO	21 Jun 2006 16:57:40 -0000	1.126
--- TODO	22 Jun 2006 00:12:17 -0000	1.127
***************
*** 13,16 ****
--- 13,18 ----
  	- undo/redo
  	- deletion of multiple columns in one step
+ 	- when pasting a large array, rows should not be added one by one. Suggested algorythm
+ 		- if we find out we've already pasted 100 rows, first check, how many more are to come and add this many both to the variable and to the R workspace. Can potentially avoid *lots* of work
  - Rework package management dialog
  	- use install.packages () to handle dependencies





More information about the rkward-tracker mailing list