| Commit message (Expand) | Author | Age | Files | Lines |
* | catch up to __part_load_locale() interface change | phantom | 2001-02-13 | 4 | -19/+14 |
* | add additional function parameter: bufsize_min. it's possible | phantom | 2001-02-13 | 2 | -4/+7 |
* | mdoc(7) cleanup. | ru | 2001-02-12 | 1 | -90/+86 |
* | Sort PROT_* and MAP_* lists, logically and alphabetically respectively. | ru | 2001-02-12 | 1 | -44/+68 |
* | Make comparsions more clear (per style(9)) | phantom | 2001-02-12 | 3 | -4/+4 |
* | Assume that "" passed as parameter also means "no grouping" | phantom | 2001-02-12 | 1 | -3/+4 |
* | Rewrite __time_load_locale() using ldpart.c::__part_load_locale() | phantom | 2001-02-12 | 2 | -153/+15 |
* | Use .Rv macro instead of hardcoded message | phantom | 2001-02-12 | 1 | -6/+1 |
* | "Cross references in the SEE ALSO section should be sorted by section | ru | 2001-02-12 | 1 | -2/+2 |
* | mmap(3) -> mmap(2). | ru | 2001-02-12 | 1 | -2/+2 |
* | It sounded like a good idea at the time. The previous change breaks | peter | 2001-02-12 | 1 | -4/+0 |
* | Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and | peter | 2001-02-12 | 1 | -0/+4 |
* | o Fix build of libc broken in revision 1.2. offsetof() requires the | rwatson | 2001-02-12 | 1 | -0/+2 |
* | Catch up to new priority interface. | jake | 2001-02-12 | 1 | -4/+1 |
* | Remove (int) file descriptor locking. It should be up to the | deischen | 2001-02-11 | 11 | -512/+59 |
* | libc MT-safety, part 2. | deischen | 2001-02-11 | 22 | -104/+261 |
* | Mention PROT_NONE in the list of possible protections. | nik | 2001-02-11 | 1 | -0/+2 |
* | Include mmap(2) in the list of memory allocation functions. | nik | 2001-02-11 | 1 | -2/+10 |
* | .Xr to mmap. | nik | 2001-02-11 | 1 | -1/+2 |
* | Note that mmap(2) can allocate memory, as well as mapping existing files, | nik | 2001-02-11 | 1 | -1/+1 |
* | Add a man page for the dbm_* functions, and update the Makefile to link | nik | 2001-02-11 | 2 | -1/+211 |
* | Don't use hardcoded struct size, use offsetof() instead (make size calculations | phantom | 2001-02-11 | 1 | -5/+7 |
* | Don't try to convert grouping strings in case if C or POSIX locale | phantom | 2001-02-11 | 2 | -2/+2 |
* | make it possible to specify grouping number from range 0..CHAR_MAX, | phantom | 2001-02-10 | 1 | -3/+9 |
* | Use "namespace.h" and "un-namespace.h" | phantom | 2001-02-10 | 1 | -0/+2 |
* | . Fix semantics of grouping (LC_MONETARY::mon_grouping, | phantom | 2001-02-10 | 5 | -15/+84 |
* | Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98. | nyan | 2001-02-10 | 1 | -2/+2 |
* | mdoc(7) police: polishing. | ru | 2001-02-10 | 1 | -32/+43 |
* | mdoc(7) police: mark LC_NUMERIC with .Dv. | ru | 2001-02-10 | 4 | -5/+9 |
* | Improve language and code examples. | nik | 2001-02-10 | 1 | -31/+41 |
* | There are now compat libs for the Alpha too. | obrien | 2001-02-10 | 1 | -1/+4 |
* | The compat[34]x dists need to have their machine arch appended. | obrien | 2001-02-10 | 1 | -2/+2 |
* | Add 4x compat libs for Alpha. | obrien | 2001-02-10 | 3 | -0/+14822 |
* | Look to the future and make this easier to add libs to. | obrien | 2001-02-10 | 1 | -3/+14 |
* | Reformat the lib list. | obrien | 2001-02-10 | 1 | -3/+4 |
* | Note that decimal point taken from locale | ache | 2001-02-10 | 1 | -0/+3 |
* | Add more 3.5.1 libs that don't exist in 5-CURRENT. | obrien | 2001-02-10 | 6 | -4/+7032 |
* | Note that decimal point taken from locale (SUSv2) | ache | 2001-02-10 | 1 | -0/+3 |
* | Reformat the lib list. | obrien | 2001-02-10 | 1 | -4/+4 |
* | libc_r.so was bumped between 3.4 and 3.5[.1], so we need libc_r.so.4 also. | obrien | 2001-02-10 | 2 | -1/+6116 |
* | Update the i386 compat3x dist to the FreeBSD 3.5.1 libs. | obrien | 2001-02-10 | 16 | -8714/+8745 |
* | Take decimal point from locale instead of hardcoded '.' (SUSv2) | ache | 2001-02-10 | 1 | -9/+10 |
* | Note that decimal point character taken from locale (SUSv2) | ache | 2001-02-10 | 1 | -0/+3 |
* | Use decimal point from localeconv() instead of hardcoded '.' (SUSv2) | ache | 2001-02-10 | 1 | -6/+14 |
* | Note the fact that decimal point taken from locale (according to SUSv2) | ache | 2001-02-10 | 1 | -0/+2 |
* | Use decimap_point from localeconv() instead of hardcoded '.' | ache | 2001-02-10 | 1 | -1/+4 |
* | As temporary workaround for missing *grouping fields parser always return "no | ache | 2001-02-10 | 1 | -2/+10 |
* | According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back out | ache | 2001-02-10 | 3 | -7/+7 |
* | Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f) | ache | 2001-02-10 | 3 | -3/+7 |
* | Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY, | ache | 2001-02-10 | 2 | -4/+2 |