Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed paths | Felipe Pena | 2009-08-01 | 1 | -2/+2 |
| | |||||
* | Support all possible configurations and simplify includes | Marcus Boerger | 2003-03-04 | 1 | -12/+2 |
| | |||||
* | Use flatfile if available. | Marcus Boerger | 2002-11-15 | 1 | -2/+3 |
| | | | | | # This way we are using the internal library which we know about most. | ||||
* | -Precondiftion: no open files | Marcus Boerger | 2002-11-11 | 1 | -0/+2 |
| | | | | | | | | -do not show warning from dba_open call for read during write # Interesting is that on some systems read during write is permitted... # I will change the tests as soon as i find a way to have this equal on all # systems | ||||
* | Add $lock_flag which allows to change lock behaviour for both 'l' and 'd' | Marcus Boerger | 2002-11-10 | 1 | -0/+1 |
| | | | | | | Remember gdbm has its own locking so 't' does not work here - maybe a warning is needed for that, too. | ||||
* | check whether a written databse can be appended and if read during write | Marcus Boerger | 2002-11-06 | 1 | -1/+1 |
| | | | | | | | is permitted #i use ksort for the result here since some dbm libraries sort their result #but that is nothing to test here. | ||||
* | cdb interface is currently readonly | Marcus Boerger | 2002-11-03 | 1 | -1/+9 |
| | |||||
* | test.dbm* -> test0.dbm* | Marcus Boerger | 2002-11-01 | 1 | -1/+1 |
| | |||||
* | Added some tests for dba extension | Marcus Boerger | 2002-10-25 | 1 | -0/+5 |