Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
7ff4930d |
| 19-Dec-2007 |
David Schultz <das@FreeBSD.org> |
Move all the xprintf-related symbols to FBSDprivate_1.0.
Discussed with: deischen, kan, phk
|
#
5f864214 |
| 29-Apr-2007 |
Daniel Eischen <deischen@FreeBSD.org> |
Use C comments since we now preprocess these files with CPP.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
ca7f278f |
| 22-Apr-2006 |
Daniel Eischen <deischen@FreeBSD.org> |
Now that libc has fcloseall(), remove _cleanup() from the list of FreeBSD private symbols.
|
#
b62c955c |
| 22-Apr-2006 |
Daniel Eischen <deischen@FreeBSD.org> |
Add fcloseall() to libc. This removes the need to export _cleanup(). Linux also provides an fcloseall() implementation.
Discussed on: arch
|
#
4c6aab05 |
| 30-Mar-2006 |
Daniel Eischen <deischen@FreeBSD.org> |
Add __collate_load_error and __collate_range_cmp to the list of FBSDprivate locale symbols. These functions are needed by libcompat.
Add _cleanup to the list of stdio FBSDprivate symbols. Some thi
Add __collate_load_error and __collate_range_cmp to the list of FBSDprivate locale symbols. These functions are needed by libcompat.
Add _cleanup to the list of stdio FBSDprivate symbols. Some third party applications use this. This will be removed and replaced by fcloseall() once libc version is bumped.
Add _res to the list of resolv symbols.
Found by: portbuilder runs (thanks Kris!)
show more ...
|
#
cce72e88 |
| 13-Mar-2006 |
Daniel Eischen <deischen@FreeBSD.org> |
Add symbol maps and initial symbol version definitions to libc.
Reviewed by: davidxu
|