File Changes for tdreszer
switch to commits view, user indexv271_preview2 to v271_base (2012-07-31 to 2012-08-07) v271
- src/hg/inc/versionInfo.h
- src/inc/dsPrint.h
- lines changed 100, context: html, text, full: html, text
Adding dsPrint module for printing into a dyString based stack of buffers and then optionally printing to stdout.
- lines changed 16, context: html, text, full: html, text
By redefining printf, puts and putc in the header file and including that header in select c files, hgTrackUi can decide to add a box around the cfg dialog after it is written. This is useful since it is not clear whether a cfg will be written until it is tried. Openning the box beforehand can leave an empty box. This minor check-in does not include changes to any cgis, only the ability to do so.
- src/lib/dsPrint.c
- lines changed 328, context: html, text, full: html, text
Adding dsPrint module for printing into a dyString based stack of buffers and then optionally printing to stdout.
- lines changed 3, context: html, text, full: html, text
By redefining printf, puts and putc in the header file and including that header in select c files, hgTrackUi can decide to add a box around the cfg dialog after it is written. This is useful since it is not clear whether a cfg will be written until it is tried. Openning the box beforehand can leave an empty box. This minor check-in does not include changes to any cgis, only the ability to do so.
- src/lib/makefile
- lines changed 1, context: html, text, full: html, text
Adding dsPrint module for printing into a dyString based stack of buffers and then optionally printing to stdout.
- src/utils/qa/weeklybld/buildEnv.csh
switch to commits view, user index