Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-09 | grammar; | Jason McIntyre | |
2006-07-04 | fix prototype of wcstombs; from TAKAHASHI Tamotsu | Otto Moerbeek | |
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller | |
suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||
2005-12-10 | because lint says so; ok espie | Theo de Raadt | |
2005-11-27 | Add a cast for (size_t)-1 because we know what we're doing, the ISO std. | Chad Loder | |
says this is what we're supposed to return. Makes lint happy. OK deraadt, espie | |||
2005-11-16 | CODESET support. okay millert@, otto@ | Marc Espie | |
(not really useful for now, it mostly helps some programs which want to use it, it will become useful when we have full 16 bits locale). | |||
2005-10-20 | A library should not return EFAULT. Just segfault if a bogus or | Otto Moerbeek | |
NULL pointer is passed in. ok espie@ | |||
2005-10-10 | fix a few warnings, keep the crypt stuff for later. | Marc Espie | |
okay otto@ | |||
2005-08-12 | - add SEE ALSO section w/ xref for mklocale(1): from xsa@ | Jason McIntyre | |
- whilst here, uncomment entries for other SEE ALSO pages | |||
2005-08-11 | fix conversion to match iswctype. | Marc Espie | |
`why didn't you just commit' deraadt@ okay millert@, otto@... | |||
2005-08-08 | zap remaining rcsid. | Marc Espie | |
Kill old files that are no longer compiled. okay theo | |||
2005-08-08 | activate LC_CTYPE for 8 bits locale. | Marc Espie | |
Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested | |||
2005-08-07 | commit LC_CTYPE files from NetBSD/citrus, not yet linked in. | Marc Espie | |
okay deraadt@ | |||
2005-07-24 | split off mbrtowc functions, so that vfprintf won't pull the whole | Marc Espie | |
multibyte_sb.c contents. okay millert@ | |||
2005-07-01 | Add a few missing functions so that wctype.h/wchar.h are more or less | Marc Espie | |
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@. | |||
2005-06-17 | next citrus step. | Marc Espie | |
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump | |||
2005-05-12 | remove unsupported LIBRARY section; | Jason McIntyre | |
2005-05-11 | major abi changes: | Marc Espie | |
* introduce the mbstate_t typedef. impacts gnu libiconv, which has already been taken care of. * Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with an external variable __mb_cur_max (impacts libX11 and various ports). * use mbstate in all the mb <-> wchar functions with state. * add a stub iswctype function allowing some ports to compile. bash and gdiff are missing wcscoll, and need to be told there's no i18n until this is fixed. Discussed and matthieu, otto, millert, kettenis, deraadt. Major libc bump | |||
2005-04-30 | fix a broken .St; | Jason McIntyre | |
2005-04-30 | isw* classification functions from citrus, with a `stub' implementation | Marc Espie | |
for the default locale. comments, tests, okay: kettenis@, otto@, jmc@ functions addition -> Minor bump. There's a large bump coming in a separate commit. | |||
2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) | Marc Espie | |
okay deraadt@, cloder@, pvalchev@ thanks to everyone who commented on that. | |||
2005-03-23 | ansify. ok deraadt@ millert@ | Otto Moerbeek | |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-09-17 | typo | Jun-ichiro itojun Hagino | |
2002-09-17 | correct possible buffer overrun in setlocale(x, y) where y is supplied from | Jun-ichiro itojun Hagino | |
outside. see NetBSD SA2002-012. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-07-30 | fix YESEXPR; jabley@buddha.automagic.org | Theo de Raadt | |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell | |
1999-08-31 | Consistify naming of RETURN VALUES section. | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-05 | formatting nits | Aaron Campbell | |
1999-06-29 | fix some old macros that didn't get converted from man to mdoc | Aaron Campbell | |
1999-05-28 | "SEE ALSO" -> SEE ALSO, missed these files before | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-08-26 | s/NetBSD/OpenBSD | kstailey | |
1997-07-25 | add man page from netbsd | Michael Shalayeff | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1996-10-29 | POSIX compliance. | Todd C. Miller | |
1996-09-15 | Remove dead code | Thorsten Lockert | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-08-26 | use issetugid() to protect against bad getenv | Theo de Raadt | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-02-24 | From NetBSD: Fix embarassing typo | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |