swildner    2006/11/02 11:48:55 PST

DragonFly src repository

  Modified files:
    lib/libc/stdlib      Makefile.inc strtol.3 strtoul.3 
  Log:
  Sync strtol(3) and strtoul(3) with FreeBSD.
  
  This fixes some mdoc nits, adds documentation about when EINVAL is returned
  and makes the existance of strtoimax(3) and strtoumax(3) known to the world.
  
  Revision  Changes    Path
  1.15      +2 -2      src/lib/libc/stdlib/Makefile.inc
  1.4       +65 -43    src/lib/libc/stdlib/strtol.3
  1.4       +48 -20    src/lib/libc/stdlib/strtoul.3


http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/Makefile.inc.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/strtol.3.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/strtoul.3.diff?r1=1.3&r2=1.4&f=u

Reply via email to