Changes in / [35a4b94d:721c3146]
- Files:
-
- 4 edited
-
doc/proposals/concurrency/text/frontpgs.tex (modified) (2 diffs)
-
doc/proposals/concurrency/thesis.tex (modified) (1 diff)
-
doc/proposals/concurrency/version (modified) (1 diff)
-
tools/repeat.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/concurrency/text/frontpgs.tex
r35a4b94d r721c3146 39 39 \vspace*{2.0cm} 40 40 41 Waterloo, Ontario, Canada, 201 8\\41 Waterloo, Ontario, Canada, 2017 \\ 42 42 43 43 \vspace*{1.0cm} 44 44 45 \copyright\ Thierry Delisle 201 8\\45 \copyright\ Thierry Delisle 2017 \\ 46 46 \end{center} 47 47 \end{titlepage} … … 154 154 % \newpage 155 155 156 % L I S T O F T A B L E S157 % -----------------------------158 \addcontentsline{toc}{chapter}{List of Acronyms}159 \printglossary[type=\acronymtype,title={List of Acronyms}]160 \cleardoublepage161 \phantomsection % allows hyperref to link to the correct page162 163 156 % Change page numbering back to Arabic numerals 164 157 \pagenumbering{arabic} -
doc/proposals/concurrency/thesis.tex
r35a4b94d r721c3146 125 125 \input{future} 126 126 127 \clearpage 128 \printglossary[type=\acronymtype] 129 \printglossary 127 130 128 131 \clearpage 129 130 % B I B L I O G R A P H Y131 % -----------------------------132 \addcontentsline{toc}{chapter}{Bibliography}133 132 \bibliographystyle{plain} 134 133 \bibliography{pl,local} 135 \cleardoublepage136 \phantomsection % allows hyperref to link to the correct page137 138 % G L O S S A R Y139 % -----------------------------140 \addcontentsline{toc}{chapter}{Glossary}141 \printglossary142 \cleardoublepage143 \phantomsection % allows hyperref to link to the correct page144 134 145 135 -
doc/proposals/concurrency/version
r35a4b94d r721c3146 1 0.11. 4031 0.11.391 -
tools/repeat.c
r35a4b94d r721c3146 26 26 if(print_iterations) { 27 27 printf("\r%d / %d", i, repetitions); 28 fflush(stdout);29 28 } 30 29 int retcode = run(); … … 48 47 fprintf(out, "Repeat CMD N times\n\n"); 49 48 fprintf(out, "\t-h,--help\tprint this usage message\n"); 50 fprintf(out, "\t-s\t \tstop on error\n");51 fprintf(out, "\t-i\t \toutput iterations instead of CMD stdout\n");52 fprintf(out, "\t-x\t \tprint CMD before running it\n");49 fprintf(out, "\t-s\tstop on error\n"); 50 fprintf(out, "\t-i\toutput iterations instead of CMD stdout\n"); 51 fprintf(out, "\t-x\tprint CMD before running it\n"); 53 52 exit(code); 54 53 }
Note:
See TracChangeset
for help on using the changeset viewer.