| 1 |
libCrash - A modular library of source code.- libCrash Scripting engine |
|---|
| 2 |
(added 01/01/70, 10:00, incomplete, priority medium) |
|---|
| 3 |
|
|---|
| 4 |
- Ensure Terminal operations work correctly even if raw capabilities are not there |
|---|
| 5 |
(case in point - goto bottom left) |
|---|
| 6 |
(added 05/05/02, 09:21, incomplete, priority veryhigh) |
|---|
| 7 |
|
|---|
| 8 |
- Add libz support (Compress class) and make input and output chainable streams. |
|---|
| 9 |
(added 29/05/02, 23:34, incomplete, priority medium) |
|---|
| 10 |
|
|---|
| 11 |
- Add a 'chunk' binary format, ala the Electronic Arts IFF format. |
|---|
| 12 |
(added 22/06/02, 20:19, incomplete, priority medium) |
|---|
| 13 |
|
|---|
| 14 |
- Base64 is not working properly - it decodes with extra characters. |
|---|
| 15 |
(added 31/07/02, 21:20, incomplete, priority veryhigh) |
|---|
| 16 |
|
|---|
| 17 |
- Make mlock() portable, or don't use it? |
|---|
| 18 |
(added 28/11/02, 17:57, incomplete, priority medium) |
|---|
| 19 |
|
|---|
| 20 |
- Figure out how to make d2i_DHparams portable across OpenSSL versions - they changed |
|---|
| 21 |
the second argument from non-const to const somewhere between 0.9.6d and 0.9.7a. |
|---|
| 22 |
Though why gcc 3.x is saying that passing a non-const object to a const function |
|---|
| 23 |
argument is an error is beyond me. |
|---|
| 24 |
(added 06/04/03, 17:49, incomplete, priority veryhigh) |
|---|
| 25 |
|
|---|
| 26 |
- Write a join() that accept iterators of arbitrary containers. |
|---|
| 27 |
(added 03/05/03, 14:46, incomplete, priority medium) |
|---|
| 28 |
|
|---|
| 29 |
- Need to make Expression handle floating point numbers rather than just integers. |
|---|
| 30 |
(added 04/03/04, 18:10, incomplete, priority medium) |
|---|