| 2010-05-01 Jonathan Yong <jon_y@users.sourceforge.net> |
| |
| * src/fsredir.h (doredirect): Declare. |
| * src/fsredir.c (doredirect): New. |
| (undoredirect): Likewise. |
| * src/gendef.c: (main): Use doredirect. |
| (show_usage): Add new option. |
| (opt_chain): Handle new option. |
| |
| 2010-03-20 Kai Tietz <kai.tietz@onevision.com> |
| |
| * src/gendef_def.c (gendef_getsymbol_info): Handle ordinals forwarders, |
| too. |
| |
| 2010-02-28 Ozkan Sezer <sezeroz@gmail.com> |
| |
| * src/gendef.c (load_pep): always set gDta to NULL after freeing it. |
| (main): Likewise. |
| |
| 2010-02-23 Kai Tietz <kai.tietz@onevision.com> |
| |
| * src/gendef.c (no_forward_output): New variable |
| for option -f/--no-forward-ouput. |
| (opt_chain): Handle new options. |
| (add_export_list): Handle no_forward_output. |
| (show_usage): Add new option. |
| |