| Commit message (Expand) | Author | Age | Files | Lines |
* | Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure | Tim J. Robbins | 2004-08-21 | 1 | -3/+3 |
* | Connect RAID3 GEOM class to the build. | Pawel Jakub Dawidek | 2004-08-16 | 1 | -1/+2 |
* | Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword. | Stefan Farfeleder | 2004-08-14 | 1 | -0/+2 |
* | Use tabulators after '#define'. | Stefan Farfeleder | 2004-08-14 | 1 | -5/+5 |
* | Sort in dictionary order. | Tim J. Robbins | 2004-08-12 | 1 | -1/+1 |
* | Implement wcwidth() as an inline function. | Tim J. Robbins | 2004-08-12 | 2 | -0/+18 |
* | Include _ctype.h instead of ctype.h to avoid namespace pollution. | Tim J. Robbins | 2004-08-12 | 1 | -1/+1 |
* | Move some internal macros and inlines from ctype.h to a new file, _ctype.h, | Tim J. Robbins | 2004-08-12 | 3 | -178/+9 |
* | Implement C99's standard header <tgmath.h>. It provides type-generic macros | Stefan Farfeleder | 2004-08-08 | 2 | -1/+168 |
* | Connect GEOM_MIRROR class to the build. | Pawel Jakub Dawidek | 2004-07-30 | 1 | -1/+1 |
* | Add __pure and __pure2 where appropriate. | Tim J. Robbins | 2004-07-23 | 1 | -11/+11 |
* | Mark functions pure where applicable. | Tim J. Robbins | 2004-07-23 | 1 | -11/+12 |
* | Mark functions pure where applicable. A notable exclusion is strcoll(), | Tim J. Robbins | 2004-07-23 | 1 | -13/+13 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 1 | -0/+4 |
* | Re-implement this file, including copyright notice. Keep David Xu as | Marcel Moolenaar | 2004-07-17 | 1 | -69/+31 |
* | Add fgetwln(), a wide character version of fgetln(). | Tim J. Robbins | 2004-07-16 | 1 | -0/+1 |
* | Add proc_service.h, the common file both debugger and libthread_db will | David Xu | 2004-07-15 | 2 | -1/+104 |
* | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | Tim J. Robbins | 2004-07-12 | 1 | -0/+1 |
* | Reduce namespace pollution. | Dag-Erling Smørgrav | 2004-07-09 | 1 | -0/+2 |
* | Add a function to iterate over all characters in a particular character | Tim J. Robbins | 2004-07-08 | 1 | -0/+1 |
* | Add implementations of ftw(3) and nftw(3) and the corresponding header | David Schultz | 2004-07-05 | 2 | -1/+109 |
* | Introduce GEOM_LABEL class. | Pawel Jakub Dawidek | 2004-07-02 | 1 | -1/+1 |
* | Fix typo: WRDE_DOOFS -> WRDE_DOOFFS. | Tim J. Robbins | 2004-06-30 | 1 | -1/+1 |
* | Now that <runetype.h> no longer brings in namespace pollution, | Tim J. Robbins | 2004-06-23 | 2 | -22/+0 |
* | Prefix the names of members of _RuneLocale and its sub-structures | Tim J. Robbins | 2004-06-23 | 4 | -33/+31 |
* | Adjust the system endian and a.out headers to be more MI and cross-building | David E. O'Brien | 2004-06-22 | 1 | -0/+2 |
* | Remove outdated comments. | Tim J. Robbins | 2004-06-20 | 1 | -3/+1 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+8 |
* | Fix typo in putwc(). | Tim J. Robbins | 2004-06-07 | 1 | -1/+1 |
* | Use __isctype() instead of __istype() for iswdigit() and iswxdigit() for | Tim J. Robbins | 2004-05-31 | 1 | -2/+2 |
* | Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They are | Stefan Farfeleder | 2004-05-30 | 1 | -6/+12 |
* | Remove the macros for creal{,f} and cimag{,f}. They failed to convert their | Stefan Farfeleder | 2004-05-30 | 1 | -7/+0 |
* | Correct some types in the yp structures; this fixes a number of problems | Thomas Moestl | 2004-05-27 | 1 | -14/+14 |
* | Bring back the macro versions of getwc(), getwchar(), putwc() and | Tim J. Robbins | 2004-05-27 | 2 | -0/+15 |
* | Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out. | Tim J. Robbins | 2004-05-25 | 1 | -8/+0 |
* | Fix typo in previous: getwc() should call fgetwc(), not the function | Tim J. Robbins | 2004-05-25 | 1 | -1/+1 |
* | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | Tim J. Robbins | 2004-05-25 | 1 | -0/+8 |
* | - Install includes used by STRIPE and NOP GEOM classes. | Pawel Jakub Dawidek | 2004-05-20 | 1 | -1/+1 |
* | Fix some^Wseveral style bugs from last commit. | Peter Edwards | 2004-05-12 | 1 | -1/+0 |
* | Fixed style bugs in previous commit (bogus forward declaration and | Bruce Evans | 2004-05-10 | 1 | -3/+1 |
* | The FTS_NOSTAT option is an optimisation that reduces the number | Peter Edwards | 2004-05-08 | 1 | -0/+3 |
* | - Look into geom/gate/ and geom/concat/ for includes. | Pawel Jakub Dawidek | 2004-04-30 | 1 | -2/+3 |
* | Make isblank() visible in the C99 namespace. | Tim J. Robbins | 2004-04-21 | 2 | -4/+16 |
* | Parenthesize function names in masking macros for getc() etc. for the | Tim J. Robbins | 2004-03-20 | 1 | -6/+6 |
* | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | Tim J. Robbins | 2004-03-17 | 1 | -0/+16 |
* | Don't try to pass off a struct sockaddr as a struct sockaddr_in when it | Dag-Erling Smørgrav | 2004-03-15 | 1 | -2/+2 |
* | Add skeleton build dirs for pf userland: | Max Laier | 2004-02-28 | 1 | -0/+8 |
* | Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com. | Bruce M Simpson | 2004-02-25 | 1 | -1/+4 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | Brian Feldman | 2004-02-25 | 2 | -3/+9 |
* | Add getopt_long_only() | Andrey A. Chernov | 2004-02-24 | 1 | -1/+3 |