Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2001 01:45:20 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include stdlib.h src/lib/libc/stdlib strtoll.c strtoull.c Makefile.inc strtol.3 strtoq.c strtoul.3 strtouq.c
Message-ID:  <200103020945.f229jKX03298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2001/03/02 01:45:20 PST

  Modified files:        (Branch: RELENG_4)
    include              stdlib.h 
    lib/libc/stdlib      Makefile.inc strtol.3 strtoq.c strtoul.3 
                         strtouq.c 
  Added files:           (Branch: RELENG_4)
    lib/libc/stdlib      strtoll.c strtoull.c 
  Log:
  MFC: Impliment the ISO-C99 strto[u]ll()
       and rewrite strto[u]q() in terms of it.
  
  Revision  Changes    Path
  1.16.2.1  +5 -1      src/include/stdlib.h
  1.19.2.2  +6 -5      src/lib/libc/stdlib/Makefile.inc
  1.4.2.4   +37 -5     src/lib/libc/stdlib/strtol.3
  1.4.6.1   +7 -84     src/lib/libc/stdlib/strtoq.c
  1.3.2.5   +37 -7     src/lib/libc/stdlib/strtoul.3
  1.4.8.1   +7 -62     src/lib/libc/stdlib/strtouq.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103020945.f229jKX03298>