]> sjero.net Git - wget/blobdiff - src/ChangeLog
Turn --debug into no-op if compiled without debugging support
[wget] / src / ChangeLog
index 12f2a0489960a254d4cce2c58c4acd71f0a8850d..33eb5ed6a4ad6e6198e3cdccb1227136512d0e7a 100644 (file)
@@ -1,3 +1,13 @@
+2014-01-29  Darshit Shah  <darnir@gmail.com>
+
+       * main.c: Remove pre-processor variable WHEN_DEBUG
+       (option_data[]): Do not fail on --debug even if debug support is not
+       compiled in.
+       (main): Explicitly set opt.debug to false in case debugging support was not
+       compiled.
+       * init.c (commands[]): Support --debug wven when support is not compiled in.
+       * options.h: Same
+
 2014-01-17  Darshit Shah  <darnir@gmail.com>
 
        * init.c (commands[]): Add --no-config.