Commit Graph

11 Commits

Author SHA1 Message Date
44717bbb4f fixed minor bugs 2008-12-16 03:56:48 +00:00
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
dc0203008e porting tio from xpkit 2008-10-14 05:32:58 +00:00
204f833d16 fixed bugs in lda and changed awk for lda over tab.
- added ase_lda_rwalk
 - fixed crash when the keeper is not set
 - modified the awk parser to utilize lda.
2008-10-12 08:10:25 +00:00
7a05ceea75 fixed bugs in ase_lda_t & replaced ase_awk_tab_t with ase_lda_t 2008-10-11 05:16:31 +00:00
ba30f5cf12 fixed bugs in ase_lda_t 2008-10-10 22:04:22 +00:00
b2d1b51302 oh my lda! 2008-10-10 05:45:49 +00:00
dd2d9190c0 still modifying ase_lda_t 2008-10-09 05:43:56 +00:00
b461e7f30d still modifying ase_lda_t 2008-10-08 05:30:16 +00:00
76580ef4eb improving and fixing ase_lda_t 2008-10-06 08:52:15 +00:00
602be420ee trying to get lda.c working 2008-10-03 06:06:10 +00:00