| Age | Commit message (Expand) | Author |
| 2005-05-14 | * add some comments. | tshiozak |
| 2005-05-14 | make sure ty_class is cleared on each entry. | christos |
| 2005-05-07 | Change HISTORY. It traces execve only back to 4.2BSD, and it is a | perry |
| 2005-05-07 | cross reference script.7 | perry |
| 2005-05-07 | cross reference script(7) | perry |
| 2005-05-06 | The __used__ change doesn't work on 2.95/vax. Put an #ifdef back in for vax and | jmc |
| 2005-05-06 | On ARMv5 reduce the value to the LSB before using CLZ. Otherwise we'll | rearnsha |
| 2005-05-03 | Make longjmp on vax not use sigreturn. Instead it rewrites the | matt |
| 2005-05-01 | Fix some typos. From Christian Brueffer in PR lib/30109. | martin |
| 2005-04-27 | Don't attempt to delete a NULL key. Can happen if we were the only key | christos |
| 2005-04-25 | make sure to set errno to EINVAL if _citrus_iconv_open() returns ENOENT. | tshiozak |
| 2005-04-24 | Revert the previous patch. It is not worth it optimizing the code to avoid | christos |
| 2005-04-24 | Simplify the code and avoid a compiler issue with -O6 on sparc64: | christos |
| 2005-04-24 | Remove unused, -- just used is enough. From uwe. | christos |
| 2005-04-24 | Add a __used__ attribute next to the __unused__ attribute, because we don't | christos |
| 2005-04-22 | Branch to a local symbol instead of a global symbol. | simonb |
| 2005-04-22 | Use the same function name in the LEAF() and END() directives. | simonb |
| 2005-04-20 | Don't use 'm4' here. Use $TOOL_M4 instead. | jmc |
| 2005-04-19 | Converted all arguments for the <ctype.h> functions to (unsigned char). | rillig |
| 2005-04-19 | Add a comma for readability. | wiz |
| 2005-04-19 | When sequentially parsing a source looking for entries don't fail with | lukem |
| 2005-04-19 | Clarify getgr*_r() return value when entry isn't found. | lukem |
| 2005-04-19 | remove bogus punctuation | lukem |
| 2005-04-19 | Clarify getpw*_r() return value when entry isn't found. | lukem |
| 2005-04-19 | check for pwd != NULL | christos |
| 2005-04-19 | getgrent(): | lukem |
| 2005-04-19 | getpw{ent,nam,uid}_r(): | lukem |
| 2005-04-19 | Grammar fix. | wiz |
| 2005-04-18 | Move the (at this time private) get{proto,serv}ent_r() prototypes and | kleink |
| 2005-04-18 | Document index argument, and mention that long_options | wiz |
| 2005-04-17 | PR/21165: Christian Biere: ctype function misuse | christos |
| 2005-04-15 | Due to their "inverse" treatment of the fraction's MSb, update NAN | kleink |
| 2005-04-15 | Push back the descriptions of NaN formats, and descriptions of the | kleink |
| 2005-04-12 | getmntinfo() if a compatibility function, so there is no point in hiding | drochner |
| 2005-04-12 | the real reason behind PR lib/29919 was that there was a __weak_alias, | drochner |
| 2005-04-12 | Adapt .Dt argument for man page renaming, and use more macros. | wiz |
| 2005-04-12 | Both libcurses and libc installed a getcap(3) manpage, and both used it | drochner |
| 2005-04-12 | this should refer to "cgetset", not "cgetseq" | drochner |
| 2005-04-11 | Remove duplicate word, from Wojciech A. Koszek in PR 29938. | wiz |
| 2005-04-09 | Start the args after the argc. Return to resumecontext after the entry mask. | matt |
| 2005-04-09 | Change some integral types, long => clock_t. | dsl |
| 2005-04-09 | KNF | dsl |
| 2005-04-09 | Mention that the number after CTL_NET is "usually the protocol", but | atatat |
| 2005-04-07 | statvfs is both a function name and a struct tag. Defining it to _statvfs | christos |
| 2005-04-07 | PR/29919: Evaldo Gardenali: getmntinfo() calling deprecated function getfsstat() | christos |
| 2005-04-06 | Add some pedantry to exceptions from being equivalent to strftime. | kleink |
| 2005-04-05 | Fix typo in previous. | kleink |
| 2005-04-04 | mlinks for get{gr,pw}ent_r.3 | christos |
| 2005-04-04 | Use Dq macro; end sentence with a dot; break line | wiz |
| 2005-04-04 | Remove superfluous comma. | wiz |