summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-232-4/+4
| | | | is used instead; kwesterback@home.com
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-3/+3
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* make function names the correct casederaadt1999-02-271-13/+13
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-2/+2
| | | | | | | | | | | | | 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
* realloc repairderaadt1998-08-141-4/+9
|
* use Bx macro for BSD versionsmickey1998-06-151-2/+4
|
* some -Wallmillert1998-03-191-18/+18
|
* Fix warningsmillert1997-08-242-120/+120
|
* convert to mdoc formatflipk1997-07-292-263/+320
|
* formattingmickey1997-07-171-3/+3
|
* Be specific about using unsigned valuestholo1997-04-301-23/+23
|
* Remove dead code and variablestholo1997-04-302-24/+2
|
* - cast usages of *printf() to void since we don't check return valmillert1997-04-2813-71/+131
| | | | | | - move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
* long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)millert1997-04-123-19/+19
|
* Remove dead codetholo1996-09-153-70/+5
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-1914-63/+17
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Make a proper lvalue in INCtholo1996-03-251-1/+1
|
* initial import of NetBSD treederaadt1995-10-1814-0/+4683