aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time/time.tex
AgeCommit message (Collapse)AuthorFilesLines
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger1-11/+11
When creating a split manual with one-node-per-page, the main index.html ends up getting clobbered by the page for the index() function because it uses "@node index" which, for html, also creates an index.html page. To remedy this, add "Function " to every function node so now we output "Function-index.html" and avoid clobbering. It also namespaces every other function and helps make sure we don't clobber anything else. Otherwise, there isn't really much rendering difference as @node text is mostly internal. Node title text comes from @section instead.
2009-03-09 * libc/time/strftime.c: Adapt for dual-purpose use so not onlyCorinna Vinschen1-1/+3
defines strftime(), but can also define wcsftime(); add optional test package; speed up %Y handling. * libc/time/wcsftime.c: New file, defining wcsftime() (albeit indirectly by including strftime.c) and its documentation. * libc/time/time.tex: Enhance tm_isdst explanation, change strftime description to match modified description in strftime.c * libc/time/Makefile.am: Add wcsftime.c and wcsftime.def. Add a rule so that wcsftime.o gets rebuilt when strftime changes. * libc/time/Makefile.in: Regenerate. * libc/include/wchar.h (wcsftime): Declare.
2005-02-162005-02-16 Eric Blake <ebb9@byu.net>Jeff Johnston1-8/+8
* libc/time/time.tex: Improve the documentation. * libc/time/strftime.c: Improve the documentation. (iso_year_adjust): New helper function. (strftime): Simplify '%E' and '%O'. Change '%c' to use recursion. Fix '%C', '%y', and '%Y' to deal with years with more than 4 characters. Combine '%d' and '%e'. Implement '%D', '%F', '%g', '%G', '%n', '%R', '%t', '%T', '%u', '%V', '%X', and '%z'. Avoid core dumps on valid inputs (maxsize == 0, or tim_p->tm_isdst > 1).
2004-09-162004-09-16 Antony King <antony.king@st.com>Jeff Johnston1-0/+4
* libc/ctype/ctype.tex: Added missing documentation. * libc/stdio/stdio.tex Ditto. * libc/stdlib/stdlib.tex Ditto. * libc/string/strings.tex Ditto. * libc/time/time.tex: Ditto. * libc/stdio/setbuffer.c: Removed setlinebuf documentation.
2002-04-172002-04-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+4
* libc/time/time.tex: Add tzset info.
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+86