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:
@@ -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)
|
||||
|
||||
@@ -15,6 +15,7 @@ DIRS := \
|
||||
hbclipsm \
|
||||
hbct \
|
||||
hbgt \
|
||||
hbmemio \
|
||||
hbmisc \
|
||||
hbmzip \
|
||||
hbnetio \
|
||||
@@ -42,7 +43,6 @@ DIRS += \
|
||||
hbpgsql \
|
||||
hbqt \
|
||||
hbssl \
|
||||
iodmem \
|
||||
rddads \
|
||||
rddsql \
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
ROOT := ../../
|
||||
|
||||
LIBNAME := iodmem
|
||||
LIBNAME := hbmemio
|
||||
|
||||
C_SOURCES := \
|
||||
iodmem.c \
|
||||
5
harbour/contrib/hbmemio/hbmemio.hbc
Normal file
5
harbour/contrib/hbmemio/hbmemio.hbc
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=hbmemio
|
||||
@@ -1,5 +0,0 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
libs=iodmem
|
||||
Reference in New Issue
Block a user