History log of /openbsd-current/regress/lib/libc/dirname/dirname_test.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.5 13-Dec-2021 deraadt

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.4 25-Feb-2017 jsg

Add missing includes to avoid implicit function declarations.


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.3 20-Oct-2007 miod

Give more details on failure.


# 1.2 20-Oct-2007 miod

Make this work on 64 bit platforms by using strlen() instead of sizeof()...
worked by accident.


Revision tags: OPENBSD_4_2_BASE
# 1.1 17-May-2007 ray

Add basename(3) and dirname(3) regression tests, from tbert.

OK otto@.


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.4 25-Feb-2017 jsg

Add missing includes to avoid implicit function declarations.


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.3 20-Oct-2007 miod

Give more details on failure.


# 1.2 20-Oct-2007 miod

Make this work on 64 bit platforms by using strlen() instead of sizeof()...
worked by accident.


Revision tags: OPENBSD_4_2_BASE
# 1.1 17-May-2007 ray

Add basename(3) and dirname(3) regression tests, from tbert.

OK otto@.