Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix whitespace, update some copyrights | Christopher Faylor | 2004-10-25 | 1 | -7/+7 |
| | |||||
* | * regtool.cc (usage): Add missing linefeed. Move example to --help | Corinna Vinschen | 2003-08-15 | 1 | -15/+17 |
| | | | | text. Fix forward slash description. | ||||
* | * cygcheck.cc (usage) Add description output. | Joshua Daniel Franklin | 2003-04-26 | 1 | -0/+1 |
| | |||||
* | Add final newlines to utils | Joshua Daniel Franklin | 2002-09-15 | 1 | -1/+2 |
| | |||||
* | * regtool.cc (find_key): Add support for custom key separator. | Christopher Faylor | 2002-08-13 | 1 | -3/+14 |
| | | | | (usage): Document it. | ||||
* | * regtool.cc (Fail): Be more verbose. | Corinna Vinschen | 2002-06-07 | 1 | -14/+54 |
| | | | | | | (find_key): Add support for remote registry access. (usage): Document it. * utils.sgml: Document it. | ||||
* | * regtool.cc (prog_name): New global variable. | Christopher Faylor | 2002-06-03 | 1 | -58/+127 |
| | | | | | | | | | (longopts): Ditto. (opts): Ditto. (usage): Standardize usage output. Rearrange/add descriptions. (print_version): New function. (main): Accomodate longopts and new --help, --version options. Add check for (_argv[optind+1] == NULL). | ||||
* | * regtool.cc (find_key): Handle keys with only one subkey. | Corinna Vinschen | 2001-07-15 | 1 | -4/+8 |
| | |||||
* | * regtool.cc (find_key): Revert previous change. | Christopher Faylor | 2001-06-28 | 1 | -7/+4 |
| | |||||
* | * regtool.cc (find_key): Allow '/' as a synonym for '\\'. | Christopher Faylor | 2001-06-27 | 1 | -3/+6 |
| | |||||
* | * regtool.cc (cmd_list): Add new registry display options. | Christopher Faylor | 2001-01-10 | 1 | -59/+85 |
| | | | | | | (cmd_list): Add code to implement -p, -k, and -l options. * regtool.cc (Fail): Add call to LocalFree to free memory allocated by FormatMessage. | ||||
* | more formatting changes. | Christopher Faylor | 2001-01-10 | 1 | -2/+4 |
| | |||||
* | * regtool.cc (translate): Ensure that 'c' is initialized. | Christopher Faylor | 2001-01-10 | 1 | -228/+245 |
| | | | | (cmd_set): Ditto for rv. | ||||
* | * regtool.cc (find_key): Add parameter `access'. | Corinna Vinschen | 2000-05-19 | 1 | -9/+9 |
| | | | | | | | | Call `RegOpenKeyEx' with that desired access. (cmd_add, cmd_remove, cmd_set, cmd_unset): Call `find_key' with KEY_ALL_ACCESS access. (cmd_list, cmd_check, cmd_get): Call `find_key' with KEY_READ access. | ||||
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+524 |