History log of /openbsd-src/lib/libc/regex/regex2.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 6545ccd2 03-Jan-2021 tb <tb@openbsd.org>

Make CHIN() Boolean-valued and use this to turn an expression with a
quintuple negation into one with a simple negation.

From miod, ok millert


# 745d0dd7 03-Jan-2021 tb <tb@openbsd.org>

Turn macros into inline functions so that there is no need to document in
comments that they will evaluate their arguments multiple times.

From miod, ok millert


# a2944cb5 31-Dec-2020 millert <millert@openbsd.org>

Remove unused categories in re_guts; they are written to but never read.
From miod@, OK tb@


# 226353c6 30-Dec-2020 tb <tb@openbsd.org>

cclasses[] multis field is always an empty string. Remove it and code
dealing with it. This code was incomplete anyway.

from miod, ok millert


# 2be36617 17-Apr-2013 tedu <tedu@openbsd.org>

silence some warnings by adding prototypes, casts, and headers as
appropriate. in regex, stop using the struct hack for a fixed size array


# a1a76537 30-Nov-2004 otto <otto@openbsd.org>

remove useless comments, once used for header file generation and delete
parameter names from prototypes. ok millert@


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 621b3d91 30-Apr-1997 tholo <tholo@openbsd.org>

Be specific about using unsigned values


# 442a6afd 28-Apr-1997 millert <millert@openbsd.org>

- cast usages of *printf() to void since we don't check return val
- move an assert to be *before* a strcpy() where it can do some good.
- integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450,

- cast usages of *printf() to void since we don't check return val
- 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

show more ...


# b37692f8 12-Apr-1997 millert <millert@openbsd.org>

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 i

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)

show more ...


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree