
| Current Path : /usr/share/doc/gap-io/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/doc/gap-io/TODO |
function()
local v;
v := IO_gettimeofday();
return v.tv_sec+0.000001_l*v.tv_usec;
end;
for Laurent
IO_Gettimeofday() returning an integer with the microseconds
and
IO_Gettimeofday_float() returning a float in seconds
with your warning in the documentation
also in Nanoseconds...
-> problem: probably need librt for new timing function
Implement posix_openpt, grantpt, unlockpt and ptsname
to allow usage of pseudo ttys
Later:
See Mail Laurent Feb 02 2011
--> partially done
HTTP access scheint nicht immer zu funktionieren --> debug
offenbar warte ich bei nicht ang. contentlength fuer immer
(ev. nur bei "chunked access"???)
--> www.tagesschau.de z.B.
HTTP/1.1-Konformitaet -> Alexander Konovalovs Tests mit Online int seq site
chunked transfer
Web-Proxy???
Seek fuer File s?
Runtimes() zaehlt children nicht mit???
Ausgabe der Testdateien aussagekraeftiger
??? access to utime/utimes?
More tests?
More examples?
For every release:
Fix "platform.g" test with latest additions.
fix permissions in checked out files
(far) future:
support routines for http requests? (query strings, MIME?)
Maybe a function to change buffer size later on?
Unicode?