qse/ase/lib/cmn
hyung-hwan f675b072d6 redefined ASE_XXX_COPIER_SIMPLE and ASE_XXX_COPIER_INLINE
originally,
- #define ASE_XXX_COPIER_SIMPLE ase_xxx_copysimple
- #define ASE_XXX_COPIER_INLINE ase_xxx_copyinline

after changes.
- #define ASE_XXX_COPIER_SIMPLE ((ase_xxx_copier_t)1)
- #define ASE_XXX_COPIER_INLINE ((ase_xxx_copier_t)2)

when compiled for win32 dll, the reference by the original 
definition resulted in different address values in difference modules.
2008-12-15 07:25:42 +00:00
..
asecmn.bdsproj 2008-06-04 02:17:42 +00:00
asecmn.dsp 2008-06-04 02:17:42 +00:00
asecmn.vcproj 2008-06-04 02:17:42 +00:00
chr_cnv.c adding wide string and multibyte string conversion 2008-10-18 05:43:20 +00:00
chr.c porting tio and sio 2008-10-15 04:08:31 +00:00
chr.h 2008-08-23 01:06:35 +00:00
descrip.mms 2008-06-07 04:19:57 +00:00
dll.c added ase_str_init(), ase_str_fini(), ase_map_init() and ase_map_fini() to support static creation. 2008-08-30 08:51:04 +00:00
fio.c fixed autoconf and source files to use ASE_HAVE_CONFIG_H 2008-12-13 00:25:48 +00:00
lda.c redefined ASE_XXX_COPIER_SIMPLE and ASE_XXX_COPIER_INLINE 2008-12-15 07:25:42 +00:00
makefile.am added -no-undefined to makefile.am 2008-12-14 08:38:58 +00:00
makefile.in added -no-undefined to makefile.am 2008-12-14 08:38:58 +00:00
map.c redefined ASE_XXX_COPIER_SIMPLE and ASE_XXX_COPIER_INLINE 2008-12-15 07:25:42 +00:00
mem.c 2008-08-21 02:22:07 +00:00
mem.h 2008-08-21 03:17:25 +00:00
misc.c 2008-06-07 04:19:57 +00:00
msw-bcc.mak 2008-06-04 02:17:42 +00:00
msw-cl.mak 2008-06-04 02:17:42 +00:00
msw-dmc.mak 2008-06-04 02:17:42 +00:00
opt.c 2008-08-23 01:06:35 +00:00
rex.c renamed a parameter name of ase_awk_getrundata() 2008-12-12 07:43:05 +00:00
sio.c added ase_awk_runsimple() 2008-12-12 04:05:28 +00:00
sll.c redefined ASE_XXX_COPIER_SIMPLE and ASE_XXX_COPIER_INLINE 2008-12-15 07:25:42 +00:00
str_bas.c fixed various bugs in a map and enhanced it. 2008-09-25 01:18:50 +00:00
str_cnv.c finished the inital fio routines 2008-11-27 03:05:00 +00:00
str_dyn.c added missing basic functions to ase_str_t 2008-09-25 02:06:56 +00:00
tio_get.c adding wide string and multibyte string conversion 2008-10-18 05:43:20 +00:00
tio_put.c porting tio and sio 2008-10-15 04:08:31 +00:00
tio.c finished the inital sio routines 2008-11-28 00:20:40 +00:00