]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include
Convert most printf()s to if_printf()s.
[FreeBSD/FreeBSD.git] / include /
2002-09-24 Mike BarcroftAdd forgotten <sys/_types.h> include. Fix some style...
2002-09-23 Mike Barcrofto Move select() helper macros from <sys/types.h> to...
2002-09-23 Tim J. RobbinsAdd implementations of wscanf() and related functions...
2002-09-22 Tim J. RobbinsAdd the remaining C99 wide character string to integer...
2002-09-21 Bruce EvansWhitespace cleanup (half for fixing missing whitespace...
2002-09-21 Bruce EvansWhitespace fixes (mainly for a space instead of a tab...
2002-09-21 Tim J. RobbinsAdd implementations of the wprintf() family of function...
2002-09-21 Tim J. RobbinsRestrict visibility of wcslcat() and wcslcpy() to the...
2002-09-21 Garrett WollmanDefine constants for those POSIX options and option...
2002-09-21 Garrett WollmanUse new visibility macros. Reorder some disordered...
2002-09-21 Garrett WollmanUse new visibility macros. (1 of 5)
2002-09-21 Garrett WollmanMake the threatened fts(3) ABI fix. FTSENT now avoids...
2002-09-20 Mike BarcroftFix an error which prevented ssize_t from becoming...
2002-09-19 Peter WemmAdd dev/iicbus and dev/smbus to LSUBDIRS list
2002-09-19 Alfred PerlsteinInstall _semaphore.h.
2002-09-18 Mike Barcroftstyle(9): tab after #define.
2002-09-18 Mike Barcrofto Don't include <nl_types.h>, instead provide a typedef...
2002-09-18 Mike BarcroftMove definition of nl_item type to <sys/_types.h>,...
2002-09-18 Mike BarcroftUse relatively new visibility primitives for conditiona...
2002-09-17 Mike Barcroftstyle(9): line up function names
2002-09-17 Mike BarcroftUse the relatively new visibility primitives for condit...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-17 Peter WemmInitiate deorbit burn for the i386-only a.out related...
2002-09-16 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-09-16 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-09-15 Tim J. RobbinsAdd wcstod() as a wrapper around strtod(). It does...
2002-09-12 Tim J. RobbinsStyle: tab between #define and macro name.
2002-09-12 Tim J. RobbinsProtect arguments to the putwc and putwchar macros...
2002-09-11 Tim J. RobbinsAdd an implementation of wcsftime() (wide character...
2002-09-11 Mike BarcroftConditionalize some objects to match the functions...
2002-09-10 Mike BarcroftFix some style bugs:
2002-09-10 Mike BarcroftFix namespace issues by using the relatively new visibility
2002-09-10 Tim J. RobbinsReplace FILE with struct __sFILE in the prototypes...
2002-09-10 Garrett WollmanWithout fixing the namespace issues, add prototypes...
2002-09-09 Tim J. RobbinsRemove the typedef of wctype_t from this header; we...
2002-09-09 Mike BarcroftSolve the <runetype.h> pollution problem by disabling...
2002-09-09 Mike Barcroftstyle(9): line up function names.
2002-09-08 Tim J. RobbinsAdd wcstol() and wcstoul(), based on strtol() and strto...
2002-09-07 Tim J. RobbinsAdd an implementation of wcstok(), based on strtok_r().
2002-09-07 Tim J. RobbinsAdd restrict qualifiers to wcsstr()'s arguments.
2002-09-06 Tim J. RobbinsStyle: One space between "restrict" qualifier and "*".
2002-09-06 Mike Barcrofto Fix namespace scope issues in <ctype.h> by using...
2002-09-04 Alfred Perlsteinremove #pragma ident
2002-09-03 Mike BarcroftNow that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are...
2002-09-02 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2002-09-01 Mike BarcroftBe more explicit about a namespace by using the relativ...
2002-09-01 Tim J. RobbinsAdd restrict qualifiers to the arguments of mbstowcs...
2002-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-08-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-29 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-08-28 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-28 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-08-24 Mike BarcroftAdd time_t typedef for POSIX compatibility, move an...
2002-08-22 Peter WemmUse sys/nlist_aout.h for shared-with-kernel definitions.
2002-08-22 Peter WemmUse sys/link_elf.h or sys/link_aout.h based on compile...
2002-08-21 Mike Barcrofto Merge <machine/ansi.h> and <machine/types.h> into...
2002-08-20 Tim J. RobbinsRestrict visibility of wcwidth() and wcswidth(); they...
2002-08-19 Andrey A. ChernovSort unsorted prototypes
2002-08-19 Andrey A. ChernovActivate (uncomment) wcwidth() and wcswidth() now imple...
2002-08-19 Andrey A. ChernovMove internal defines from here to libc/locale/wcwidth.c
2002-08-19 Andrey A. ChernovProperly define SWIDTH1, add autowidth (was SWIDTH1)
2002-08-18 Tim J. RobbinsImplement the ISO C90 Amd.1 restartable wide and multib...
2002-08-16 Mike BarcroftChange a POSIX conditional to use the new __BSD_VISIBLE...
2002-08-16 Michael C . WuAdd swidth definition for wchar stuff
2002-08-16 Alfred Perlsteinadd a check for GNUC < 3 to typedef bool because gcc...
2002-08-15 Robert Drehmel - For compliance with IEEE Std 1003.1-2001, add the...
2002-08-15 Robert Drehmel - Introduce the 'restrict' qualifier to function proto...
2002-08-15 Robert Drehmel - Add the 'restrict' qualifier to the function prototy...
2002-08-14 Robert Drehmel - Add the 'restrict' qualifier to the function definit...
2002-08-14 Robert Drehmel - Add the 'restrict' qualifier to the function definit...
2002-08-14 Robert Drehmel - Add the C99 'restrict' qualifier using the '__restri...
2002-08-14 Robert Drehmel - Add the 'restrict' qualifier to match the IEEE Std...
2002-08-14 Robert Drehmel -Add the restrict required by IEEE Std 1003.1-2001...
2002-08-13 Tim J. RobbinsBasic support for wide character I/O: getwc(), fgetwc...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-10 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-08 Mike BarcroftImplement POSIX.1-2001 (XSI)'s ulimit(3).
2002-08-06 Tim J. RobbinsSort prototypes by function name.
2002-08-06 Tim J. RobbinsWhitespace formatting changes: line up macro bodies...
2002-08-05 Mike BarcroftFix some style bugs.
2002-08-05 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-05 Tim J. RobbinsImplement the missing <wctype.h> functions: isw*()...
2002-08-05 Mike BarcroftImplement POSIX.1-2001 (XSI)'s fmtmsg(3).
2002-08-04 Tim J. RobbinsChange wctype_t to an unsigned type to avoid warnings.
2002-08-04 Tim J. RobbinsAdd the ISO C90 Amd. 1 wctrans(3) and towctrans(3)...
2002-08-03 Tim J. RobbinsAdd ISO C90 Amd. 1 btowc(3) and wctob(3) functions.
2002-08-03 Tim J. RobbinsAdd ISO C90 Amd. 1 wctype(3) and iswctype(3) functions.
2002-08-02 Robert WatsonInstall MAC policy include files as part of the normal...
2002-08-01 Mike BarcroftImplement the POSIX.1-2001 (XSI) header, <cpio.h>.
2002-07-30 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-07-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
next