History log of /openbsd/lib/libc/regex/regfree.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 2e644783 28-Dec-2015 mmcc <mmcc@openbsd.org>

Remove NULL-checks before free() and unnecessary argument casts.

ok tb@


# b4c66e9d 28-Dec-2015 mmcc <mmcc@openbsd.org>

Remove NULL-checks before free() and a few related dead assignments.

ok and valuable input from millert@


# 25d6a9e8 14-Sep-2015 guenther <guenther@openbsd.org>

Wrap <langinfo.h> and <regexp.h> so internal calls go direct and
the symbols are weak


# 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


# 53b37aa9 05-Aug-2005 espie <espie@openbsd.org>

zap rcsid


# 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@


# 3d7c72a1 17-Oct-2004 otto <otto@openbsd.org>

ansify and deregister; no change in obj code. 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.


# 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 ...


# 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