- Remove "PerfectGraphics", "Use XSHM extension", and "Use a private
[wine] / programs / regapi / regapi.c
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Andriy PalamarchukMade regapi scripts able to process .reg files in regedit
2001-11-09  François GougetCorrect handling of strings in setValue.
2001-11-06  François Gougetstrsep is not implemented on Solaris, replace it with...
2001-11-06  Hidenori TakeshimaThe 'dword' values should be stored as big endian values.
2001-06-06  Andreas MohrDocumentation updates.
2001-02-14  François GougetMisc typos in comments.
2001-01-26  Andreas MohrSome more cleanups.
2000-12-24  Gerald Pfeifer<malloc.h> is not ISO C, <stdlib.h> is.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-07-23  Francois GougetFixed int/HANDLE mismatches revealed by -DSTRICT.
2000-04-04  Gavriel StateThis patch adds the ability for regapi to call the...
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-11-12  Huw D M DaviesComment out explicit call to SHELL_SaveRegistry since...
1999-09-04  Huw D M Davieslstrncmpi isn't a windows API, use strncasecmp instead.
1999-06-06  Alexandre JulliardAvoid use of strncmpi (reported by Ron Cemer).
1999-05-08  Noomen HamzaBug fixes.
1999-03-14  Sylvain St.GermainAdded command line tool to access the registry.