Changes in / [35a4b94d:721c3146]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/concurrency/text/frontpgs.tex

    r35a4b94d r721c3146  
    3939        \vspace*{2.0cm}
    4040
    41         Waterloo, Ontario, Canada, 2018 \\
     41        Waterloo, Ontario, Canada, 2017 \\
    4242
    4343        \vspace*{1.0cm}
    4444
    45         \copyright\ Thierry Delisle 2018 \\
     45        \copyright\ Thierry Delisle 2017 \\
    4646        \end{center}
    4747\end{titlepage}
     
    154154% \newpage
    155155
    156 % L I S T   O F   T A B L E S
    157 % -----------------------------
    158 \addcontentsline{toc}{chapter}{List of Acronyms}
    159 \printglossary[type=\acronymtype,title={List of Acronyms}]
    160 \cleardoublepage
    161 \phantomsection         % allows hyperref to link to the correct page
    162 
    163156% Change page numbering back to Arabic numerals
    164157\pagenumbering{arabic}
  • doc/proposals/concurrency/thesis.tex

    r35a4b94d r721c3146  
    125125\input{future}
    126126
     127\clearpage
     128\printglossary[type=\acronymtype]
     129\printglossary
    127130
    128131\clearpage
    129 
    130 % B I B L I O G R A P H Y
    131 % -----------------------------
    132 \addcontentsline{toc}{chapter}{Bibliography}
    133132\bibliographystyle{plain}
    134133\bibliography{pl,local}
    135 \cleardoublepage
    136 \phantomsection         % allows hyperref to link to the correct page
    137 
    138 % G L O S S A R Y
    139 % -----------------------------
    140 \addcontentsline{toc}{chapter}{Glossary}
    141 \printglossary
    142 \cleardoublepage
    143 \phantomsection         % allows hyperref to link to the correct page
    144134
    145135
  • doc/proposals/concurrency/version

    r35a4b94d r721c3146  
    1 0.11.403
     10.11.391
  • tools/repeat.c

    r35a4b94d r721c3146  
    2626                if(print_iterations) {
    2727                        printf("\r%d / %d", i, repetitions);
    28                         fflush(stdout);
    2928                }
    3029                int retcode = run();
     
    4847        fprintf(out, "Repeat CMD N times\n\n");
    4948        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");
    5352        exit(code);
    5453}
Note: See TracChangeset for help on using the changeset viewer.