summaryrefslogtreecommitdiff
path: root/tests/lib/libevent
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /tests/lib/libevent
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'tests/lib/libevent')
0 files changed, 0 insertions, 0 deletions
a9a79'>Use a bit array to keep track of malloced environment entries so we canchristos 2010-09-23PR/43899: Nicolas Joly: setenv(3)/unsetenv(3) memory leak.christos 2009-12-02Retain old variables when failed to allocate memory.enami 2008-11-01use the right variable in memcpy.christos 2008-10-31make __findenv return the offset for the new entry to be inserted whenchristos 2005-02-17remove extraneous `*' that caused a core-dump.christos 2005-02-17do some manual CSE.christos 2005-02-17Fix lint warning caused by last change.tron 2005-02-17Jump to just before the copy instead of after it. Saves 8 byte on i386.enami 2005-02-17Simplify, KNF and plug leaks. Compile test only.enami 2005-02-17Simplify and KNF. Instead of keeping track if the pointer was allocated,christos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-04-071003.1-2001 has introduced unsetenv() which differs from the currentkleink 2003-01-18Merge the nathanw_sa branch.thorpej 2002-11-11Fix signed/unsigned comparison warnings.thorpej