Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes for modules used by tx #425

Merged
merged 13 commits into from
Jun 19, 2018
Merged

fixes for modules used by tx #425

merged 13 commits into from
Jun 19, 2018

Conversation

cjchapman
Copy link
Contributor

@cjchapman cjchapman commented Jun 15, 2018

@miguelsousa (et al.), I'll be making a series of changes in uforead.c, cleaning up various issues in the code, in the hopes of fixing tx. I'm doing this one step at a time to check the effect each change has on AppVeyor (and Travis). I'll let you know when I'm done.

UPDATE: I'm broadening the scope to include other modules used by tx.

@cjchapman cjchapman changed the title fixes for uforead.c issues (in the hopes of fixing tx issues) fixes for modules used by tx Jun 15, 2018
@miguelsousa
Copy link
Member

@cjchapman I'm going to add a test case for the trademark string handling

cjchapman and others added 8 commits June 18, 2018 15:46
automatically converted tabs to spaces using Sublime Text 3
removed all unused code, removed all code that has no effect, fixed some long vs. int issues, added a missing switch case
(the original code was incorrectly setting the pointer to the copyright symbol character to NULL, rather than the character itself)
[this is cjchapman borrowing msousa's computer]
@miguelsousa
Copy link
Member

@cjchapman I think this is ready to merge

[skip ci]
@cjchapman cjchapman merged commit 29900b3 into develop Jun 19, 2018
@cjchapman cjchapman deleted the fix-uforead-issues branch June 19, 2018 16:51
schriftgestalt pushed a commit to schriftgestalt/afdko that referenced this pull request May 18, 2019
readufo.c
* converted to using space instead of tabs, removed trailing whitespace
* removed unused code and code that has no effect
* fixed uninitialized/garbage values
* fixed potential null pointer dereferences
* fixed long vs. int issues
* added a missing switch case
* fixed code for replacing copyright symbol (©) with the word "Copyright" in trademark strings

pubtypes.h & supportpublictypes.h
* removed unused typedefs for PVoidProc which were causing Xcode warnings

tx_test.py & tx_data/*
* added tx test case for copyright symbol (©) handling

differ.py
* added safeguard against failing to read text file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants