Age | Commit message (Expand) | Author |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2020-09-11 | add format string checking annotations for dprintf(3) and vdprintf(3) | Christian Weisgerber |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2016-03-16 | remove cpp version of __sputc, since the inline version is all we have | Theo de Raadt |
2016-03-14 | Expose snprintf() and vsnprintf() for XPG 5. It predates C99 but | Todd C. Miller |
2015-01-20 | increase TMP_MAX to the equivalent of INT_MAX. it's actually more, | Ted Unangst |
2014-03-27 | safe to remove gets, now that's gone from cstdio too | Ted Unangst |
2014-03-25 | try to put the pin back in. | Ted Unangst |
2014-03-25 | no gets | Ted Unangst |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt |
2013-03-28 | Enable fmemopen(3) and open_{w,}memstream(3) | Eric Faurot |
2013-01-30 | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). | Brad Smith |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray |
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2006-01-13 | Remove neither documented nor found in any spec ctermid_r() function - ctermid() | Miod Vallat |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-05-11 | let vfscanf be a real function. Use a weak_alias on systems where this | Marc Espie |
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman |
2003-08-01 | add __bounded__ attributes for userland headers; enabled with -Wbounded | Anil Madhavapeddy |
2003-06-26 | backout the __bounded__ attributes for a while; requested by deraadt@ | Anil Madhavapeddy |
2003-06-26 | Mark various standard library functions with the __bounded__ attribute. | Anil Madhavapeddy |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-30 | Back out __EOF stuff and just use -1 in ctype.h. This is OK since | Todd C. Miller |
2002-12-29 | Don't define EOF In ctype.h, some 3rd party code checks whether or | Todd C. Miller |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-02 | attribute(format) no longer implies nonnull... | Marc Espie |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries |
2001-08-30 | fix some const warnings | Federico G. Schwindt |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-03-04 | Make P_tmpdir point to /tmp/ not /var/tmp | Todd C. Miller |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | Todd C. Miller |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1997-11-29 | Add __attribute__ for asprintf. | Todd C. Miller |
1997-11-29 | Implement asprintf(3) and vasprintf(3) functions similar to the | Todd C. Miller |
1996-10-28 | Do not enable putc() macro implementation if _POSIX_SOURCE is defined; | Thorsten Lockert |
1996-07-26 | export non-constipated sys_errlist[] to userland | Theo de Raadt |