File Changes for tdreszer
switch to commits view, user indexv250_preview2 to v250_base (2011-04-12 to 2011-04-19) v250
- src/hg/encode/encodeLoad/doEncodeUnload.pl
- lines changed 1, context: html, text, full: html, text
Fixed uploader bug that I caused and Angie caught in code review.
- src/hg/encode/encodePatchTdb/tests/expected/add1.ra
- lines changed 1, context: html, text, full: html, text
Updated tests that should have been updated long ago.
- src/hg/encode/encodePatchTdb/tests/expected/add3.ra
- lines changed 3, context: html, text, full: html, text
Updated tests that should have been updated long ago.
- src/hg/encode/encodePatchTdb/tests/expected/composite.ra
- lines changed 1, context: html, text, full: html, text
Updated tests that should have been updated long ago.
- src/hg/encode/encodePatchTdb/tests/expected/replace1.ra
- lines changed 1, context: html, text, full: html, text
Updated tests that should have been updated long ago.
- src/hg/encode/encodePatchTdb/tests/expected/replace3.ra
- lines changed 3, context: html, text, full: html, text
Updated tests that should have been updated long ago.
- src/hg/encode/encodePatchTdb/tests/expected/replace3NoComment.ra
- lines changed 3, context: html, text, full: html, text
Updated tests that should have been updated long ago.
- src/hg/encode/encodeValidate/doEncodeValidate.pl
- lines changed 2, context: html, text, full: html, text
Fixed file naming bug that Venkat found.
- lines changed 1, context: html, text, full: html, text
Another one found by Venkat
- src/hg/inc/encode/encodeExp.h
- lines changed 3, context: html, text, full: html, text
Turned on expId and dccAccession updating in mdbUpdate. Removed old expTbl function from mdbPrint
- lines changed 2, context: html, text, full: html, text
Fixed mdbUpdate -encodeExp to not require two rounds when updating both tables.
- src/hg/inc/mdb.h
- lines changed 3, context: html, text, full: html, text
Turned on expId and dccAccession updating in mdbUpdate. Removed old expTbl function from mdbPrint
- src/hg/js/hui.js
- lines changed 1, context: html, text, full: html, text
Fix for redmine 1411. Unchecking subtrack failed to grey matrix CB in 1D matrix.
- lines changed 3, context: html, text, full: html, text
One more adjustment to the third state matrix CB for redmine 1411
- src/hg/lib/encode/encodeExp.c
- lines changed 10, context: html, text, full: html, text
Turned on expId and dccAccession updating in mdbUpdate. Removed old expTbl function from mdbPrint
- lines changed 14, context: html, text, full: html, text
Fixed mdbUpdate -encodeExp to not require two rounds when updating both tables.
- src/hg/lib/mdb.c
- lines changed 2, context: html, text, full: html, text
Fixed bug that tripped up Kate's encodeExp.
- lines changed 32, context: html, text, full: html, text
Turned on expId and dccAccession updating in mdbUpdate. Removed old expTbl function from mdbPrint
- lines changed 7, context: html, text, full: html, text
Fixed mdbUpdate -encodeExp to not require two rounds when updating both tables.
- src/hg/lib/trackDbCustom.c
- lines changed 3, context: html, text, full: html, text
Initial checkin of continuation char support in RA files
- lines changed 4, context: html, text, full: html, text
Streamlined and optimized continuation line code as Jim's suggests this is critical path.
- src/hg/lib/web.c
- lines changed 2, context: html, text, full: html, text
Ouch. I stepped on Galt's last change. Luckily Angie caught it in code review.
- src/hg/makeDb/mdbUpdate/mdbPrint.c
- lines changed 2, context: html, text, full: html, text
Removed reference to obsolete countObjs option which Kate tripped on
- lines changed 89, context: html, text, full: html, text
Turned on expId and dccAccession updating in mdbUpdate. Removed old expTbl function from mdbPrint
- src/hg/makeDb/mdbUpdate/mdbUpdate.c
- lines changed 11, context: html, text, full: html, text
Turned on expId and dccAccession updating in mdbUpdate. Removed old expTbl function from mdbPrint
- src/hg/makeDb/trackDbPatch/trackDbPatch.c
- lines changed 37, context: html, text, full: html, text
Initial checkin of continuation char support in RA files
- src/inc/common.h
- lines changed 3, context: html, text, full: html, text
Added routine to find the last non-whitespace char in a string
- lines changed 1, context: html, text, full: html, text
Checked in minor changes from Jim's review. Only think of consequence here is the dyStringLen macro had been using strlen, when the stringSize is part of the structure
- src/inc/dystring.h
- lines changed 1, context: html, text, full: html, text
Fixed an inefficient macro from long ago. Jim caought this in code review
- src/inc/linefile.h
- lines changed 16, context: html, text, full: html, text
Add simple support for reading lines with continuation characters as single lines.
- lines changed 1, context: html, text, full: html, text
Checked in minor changes from Jim's review. Only think of consequence here is the dyStringLen macro had been using strlen, when the stringSize is part of the structure
- lines changed 4, context: html, text, full: html, text
Streamlined and optimized continuation line code as Jim's suggests this is critical path.
- src/inc/ra.h
- lines changed 30, context: html, text, full: html, text
Initial checkin of continuation char support in RA files
- lines changed 2, context: html, text, full: html, text
The param should have been TRE=joined
- lines changed 2, context: html, text, full: html, text
Checked in minor changes from Jim's review. Only think of consequence here is the dyStringLen macro had been using strlen, when the stringSize is part of the structure
- src/lib/common.c
- lines changed 15, context: html, text, full: html, text
Added routine to find the last non-whitespace char in a string
- lines changed 1, context: html, text, full: html, text
Checked in minor changes from Jim's review. Only think of consequence here is the dyStringLen macro had been using strlen, when the stringSize is part of the structure
- src/lib/linefile.c
- lines changed 80, context: html, text, full: html, text
Add simple support for reading lines with continuation characters as single lines.
- lines changed 6, context: html, text, full: html, text
Checked in minor changes from Jim's review. Only think of consequence here is the dyStringLen macro had been using strlen, when the stringSize is part of the structure
- lines changed 87, context: html, text, full: html, text
Streamlined and optimized continuation line code as Jim's suggests this is critical path.
- src/lib/ra.c
- lines changed 174, context: html, text, full: html, text
Initial checkin of continuation char support in RA files
- lines changed 7, context: html, text, full: html, text
Checked in minor changes from Jim's review. Only think of consequence here is the dyStringLen macro had been using strlen, when the stringSize is part of the structure
- lines changed 90, context: html, text, full: html, text
Streamlined and optimized continuation line code as Jim's suggests this is critical path.
switch to commits view, user index