- 18 Jun, 2007 8 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
Keep track of the full registry path (including the root key) in currentKeyName. This makes the error messages more informative. Reduce the number of global variables used by openKey() & co. Only use one variable, currentKeyHandle, to indicate whether a key is currently open or not.
-
Francois Gouget authored
The only place they are allowed is in .reg files, so exclusively deal with them in processRegEntry(). Fix detection of the trailing ']' in processRegEntry(): it can be followed by some garbage.
-
Francois Gouget authored
-
Paul Vriens authored
-
- 15 Jun, 2007 24 commits
-
-
Alexandre Julliard authored
-
Evan Stade authored
-
Evan Stade authored
-
Jason Edmeades authored
-
Kolbjørn Fredheim authored
-
Lei Zhang authored
-
Misha Koshelev authored
-
Misha Koshelev authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
-
James Hawkins authored
-
Andrew Talbot authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Lei Zhang authored
-
Ulrich Czekalla authored
-
Damjan Jovanovic authored
-
John Klehm authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
- 14 Jun, 2007 8 commits
-
-
Alexander Nicolaysen Sørnes authored
-
Francois Gouget authored
-
Francois Gouget authored
Don't complain if the value already does not exist.
-
Francois Gouget authored
-
Francois Gouget authored
Make sure it does not modify the value if the data is invalid.
-
Francois Gouget authored
regedit: If the data for a given value is in an unknown format, then print an error and don't modify the value. Note that '"foo"=' is not valid.
-
Francois Gouget authored
regedit: Remove cruft and make functions static, reordering where necessary to avoid forward declarations. Remove the command parameter of processRegLines() as it can only be used with processRegEntry().
-
Francois Gouget authored
-