Commit graph

105 commits

Author SHA1 Message Date
Joel Dahl
5565bbf2a6 Sort. 2006-01-04 15:06:51 +00:00
Tom Rhodes
c268458fd9 Mark the a64l(), l64a(), and l64a_r() task as complete for 7.0.
Reminded by:	stefanf
2005-12-25 10:16:43 +00:00
Stefan Farfeleder
1333488782 getgrgid_r() and getgrnam_r() are done in 6.X too. 2005-10-29 09:58:15 +00:00
Stefan Farfeleder
cd1f06e7ea Mark command -p, -v and -V as done in 7.X. Make myself responsible for that
task.
2005-10-29 09:49:43 +00:00
Marc Fonvieille
eb493db4ed s/6.x/6.X/ etc. for consistency with the rest of the doc/www 2005-10-29 08:46:37 +00:00
Roman Bogorodskiy
064949f000 - Mention posix_memalign() PR
- s/freebsd.org/FreeBSD.org/ [1]

Noted by:	simon [1]
Approved by:	simon
2005-10-23 03:36:43 +00:00
Roman Bogorodskiy
2a2b3ec05d - Make status board show information about 7.x and 6.x branches (not 5.x and 4.x)
- 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
2005-10-20 17:27:17 +00:00
Murray Stokely
71c7ada710 Use CSS and navigation include file to implement new website design.
Submitted by:	Emily Boyd <soc-emily@FreeBSD.org>
Sponsored by:	Google Summer of Code 2005
2005-10-04 06:29:43 +00:00
Joel Dahl
3d44be7448 Fix two typos.
Approved by:	brueffer (mentor)
2005-09-12 19:18:03 +00:00
Stefan Farfeleder
7ee0f90a9b Mark getgrgid_r() and getgrnam_r() as done. 2005-08-19 07:40:17 +00:00
Giorgos Keramidas
cbeeadc1ee Add missing ';' characters at the end of SGML entities. 2005-01-23 20:52:31 +00:00
David Schultz
fa7e0223a4 Check off some completed tasks and enumerate missing features of libm. 2005-01-13 20:50:46 +00:00
David Schultz
842d0c4f3e - Mark the ftw(3) task as done.
- 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.
2004-07-09 04:06:22 +00:00
David Schultz
e41190ff32 mike@ has been inactive for about a year, so make some more updates to
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().
2004-06-08 02:13:58 +00:00
Alexey Zelkin
42507c7acb freebsd.org -> FreeBSD.org 2004-04-04 21:49:42 +00:00
David Schultz
338c82aa86 Reason #42 why I'm not a doc committer:
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.
2004-02-04 07:51:59 +00:00
David Schultz
a13fda0564 Bring the C99 conformance project status page up to date:
- 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
2004-01-23 03:09:30 +00:00
Simon L. B. Nielsen
0b510c117f - Add and use a trademark entity for POSIX.
- Add trademark symbols for: Motif, OpenGL, and POSIX.
2003-10-03 22:42:04 +00:00
Murray Stokely
e42cdb517c Use entities for first use of unix, java, jdk, etc.. in documents.
Submitted by:	"Simon L. Nielsen" <simon@nitro.dk>
2003-06-18 23:45:54 +00:00
Jens Schweikhardt
814d6ef01d Mark done in 4.x: Document the -n option in the echo utility
as being implementation defined.
2003-05-17 17:04:42 +00:00
Jens Schweikhardt
18f4aa8bff Mark 'echo' job done for HEAD. 2003-05-08 17:51:12 +00:00
Jens Schweikhardt
9771fa38af Grab the 'echo' job.
Invited by:	mike
2003-05-08 16:33:39 +00:00
Tom Rhodes
37b06c342c Update majordomo to mailman.
PR:		51490
Submitted by:	Dmitry Morozovsky <marck@rinet.ru> (original version)
2003-04-29 15:23:39 +00:00
Murray Stokely
4296e9bb3a Spellcheck. 2003-04-20 21:28:05 +00:00
Mike Barcroft
22d34f0e30 o Use new entity for das and remove old one.
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.
2003-02-27 16:48:18 +00:00
Mike Barcroft
63fd90eccb o Mark C99 classication macros task as completed.
o Add completed C99 comparison macros task.
o Mark signbit() task as completed.
2003-02-18 01:10:25 +00:00
Mike Barcroft
890e326e6e o Mark fpclassify() as completed.
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).
2003-02-08 21:29:33 +00:00
Mike Barcroft
1440036d65 o Mark grantpt() family of functions task as committed to -current.
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.
2003-02-04 15:20:07 +00:00
Mike Barcroft
0f9fed818c o Mark wordexp tasks as committed to -current.
o Add news item for utility conformance list.
2002-12-31 22:41:05 +00:00
Mike Barcroft
0776031cac o Mark sockatmark() as committed to -current.
o Assign grantpt() family task to Ryan Younce.
o Assign <math.h> investigation task to Ryan Younce.
o Add new task for <tgmath.h>, unassigned.
2002-12-23 05:35:09 +00:00
Mike Barcroft
044ccd3694 Adjust wording in Project Plan to match reality. Add a news item for
status report.
2002-12-13 18:24:15 +00:00
Mike Barcroft
9d7f83c577 Add four tasks (all unassigned):
o Document new _SC options in sysconf(3).
o Open an Aardvark for diff(1) issue.
o Rename lint macro.
o Rename LOCORE macro.
2002-11-26 05:05:22 +00:00
Mike Barcroft
bfa98e1248 o insque(), lsearch(), remque() task completed.
o getconf(1) MFC'd.
o pathchk(1) MFC'd.
o Fix last updated date on a printf(3) task.
2002-11-12 13:14:40 +00:00
Mike Barcroft
a0c33b9c35 o Add fmtcheck(3) task, unassigned.
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.
2002-10-16 14:31:29 +00:00
Mike Barcroft
ffa631aaa7 o Assign sockatmark() task to fenner.
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.
2002-10-13 13:59:40 +00:00
Mike Barcroft
923ef5b742 o Assign a iconv task to tjr (forgotten in the last commit).
o Assign <locale.h> task to tjr, mark as completed.
o Assign <sys/_posix.h> task to mike.
o Add news item for latest status report.
2002-10-09 14:49:04 +00:00
Mike Barcroft
6d02f5611f o Assign iconv tasks to tjr.
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.
2002-10-08 10:28:13 +00:00
Mike Barcroft
62300e4086 o Assign iconv tasks to tjr.
o Update wcscoll() and wcsxfrm() task to WIP.
o Add a completed task for <stdio.h>.
2002-10-07 06:28:18 +00:00
Mike Barcroft
aaa77e0eb0 o Add a new task for insque(), lsearch(), and remque() - unassigned.
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.
2002-10-05 07:35:16 +00:00
Mike Barcroft
67cfa33e23 o Add completed task for merging the two math.h headers.
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.
2002-10-02 08:06:21 +00:00
Mike Barcroft
a4e3a673f3 o Mark the wprintf() family task as complete.
o Add wscanf() family task; mark as complete.
o Add some more functions to the C99 wcstoX() task; mark as complete.
2002-09-23 18:16:16 +00:00
Mike Barcroft
d64a6a8efc o Mark sysconf(3) task as completed.
o Mark <stdlib.h> task as completed.
o Mark a <unistd.h> task as completed.
o Add new task for <sys/_posix.h>, unassigned.
o Add new task for sys/posix4, unassigned.
2002-09-21 06:11:05 +00:00
Mike Barcroft
9cbf214cad o Mark the glob() task as MFC'd.
o Add completed task for <stdarg.h>.
o Add task for <glob.h>, unassigned.
o Add task for <libgen.h>, unassigned.
o Add task for <limits.h>, unassigned.
o Add task for <locale.h>, unassigned.
o Add task for <math.h>, unassigned.
o Mark the getconf(1) task as completed.
2002-09-20 08:36:44 +00:00
Mike Barcroft
cd2301e041 o Add task for iconv() family of functions, unassigned.
o Mark the <fcntl.h> task as complete.
o Add task for <fnmatch.h>, mark as completed.
o Add task for <grp.h>, mark as completed.
o Add task for <iconv.h>, unassigned.
o Add task for <langinfo.h>, mark as completed.
o Clarify <float.h> task.
o Add task for wchar printf()-style functions, assigned to tjr.
o Assign printf(3) and scanf(3) wchar format types task to tjr.
o Add task for wcscoll() and wcsxfrm(), assigned to tjr.
o Add second <unistd.h> task, assigned to wollman.
o Add task for getconf(1), assigned to wollman.
o Add task for sysconf(3), assigned to wollman.
o Assign wordexp() task to tjr.
2002-09-18 06:54:21 +00:00
Mike Barcroft
e8fd1c6d02 The flockfile() family is actually already implemented, but not
documented.  Change the implementation task to a documentation task
and leave it unassigned.
2002-09-17 18:44:25 +00:00
Mike Barcroft
41592839c2 o Add task for flockfile() family, assigned to mux.
o Indicate that <stdint.h> and <inttypes.h> won't be MFC'd.
o Add task for <fcntl.h>, assigned to mike.
o Add task for <float.h>, unassigned.
2002-09-17 18:17:30 +00:00
Mike Barcroft
2bfdd37225 o Mark the stdint(7) mdoc task as completed.
o Mark a number of tasks that are unlikely to be MFC'd as completed.
2002-09-15 20:44:31 +00:00
Mike Barcroft
11ef433c12 o Add wcstod() to wcstoX() task.
o Add completed task for wcsftime().
o Assign wcstoimax() task to tjr.
2002-09-15 19:39:36 +00:00
Mike Barcroft
9b22639d9e o Remove task for qsort_r() extention, which was mistakenly added.
o Change a64l() task to note that it and related functions should be
  obtained from NetBSD.
o Add completed task for _Exit() function.
o Add completed task for <dlfcm.h> header.
o Add new task for <errno.h>, assigned to mike.
2002-09-11 06:51:11 +00:00
Mike Barcroft
507edede15 o Add WIP qsort_r() task, assigned to wollman.
o Add posix_memalign() to the POSIX memory management task.
o Add task for strtof() and strtold(), unassigned.
o Add task for a64l() and l64a(), unassigned.
o Add task for some legacy XSI functions, unassigned.
o Add task for pseudo-terminal control functions, unassigned.
o Add completed task for <ctype.h>.
o Add WIP <stdlib.h> task, assigned to wollman.
o Add completed wcstok() task.
o Add completed wcstol() and wcstoul() task.
2002-09-09 19:42:44 +00:00