2009-09-21 00:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

- contrib/iodmem
  + contrib/hbmemio
  - contrib/hbmemio/iodmem.hbc
  + contrib/hbmemio/hbmemio.hbc
  * contrib/hbmemio/Makefile
  * contrib/Makefile
    * Renamed to have 'hb' prefix and to be in line with hbnetio.
    ! Fixed props on Makefile.
    ! Corrected to list this lib in no-dependency section in contrib/Makefile.
This commit is contained in:
Viktor Szakats
2009-09-21 22:13:27 +00:00
parent 0c8a24aae9
commit e0ca13db06
6 changed files with 22 additions and 11 deletions

View File

@@ -17,6 +17,17 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-21 00:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- contrib/iodmem
+ contrib/hbmemio
- contrib/hbmemio/iodmem.hbc
+ contrib/hbmemio/hbmemio.hbc
* contrib/hbmemio/Makefile
* contrib/Makefile
* Renamed to have 'hb' prefix and to be in line with hbnetio.
! Fixed props on Makefile.
! Corrected to list this lib in no-dependency section in contrib/Makefile.
2009-09-21 22:50 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
+ harbour/contrib/Makefile
+ harbour/contrib/iodmem/Makefile
@@ -29,10 +40,10 @@
2009-09-21 17:20 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
+ harbour/contrib/iodmem
+ harbour/contrib/iodmem/iodmem.c
+ Implemented Memory file system. Public functions hb_memfs*() are
+ Implemented Memory file system. Public functions hb_memfs*() are
availible, if HB_MEMFS_PUBLIC_API is defined.
+ Implemeted I/O driver for memory file system
; HB_IODMEM request can be used to force linking of I/O driver and
; HB_IODMEM request can be used to force linking of I/O driver and
memory FS into executable.
"mem:" prefix should be used to indicate a MemFS file, ex.:
@@ -52,8 +63,8 @@
DBDROP("mem:test") // Free memory resource
RETURN
; TODO: locking is not supported yet (but it is not very usefull
if MemFS is used to store of a temporary database opened in
; TODO: locking is not supported yet (but it is not very usefull
if MemFS is used to store of a temporary database opened in
exclusive mode).
2009-09-21 15:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

View File

@@ -15,6 +15,7 @@ DIRS := \
hbclipsm \
hbct \
hbgt \
hbmemio \
hbmisc \
hbmzip \
hbnetio \
@@ -42,7 +43,6 @@ DIRS += \
hbpgsql \
hbqt \
hbssl \
iodmem \
rddads \
rddsql \

View File

@@ -4,7 +4,7 @@
ROOT := ../../
LIBNAME := iodmem
LIBNAME := hbmemio
C_SOURCES := \
iodmem.c \

View File

@@ -0,0 +1,5 @@
#
# $Id$
#
libs=hbmemio

View File

@@ -1,5 +0,0 @@
#
# $Id$
#
libs=iodmem