summaryrefslogtreecommitdiffstats
path: root/include/regex.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace __const by const in all non-contributed source code.ed2011-12-131-1/+1
| | | | | | As C1X is close to being released, there is no need to wrap around a feature that is already part of C90. Most of these files already use `const' in different placed as well.
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
| | | | Add a few $FreeBSD$
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressiontjr2004-07-121-0/+1
| | | | contains an illegal multibyte character sequence.
* Now I understand what Bruce was getting at - -1 can be parsed as twojkh2003-12-181-1/+1
| | | | | tokens, so it does indeed need to be parenthesized. Duh. Sometimes it can stare you right and the face and you still don't see it. Thanks, bde.
* Adjust in response to various bits of brucification:jkh2003-12-181-1/+1
| | | | | | | | | | | | | | 1) Fix style issues in comments. 2) Properly namespaceify changes 3) Appropriate sectioning of changes Not changed: parenthesis around macro rvalue. That would make the additions inconsistent with the other entries there, merely a different style violation rather than a clear and obvious improvement so I'm going to have to disagree with the judges on that one. If someone wishes to adjust *all* the rvalues to conform to fully parenthesized marco rule, that would be both consistent and reasonable but that's beyond the scope of the changes I wish to make at this time.
* OK, someone was tab happy in this file. A tab after #define?! OK, fine,jkh2003-12-171-1/+1
| | | | | I'll keep the same style regardless of the wisdom of it. :) Clarified by: eivind
* Conformance: Add REG_ENOSYS (see ↵jkh2003-12-171-0/+1
| | | | http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html)
* Cope with a GCC bug by using an alternative, but equivalent functionmike2002-10-031-1/+6
| | | | | | prototype for regexec(). Noticed by: robert
* o Add typedef for size_t.mike2002-10-021-4/+11
| | | | | | o Fix regoff_t typedef to not require <sys/types.h> as a prerequisite (specifically use `__off_t' instead of `off_t'). o Add restrict type-qualifier to function prototypes.
* Breath deep and take __P out of the system include files.imp2002-03-231-5/+5
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Back out all of yesterdays include file changes.eivind1997-05-071-1/+0
|
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-0/+1
| | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+106
OpenPOWER on IntegriCloud