Skip to content
Snippets Groups Projects
  1. Nov 26, 1997
  2. Nov 25, 1997
  3. Nov 24, 1997
  4. Nov 21, 1997
  5. Nov 18, 1997
  6. Nov 17, 1997
  7. Nov 16, 1997
  8. Nov 15, 1997
  9. Nov 14, 1997
  10. Nov 13, 1997
  11. Nov 10, 1997
  12. Nov 07, 1997
  13. Nov 02, 1997
  14. Oct 31, 1997
  15. Oct 30, 1997
  16. Oct 28, 1997
  17. Oct 27, 1997
    • Vadim B. Mikheev's avatar
      c.h: · 6855820e
      Vadim B. Mikheev authored
      #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. Oct 25, 1997
Loading