Fix some memory leaks found by smatch.
[wine] / programs / regapi /
2003-09-27  Michael StefaniucFix some memory leaks found by smatch.
2002-06-20  Andriy PalamarchukRemoved traces of the regedit unit tests.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-08  Raul Dias- Make possible to diff registry information that contains
2002-04-11  Andriy PalamarchukCreated regedit replacement. Fixed some bugs.
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-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
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-02-12  Andreas Mohr- TRACE opened registry handles
2001-01-26  Andreas MohrSome more cleanups.
2000-12-24  Gerald Pfeifer<malloc.h> is not ISO C, <stdlib.h> is.
2000-11-10  Alexandre JulliardBuild most programs as .so files.
2000-11-09  Alexandre JulliardAdded some missing imports.
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-08-04  Hidenori TakeshimaAdded a few missing imports.
2000-07-23  Francois GougetFixed int/HANDLE mismatches revealed by -DSTRICT.
2000-07-23  Francois GougetAdded -DSTRICT.
2000-05-18  Juergen LockMinor update.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-04  Gavriel StateThis patch adds the ability for regapi to call the...
2000-03-24  Patrik StridvallFixed ANSI C related compile problems.
2000-02-03  Ulrich WeigandAdded .spec files for all libtest/ and programs/ WineLi...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-11-12  Huw D M DaviesComment out explicit call to SHELL_SaveRegistry since...
1999-10-25  Alexandre JulliardAdded dependency on winestub.o
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-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-03-19  Sylvain St.GermainRemoved the chop command that was there to get rid...
1999-03-14  Sylvain St.GermainAdded command line tool to access the registry.