winecfg: Winecfg is a program, not a library. So tweak the license and warranty messa...
[wine] / programs / regedit / regproc.c
2008-05-13  Alexandre Julliardregedit: Fix editing and exporting of zero-size strings.
2008-03-17  Aric Stewartregedit: Check for unicode file without using fseek.
2008-03-03  Alexandre Julliardregedit: Include the terminating null in string lengths.
2008-01-23  Eric Pouechregedit: Warn about newest unicode export from native...
2008-01-07  Alexandre Julliardregedit: Fixed parsing of hex sequences.
2007-12-07  Francois GougetAssorted spelling fixes.
2007-10-10  Stefan Leichterregedit: Replace call to delete_branch with RegDeleteTreeA.
2007-10-10  Francois Gougetregedit: Add support for 'regedit /E -', to export...
2007-08-13  Jason Edmeadesregedit: Fix importing of .reg hex.
2007-06-18  Francois Gougetregedit: Merge getRegClass() and getRegKeyName() to...
2007-06-18  Francois Gougetregedit: Don't allow square-bracketed registry paths...
2007-06-18  Francois Gougetregedit: Add missing '\n' to an error message.
2007-06-14  Francois Gougetregedit: Modify getRegClass() to avoid dubious comparis...
2007-06-14  Francois Gougetregedit: Having garbage after the dash in '"foo"=-...
2007-06-14  Francois Gougetregedit: The registry functions return standard error...
2007-06-14  Francois Gougetregedit: Make the dword and binary data parsing both...
2007-06-14  Francois Gougetregedit: If the data for a given value is in an unknown...
2007-06-14  Francois Gougetregedit: Remove cruft and make functions static, reorde...
2007-06-14  Francois Gougetregedit: Remove setAppName() as the application name...
2007-06-14  Francois Gougetregedit: Move PerformRegAction() and get_file_name...
2007-03-02  Lei Zhangregedit: Correctly parse key name containing ']' when...
2007-03-02  Lei Zhangregedit: Allow entering - for a key in a .reg file...
2007-03-02  Lei Zhangregedit: Removed dead code from regproc.c.
2007-03-01  Lei Zhangregedit: Correctly parse key name containing ']'.
2006-10-11  H. Verbeetregedit: Format warning fixes.
2006-07-29  Yuriy Kozlovregedit: Allow entering - for a value in a .reg file...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-19  Mike McCormackFix gcc 4.0 warnings.
2005-06-22  Stefan HuehnerRemove some more -Wstrict-prototypes warnings.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-08  Robert ReifAdded HKEY_DYN_DATA support.
2004-03-23  Francois GougetCompute dwLen after passing the string through
2003-12-08  Dimitrie O. PaunReformat regedit in a consistent manner.
2003-12-05  Francois GougetPrint error messages to stderr as is customary.
2003-11-20  Dimitrie O. PaunHeapReAlloc() does not allocate memory.
2003-10-28  Francois GougetWeekly spelling fixes.
2003-08-07  Alexandre JulliardAuthors: Robert Dickenson <robd@reactos.org>, Steven...
2002-11-06  Juraj HercekBug fixes related to sparc 4-byte boundary alignment.
2002-08-15  Andriy PalamarchukLinked regedit against msvcrt instead of the platform...
2002-06-28  Andriy PalamarchukFixed a few bugs, added processing of REG_MULTI_SZ...
2002-06-21  Bill Medland- Rework the line reading. This version uses a single...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-11  Andriy PalamarchukCreated regedit replacement. Fixed some bugs.