Mercurial > hg > octave-nkf
comparison PROJECTS @ 9213:b9986ce0047c
update PROJECTS
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 18 May 2009 15:11:22 -0400 |
parents | 1052a66078cf |
children | b4d2080b6df7 |
comparison
equal
deleted
inserted
replaced
9212:6feb27c38da1 | 9213:b9986ce0047c |
---|---|
256 matrix in memory and change one or more elements without | 256 matrix in memory and change one or more elements without |
257 generating a second copy of the data. | 257 generating a second copy of the data. |
258 | 258 |
259 * Use nanosleep instead of usleep if it is available? Apparently | 259 * Use nanosleep instead of usleep if it is available? Apparently |
260 nanosleep is to be preferred over usleep on Solaris systems. | 260 nanosleep is to be preferred over usleep on Solaris systems. |
261 | |
262 -------- | |
263 Graphics: | |
264 -------- | |
265 | |
266 * Correctly handle case where DISPLAY is unset. Provide | |
267 --no-window-system or --nodisplay (?) option. Provide | |
268 --display=DISPLAY option? How will this work with gnuplot (i.e., | |
269 how do we know whether gnuplot requires an X display to display | |
270 graphics)? | |
261 | 271 |
262 ------- | 272 ------- |
263 History: | 273 History: |
264 ------- | 274 ------- |
265 | 275 |