summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-03-19 20:46:50 -0800
committerTim Rice <tim@multitalents.net>2001-03-19 20:46:50 -0800
commitd9d5ba2bbde89fe058d8db39d0ec3f1d4ec5e6f8 (patch)
tree56018d9a73145c02752d15cd7810c39101b60916 /ChangeLog
parentd14d7021a14fd45705bd1f4833e2e63829c04449 (diff)
add get_arg_max(). Use sysconf() if ARG_MAX is not defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index adc3faae8..cc9aa378e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@
13 - (djm) Release 2.5.2p1 13 - (djm) Release 2.5.2p1
14- tim@mindrot.org 2001/03/19 18:33:47 [defines.h] 14- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
15 change S_ISLNK macro to work for UnixWare 2.03 15 change S_ISLNK macro to work for UnixWare 2.03
16- tim@mindrot.org 2001/03/19 20:45:11 [openbsd-compat/glob.c]
17 add get_arg_max(). Use sysconf() if ARG_MAX is not defined
16 18
1720010319 1920010319
18 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to 20 - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
@@ -4643,4 +4645,4 @@
4643 - Wrote replacements for strlcpy and mkdtemp 4645 - Wrote replacements for strlcpy and mkdtemp
4644 - Released 1.0pre1 4646 - Released 1.0pre1
4645 4647
4646$Id: ChangeLog,v 1.992 2001/03/20 02:31:44 tim Exp $ 4648$Id: ChangeLog,v 1.993 2001/03/20 04:46:50 tim Exp $