]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
This commit was generated by cvs2svn to compensate for changes in r102784,
[FreeBSD/FreeBSD.git] / lib /
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 Tim J. RobbinsTypo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which...
2002-09-01 Tim J. RobbinsAdd restrict qualifiers to the arguments of mbstowcs...
2002-09-01 Mike BarcroftFix a memory leak.
2002-08-31 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-08-31 Tim J. RobbinsImplement the XSI extension which allows the destinatio...
2002-08-31 Tim J. RobbinsSplit ansi.c into a separate source file for each function.
2002-08-31 Andrey A. ChernovUse ntohl() to read cnains number in new format
2002-08-30 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-08-30 Robert DrehmelAdd the 'restrict' type qualifier to the function prototype
2002-08-30 Robert Drehmel - Update the manual page of bcmp(3) by replacing
2002-08-30 Andrey A. ChernovStyle fix
2002-08-30 Robert Drehmel - Convert the function definition to declare its arguments
2002-08-30 Andrey A. ChernovPrepare for switching to unlimited chains format.
2002-08-30 Robert Drehmel - Update the manual pages of index() and rindex()...
2002-08-30 Robert Drehmel - Update the manual page to show that the associated...
2002-08-30 Robert Drehmel - Update strcasecmp(3)/strncasecmp(3) to reflect the...
2002-08-30 Peter WemmHopefully unbreak world. ke_slptime is gone. It shoul...
2002-08-29 Daniel EischenRemove much of the dereferencing of the fd table entrie...
2002-08-29 Archie CobbsMake the libc_r version of select() set the readable...
2002-08-29 Mitsuru IWASAKIThis commit was generated by cvs2svn to compensate...
2002-08-29 Archie CobbsWhen poll(2)'ing for readability or writability of...
2002-08-28 Alfred PerlsteinAllow one to grab the definition of struct ucred by...
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-27 Jens SchweikhardtPrint a '-' sign for negative zero. Tested with
2002-08-25 Philippe CharnierReplace various spelling with FALLTHROUGH which is...
2002-08-24 John PolstraFix a bug in __ivaliduser_sa() which caused some rsh...
2002-08-24 Kris Kennaway&x is not a format string
2002-08-24 Mike BarcroftNote that <sys/types.h> in no longer a prerequisite...
2002-08-23 Marcel MoolenaarWe cannot use an alloc with only inputs and/or locals...
2002-08-22 Juli MallettWrap the header to prevent multiple inclusion, and...
2002-08-21 Jim PirzykFixed getaddrinfo to honor sortlist in /etc/resolv...
2002-08-21 Poul-Henning Kamps/EDOFUS/EDOOFUS/
2002-08-21 Mike Barcrofto Merge <machine/ansi.h> and <machine/types.h> into...
2002-08-21 Scott LongFix a typo in #if 0 code
2002-08-20 Tim J. RobbinsAdd a manual page for wcwidth().
2002-08-20 Tim J. RobbinsAdd a manual page for wcswidth().
2002-08-20 Andrey A. ChernovMove just committed version of wcswidth.c here (from...
2002-08-20 Andrey A. ChernovRemove wcswidth.c from here (and move it to "string")
2002-08-20 Andrey A. ChernovRemove space at the end of continuation line in prev...
2002-08-19 Bruce Evansxdr.3 is added to MAN in ../xdr/Makefile.inc where...
2002-08-19 Andrey A. ChernovImplement wcswidth()
2002-08-19 Andrey A. ChernovUse modern-style arguments declaration
2002-08-19 Andrey A. ChernovWrite null wide-character as L'\0' like in other places
2002-08-19 Andrey A. ChernovAccording to SUSv2, always return 0 for null wide-chara...
2002-08-19 Juli Malletts/trailing NULL/trailing NUL/
2002-08-19 Andrey A. ChernovMove internal defines from ctype.h here
2002-08-19 Juli MallettLeave room for a trailing NUL not a NULL, that's not...
2002-08-18 Tim J. RobbinsImplement the ISO C90 Amd.1 restartable wide and multib...
2002-08-17 Andrey A. ChernovMove wcwidth() to separate file, it doesn't belong...
2002-08-17 Andrey A. ChernovAccording to SUSv2, wcwidth() should return -1 for...
2002-08-17 Andrey A. ChernovCosmetic - remove unneded brackets and #undef
2002-08-17 Andrey A. Chernovwcwidth: fix espression to work correctly with SWIDTH0
2002-08-16 Bosko MilekicFix libc build breakage by defining FSTYPENAMES before...
2002-08-16 Michael C . WuAdd iswctype wcwidth function code
2002-08-16 Alfred PerlsteinHide 'struct ucred' behind '#ifdef _KERNEL', this shoul...
2002-08-16 Robert WatsonAdd LOGIN_SETMAC, which will indicate to the user conte...
2002-08-15 Robert Drehmel - Fix a bug that wrote one char behind the end of the
2002-08-15 Robert DrehmelPut each function argument on its own line to keep...
2002-08-15 Robert DrehmelUse one line for each function argument to keep the...
2002-08-15 Bruce EvansRemoved duplicated MLINKS which make(1) recently starte...
2002-08-15 Robert DrehmelInclude <stdlib.h> to have abort() and exit() declared.
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 'restrict' qualifier to the definitions...
2002-08-14 Robert Drehmel - Add the C99 'restrict' qualifier using the '__restri...
2002-08-14 Robert WatsonUse "ugidfw.h" rather than <ugidfw.h> so that mkdep...
2002-08-14 Robert Drehmel - Add the 'restrict' qualifier to match the IEEE Std...
2002-08-14 Robert Drehmel - Add the 'restrict' qualifier required by IEEE Std...
2002-08-14 Robert Drehmel -Add the restrict required by IEEE Std 1003.1-2001...
2002-08-13 Poul-Henning KampUnbreak one of the most confusing breaks of the tree...
2002-08-13 Andrey A. ChernovReduce BSS size for programs which not load collate...
2002-08-13 David MaloneUse a union to access the words of a double as this...
2002-08-13 Ruslan Ermilovcan not -> cannot.
2002-08-13 Tim J. RobbinsTidy up SRCS and MAN assignments.
2002-08-13 Tim J. RobbinsRemove the Bugs section, which is not relevant to FreeB...
2002-08-13 Tim J. RobbinsFreeBSD-ify: use In macro for header files in Synopsis...
2002-08-13 Tim J. RobbinsBasic support for wide character I/O: getwc(), fgetwc...
2002-08-12 Ruslan ErmilovHandle the escaped colon \: in a capability.
2002-08-12 Andrey A. ChernovNow malloc() is fixed, remove errno hardcoding to ENOMEM
2002-08-12 Tim J. RobbinsManual pages for fwide(), getwc(), fgetwc(), getwchar...
2002-08-12 Andrey A. ChernovNow, malloc is fixed, remove ENOMEM hardcode
2002-08-11 David MaloneAdd a missing copyright for Doug. There are other files...
2002-08-11 Juli Mallett Initialise disk->d_ufs so that in sblock.c it's always...
2002-08-11 Jens SchweikhardtFix typos; each file has at least one s/seperat/separat/
2002-08-11 Robert WatsonWhitespace cleanup--it's not style(9), but it is consis...
2002-08-10 Jake BurkholderAuto size available kernel virtual address space based...
2002-08-10 Maxime Henrion- Introduce a new struct xvfsconf, the userland version...
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-09 Poul-Henning KampUpdate with new error return code.
2002-08-09 Ruslan Ermilovmdoc(7) police: spelling.
next