Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2002 01:06:17 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale wcsftime.c
Message-ID:  <200209150806.g8F86Hd1061387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/15 01:06:17 PDT

  Modified files:
    lib/libc/locale      wcsftime.c 
  Log:
  Use the heap instead of the stack to store temporary multibyte string
  buffers; this is slower but safer for threaded programs where threads
  often have relatively low stack size limits.
  
  Revision  Changes    Path
  1.2       +28 -10    src/lib/libc/locale/wcsftime.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?200209150806.g8F86Hd1061387>