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

i#3348 sym conflicts: Rename one-word global symbols, part 2 #3414

Merged
merged 2 commits into from
Mar 3, 2019

Conversation

derekbruening
Copy link
Contributor

Renames more single-word global symbols to help reduce the chance
of name conflicts:

  • s/initstack/d_r_initstack/
  • s/loginst/d_r_loginst/
  • s/logopnd/d_r_logopnd/
  • s/logtrace/d_r_logtrace/
  • s/mangle/d_r_mangle/
  • s/mangle/d_r_mangle/
  • s/MD5Init/d_r_md5_init/
  • s/MD5Final/d_r_md5_final/
  • s/MD5Update/d_r_md5_update/
  • s/notify/d_r_notify/
  • s/stackdump/d_r_stackdump/
  • s/stats/d_r_stats/

Issue: #3348

Renames more single-word global symbols to help reduce the chance
of name conflicts:

+ s/initstack/d_r_initstack/
+ s/loginst/d_r_loginst/
+ s/logopnd/d_r_logopnd/
+ s/logtrace/d_r_logtrace/
+ s/mangle/d_r_mangle/
+ s/mangle/d_r_mangle/
+ s/MD5Init/d_r_md5_init/
+ s/MD5Final/d_r_md5_final/
+ s/MD5Update/d_r_md5_update/
+ s/notify/d_r_notify/
+ s/stackdump/d_r_stackdump/
+ s/stats/d_r_stats/

Issue: #3348
@derekbruening derekbruening merged commit 6f40bca into master Mar 3, 2019
@derekbruening derekbruening deleted the i3348-rename-short-part2 branch March 3, 2019 02:54
derekbruening added a commit that referenced this pull request Mar 8, 2019
Renames multi-word global symbols with popular names in other software
to help reduce the chance of name conflicts:

s/config_{in,ex}it/d_r_config_{in,ex}it/
s/mutex_lock/d_r_mutex_lock/
s/mutex_unlock/d_r_mutex_unlock/
s/mutex_trylock/d_r_mutex_trylock/
s/mutex_delete/d_r_mutex_delete/
s/mutex_lock_app/d_r_mutex_lock_app/
s/mutex_mark_as_app/d_r_mutex_mark_as_app/
s/mutex_fork_reset/d_r_mutex_fork_reset/
s/read_lock/d_r_read_lock/
s/write_lock/d_r_write_lock/
s/write_unlock/d_r_write_unlock/
s/read_unlock/d_r_read_unlock/
s/write_trylock/d_r_write_trylock/
s/parse_word/d_r_parse_word/
s/parse_int/d_r_parse_int/
s/print_timestamp/d_r_print_timestamp/
s/get_thread_id/d_r_get_thread_id/
s/internal_error/d_r_internal_error/
s/safe_read/d_r_safe_read/

Issue: #3348
derekbruening added a commit that referenced this pull request Mar 8, 2019
Renames multi-word global symbols with popular names in other software
to help reduce the chance of name conflicts:

s/config_{in,ex}it/d_r_config_{in,ex}it/
s/mutex_lock/d_r_mutex_lock/
s/mutex_unlock/d_r_mutex_unlock/
s/mutex_trylock/d_r_mutex_trylock/
s/mutex_delete/d_r_mutex_delete/
s/mutex_lock_app/d_r_mutex_lock_app/
s/mutex_mark_as_app/d_r_mutex_mark_as_app/
s/mutex_fork_reset/d_r_mutex_fork_reset/
s/read_lock/d_r_read_lock/
s/write_lock/d_r_write_lock/
s/write_unlock/d_r_write_unlock/
s/read_unlock/d_r_read_unlock/
s/write_trylock/d_r_write_trylock/
s/parse_word/d_r_parse_word/
s/parse_int/d_r_parse_int/
s/print_timestamp/d_r_print_timestamp/
s/get_thread_id/d_r_get_thread_id/
s/internal_error/d_r_internal_error/
s/safe_read/d_r_safe_read/

Issue: #3348
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.

None yet

1 participant