File Changes for galt
switch to commits view, user indexv293_preview2 to v293_base (2013-12-02 to 2013-12-09) v293
- src/hg/hgTables/gffOut.c
- lines changed 32, context: html, text, full: html, text
fixes #12274. Fixes a new problem in hgTables caused by a recent bugfix. This makes it super specific so that even the exonCount, exonStarts, and exonEnds match.
- src/hg/hgTracks/simpleTracks.c
- lines changed 3, context: html, text, full: html, text
fixing simple typos in comments
- src/lib/net.c
- lines changed 16, context: html, text, full: html, text
net.c dealing with FTP subtleties regarding url-encoding and the leading slash in the path requested
- src/lib/sqlList.c
- lines changed 44, context: html, text, full: html, text
these functions should be using dyCannibalize to avoid an extra clone and free that are unneeded. Probably this is very old code from before dyCannibalize was written.
switch to commits view, user index