cvs commit: ports/lang/snobol/files patch-dynamic.c patch-init.c patch-macros.h patch-ordvst.c patch-retstring.c

Wes Peters wes at FreeBSD.org
Tue Nov 28 00:36:15 PST 2006


wes         2006-11-28 08:36:15 UTC

  FreeBSD ports repository

  Added files:
    lang/snobol/files    patch-dynamic.c patch-init.c 
                         patch-macros.h patch-ordvst.c 
                         patch-retstring.c 
  Log:
  Eliminate warnings from function prototype mismatches.  Include
  stdlib.h and strings.h where needed to get system/compiler definitions
  of malloc, bcopy, and bzero instead of relying on 20-year-old wrong
  definitions in the code.  The snobol interpreter itself is chock full
  of pointer to int type punning and is likely to fail in hard-to-debug
  ways on non-VAX-like architectures.
  
  Revision  Changes    Path
  1.1       +18 -0     ports/lang/snobol/files/patch-dynamic.c (new)
  1.1       +18 -0     ports/lang/snobol/files/patch-init.c (new)
  1.1       +29 -0     ports/lang/snobol/files/patch-macros.h (new)
  1.1       +19 -0     ports/lang/snobol/files/patch-ordvst.c (new)
  1.1       +18 -0     ports/lang/snobol/files/patch-retstring.c (new)


More information about the cvs-all mailing list