File Changes for markd
switch to commits view, user indexv469_base to v470_preview (2024-08-05 to 2024-08-12) v470
Show details
- src/hg/mouseStuff/regionPicker/regionPicker.c
- lines changed 2, context: html, text, full: html, text
a56a50def2f2b52b39edf28d23ee8c4df43ad157 Sat Aug 10 02:08:21 2024 -0700
fix issue found by Angie where some of the bit function would SEGV because the bit count type was change from and int an unsigned 64-bit int and some code counted on it going negative. This provides a typedef for bit counts which is a signed 64-bit types
- src/inc/bits.h
- lines changed 28, context: html, text, full: html, text
a56a50def2f2b52b39edf28d23ee8c4df43ad157 Sat Aug 10 02:08:21 2024 -0700
fix issue found by Angie where some of the bit function would SEGV because the bit count type was change from and int an unsigned 64-bit int and some code counted on it going negative. This provides a typedef for bit counts which is a signed 64-bit types
- src/lib/bits.c
- lines changed 73, context: html, text, full: html, text
a56a50def2f2b52b39edf28d23ee8c4df43ad157 Sat Aug 10 02:08:21 2024 -0700
fix issue found by Angie where some of the bit function would SEGV because the bit count type was change from and int an unsigned 64-bit int and some code counted on it going negative. This provides a typedef for bit counts which is a signed 64-bit types
switch to commits view, user index