1. 26 11月, 1997 4 次提交
  2. 24 11月, 1997 3 次提交
  3. 22 11月, 1997 5 次提交
  4. 21 11月, 1997 1 次提交
  5. 18 11月, 1997 5 次提交
  6. 16 11月, 1997 4 次提交
  7. 15 11月, 1997 1 次提交
  8. 14 11月, 1997 1 次提交
  9. 13 11月, 1997 1 次提交
  10. 10 11月, 1997 1 次提交
  11. 08 11月, 1997 3 次提交
  12. 07 11月, 1997 2 次提交
  13. 02 11月, 1997 1 次提交
  14. 31 10月, 1997 3 次提交
  15. 30 10月, 1997 1 次提交
  16. 28 10月, 1997 1 次提交
  17. 27 10月, 1997 1 次提交
    • V
      c.h: · 6855820e
      Vadim B. Mikheev 提交于
      #define StrNCpy(dst,src,len)    \
      	(strncpy((dst),(src),(len)),(len > 0) ? *((dst)+(len)-1)='\0' : \
      	NULL,(void)(dst))
      	     ^^^^^^ - to avoid "value computed is not used" from gcc
      	in ma-a-any places (should to fix thouse places instead, but ...
      	time)
      
      config.h.in:
      /*
       * TBL_FREE_CMD_MEMORY: free memory allocated for an user query inside
       * transaction block after this query is done.
       */
      #define TBL_FREE_CMD_MEMORY
      - this is default now.
      6855820e
  18. 25 10月, 1997 2 次提交