summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
Commit message (Collapse)AuthorAgeFilesLines
* collate_range_cmp -> __collate_range_cmpache1996-10-311-4/+5
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-1/+3
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Convert to newly aded collate compare functionache1996-08-121-4/+4
|
* Remove static collcmp, use new internal function nowache1996-08-121-37/+4
|
* Use collate data for national alpha character ranges like [a-z]ache1996-08-111-4/+45
|
* Short value is better for hash due to easy overflow in 8bit charactersache1996-08-111-1/+1
|
* Use locale for character classes instead of hardcoded valuesache1996-08-114-37/+89
| | | | Misc 8bit cleanup
* General -Wall warning cleanup, part I.jkh1996-07-125-165/+169
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* 8bit clean fixesache1996-03-251-3/+5
|
* More cleanup.phk1995-10-223-4/+1
| | | | Uhm, I also forgot: I took "EXTRA_SANITY" out of malloc.c
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
|
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-051-2/+2
| | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2714-0/+4642
OpenPOWER on IntegriCloud