Commit Graph

18 Commits

Author SHA1 Message Date
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
2aa9f8321b added support for source string 2008-12-13 03:42:32 +00:00
25a776e842 renamed a parameter name of ase_awk_getrundata() 2008-12-12 07:43:05 +00:00
cd1dd05766 added ase_awk_runsimple() 2008-12-12 04:05:28 +00:00
6a3e652db3 changed various parts 2008-12-11 04:19:59 +00:00
8d174e9ec4 fixed a wrong mode to ase_fopen in lib/awk/std.c 2008-12-10 03:01:58 +00:00
dc0203008e porting tio from xpkit 2008-10-14 05:32:58 +00:00
5cb4f03cf9 changed awk according to other previous changes 2008-10-13 09:08:26 +00:00
c2a6db9ec3 addming a dynamic array 2008-10-01 05:14:20 +00:00
b2ad40e12a initially finished code change for the various changes in common routines 2008-09-28 03:51:23 +00:00
7f9f5b1fc0 corrected a lot of code using a map in awk 2008-09-27 09:30:49 +00:00
327fd11974 added useful macros to ase_str_t and ase_map_t 2008-09-25 02:16:41 +00:00
713586d04a 2008-08-21 04:58:19 +00:00
5e8901042a 2008-08-21 03:17:25 +00:00
3cbefaa12c 2008-08-19 05:21:48 +00:00
ac38e2b46a renamed ase_memchr/ase_memrchr to ase_membyte/ase_memrbyte 2008-08-17 08:08:53 +00:00
961c493986 2008-08-04 08:14:52 +00:00
088751e5a9 2008-08-04 08:13:03 +00:00