- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/nabibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>?share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
- Remove mike@ from MAINTAINER and from document
Approved by: maintainer timeout (about 2 month this time and 2 years inactivity totally),
silence on standarts@,
simon
- Remove task about deciding what to do about [efg]cvt().
These routines were removed from the C standard, so this
isn't a C99 issue.
- Assign tgmath.h task to stefanf.
the C99 webpage:
- nectar took care of getpwnam_r(), getpwuid_r()
- bms implemented posix_madvise().
- I implemented fenv.h.
- tjr finished wcscoll() and wcsxfrm() and wide-character conversions
for scanf().
The entries were sorted by completion status before I mucked around
with them.
While restoring the invariant, chown the fenv.h task from fenner to
me, since I'd like it to get done and I couldn't reach him by email.
- tjr documented f*lockfile(3) last January.
- I implmented FP support for the ' modifier in printf(3)
last April.
- I implemented and documented %a/%A a few days ago.
Ping timeout on the person originally assigned to the task.
- We switched to vendor sources for dtoa()/strtod() last March.
- Mike and I implemented fpclassify() and friends last February.
- FLT_EVAL_METHOD and DECIMAL_DIG have been in float.h for a while.
Timeout on: mike
o Change description of strtod.c task, assign to das.
o Change description of strtof() task, assign to das.
o Add task for <sys/stat.h>, assign to mike.
o Add task for more fp classification macros, assigned to David Schultz.
o Add task for signbit(), assigned to mike.
o Reassign getpwnam_r()/getpwuid_r() task to David Leimbach
(approved by wes).
o Unassign strtod(), strtof() and strtold() tasks at phantom's request.
o Remove duplicate strtod(), strtof() task.
o Unassign fuser(1) task at tjr's request.
o Add fpclassify() task, assigned to dschultz, mike.
o Mark <sys/_posix.h> task as completed.
o Add struct ipc_perm task, unassigned.
o Upgrade locale(1) and localdef(1) task to WIP.
o Mark printf(3) wide character support task as completed.
o Add new task for signal(3)/sigaction(2), unassigned.
o Add new task for RTS (real-time signal) functions, unassigned.
o Add completed task for <sys/socket.h>.
o Add completed task for <sys/uio.h>.
o Mark the <signal.h> task as completed.
o Add task for the remaining <sys/signal.h> issues.
o Assign insque(), lsearch(), remque() task to robert.
o Mark some utility tasks as no MFC planned.
o Mark command(1) and cd(1) task as MFC'd.
o Mark c99(1) task as complete.
o Add a completed task for regex.h.
o Add a completed task for sched.h.
o Add a completed task for semaphore.h.
o Add a completed task for setjmp.h.
o Add a WIP task for signal.h - assigned to mike.
o Add completed task for <net/if.h>.
o Add completed task for <netinet/tcp.h>.
o Add new task for <ndbm.h>, unassigned.
o Add new task for <netdb.h>, unassigned.
o Add new task for <pthread.h>, unassigned.
o Mark a wchar task not applicable for 4.x.