]> mj.ucw.cz Git - libucw.git/history - lib/runcmd.c
Save cache misses by keeping a copy of the hash value next to the pointer.
[libucw.git] / lib / runcmd.c
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-22 Martin MaresUse `char *' instead of `byte *' for strings
2007-06-21 Pavel CharvatThe great conversion of log() logging function to msg().
2007-06-21 Pavel Charvatlibucw: added several const qualifiers
2005-09-14 Martin MaresChecked and corrected all uses of va_args.
2005-08-30 Martin Maresva_lists need not be assignable. Use va_copy() instead.
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-04-10 Martin MaresAdded a simple test.
2004-04-10 Martin MaresAdded a couple of functions for running of external...