ack/util/ego/em_ego
David Given 2b6d251dec Fix a fun bug where, every now again, ego would get its temporary files mangled
and generate invalid calls to the optimisers.

Previously ego would generate a temporary file template that looked like
/tmp/ego.A.BB.XXXXXX, call mktemp() on it to randomise the XXXXXX, and then
replace A and BB with data.

However, it used strrchr to find the A and B. Which would fine, except when
mktemp produced an A or a B in the randomised part...

This code was written on 4 March 1991. I was 16.
2016-08-22 23:53:01 +02:00
..
.distr Updated .distr files for the new release. 2007-02-25 12:51:55 +00:00
em_ego.c Fix a fun bug where, every now again, ego would get its temporary files mangled 2016-08-22 23:53:01 +02:00
proto.make Header --> Id 1994-06-24 11:31:16 +00:00