ack/util/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
..
bo Delete 689 undead files. 2012-09-20 22:26:32 -04:00
ca ego now builds and is used. 2016-08-21 22:01:19 +02:00
cf ego now builds and is used. 2016-08-21 22:01:19 +02:00
cj Delete 689 undead files. 2012-09-20 22:26:32 -04:00
cs Build ego. 2013-05-15 21:14:06 +01:00
descr ego now builds and is used. 2016-08-21 22:01:19 +02:00
em_ego Fix a fun bug where, every now again, ego would get its temporary files mangled 2016-08-22 23:53:01 +02:00
ic ego now builds and is used. 2016-08-21 22:01:19 +02:00
il ego now builds and is used. 2016-08-21 22:01:19 +02:00
lv Delete 689 undead files. 2012-09-20 22:26:32 -04:00
ra ego now builds and is used. 2016-08-21 22:01:19 +02:00
share Forgot to check a file in. 2016-08-22 22:45:32 +02:00
sp Delete 689 undead files. 2012-09-20 22:26:32 -04:00
sr Build ego. 2013-05-15 21:14:06 +01:00
ud Delete 689 undead files. 2012-09-20 22:26:32 -04:00
.distr Update distribution files. 2013-05-15 23:46:15 +01:00
Action Initial revision 1987-01-13 11:31:24 +00:00
build.lua ego now builds and is used. 2016-08-21 22:01:19 +02:00
build.mk Newer versions of GNU Make have a new function which collides with a 2015-03-22 12:09:46 +01:00