Changeset 466b1c9 for doc/bibliography


Ignore:
Timestamp:
Mar 18, 2019, 2:32:26 PM (7 years ago)
Author:
tdelisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
Children:
78e109f
Parents:
76d3ca6 (diff), a927662 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r76d3ca6 r466b1c9  
    11461146    author      = {Tarditi, David and Elliott, Archibald Samuel and Ruef, Andrew and Hicks, Michael},
    11471147    title       = {Checked C: Making C Safe by Extension},
    1148     booktitle   = {2018 IEEE Cybersecurity Development (SecDev)},
    1149     publisher   = {IEEE},
    1150     year        = {2018},
    1151     month       = seep,
    1152     pages       = {53-60},
    1153     url         = {https://www.microsoft.com/en-us/research/publication/checkedc-making-c-safe-by-extension/},
     1148    booktitle   = {2018 IEEE Cybersecurity Development (SecDev)}
     1149    year = {2018},
     1150    month = {September},
     1151    pages = {53-60},
     1152    publisher = {IEEE},
     1153    url = {https://www.microsoft.com/en-us/research/publication/checkedc-making-c-safe-by-extension/},
     1154}
     1155
     1156@misc{Clang,
     1157    keywords = {clang},
     1158    contributer = {a3moss@uwaterloo.ca},
     1159    title = {Clang: a {C} language family frontend for {LLVM}},
     1160    howpublished = {\href{https://clang.llvm.org/}{https://\-clang.llvm.org/}},
     1161    note = {Accessed 2019-02-22}
    11541162}
    11551163
     
    22922300}
    22932301
     2302@article{Ritchie93,
     2303    keywords    = {C, history},
     2304    contributer = {pabuhr@plg},
     2305    author      = {Ritchie, Dennis M.},
     2306    title       = {The Development of the {C} Language},
     2307    journal     = sigplan,
     2308    volume      = 28,
     2309    number      = 3,
     2310    month       = mar,
     2311    year        = 1993,
     2312    pages       = {201--208},
     2313    url         = {http://doi.acm.org/10.1145/155360.155580},
     2314    publisher   = {ACM},
     2315    address     = {New York, NY, USA},
     2316}
     2317
    22942318@article{design,
    22952319    keywords    = {Smalltalk, designing classes},
     
    22992323    journal     = joop,
    23002324    year        = 1988,
    2301     volume      = 1, number = 2, pages = {22-35},
     2325    volume      = 1,
     2326    number      = 2,
     2327    pages       = {22-35},
    23022328    comment     = {
    23032329        Abstract classes represent standard protocols.  ``It is better to
     
    23842410    year        = 1990,
    23852411    pages       = {315-323}
     2412}
     2413
     2414@misc{Dotty-github,
     2415    keywords = {dotty,scala},
     2416    contributer = {a3moss@uwaterloo.ca},
     2417    author = {Martin Odersky},
     2418    title = {Dotty},
     2419    howpublished = {\href{https://github.com/lampepfl/dotty}{https://\-github.com/\-lampepfl/\-dotty}},
     2420    note = {Acessed: 2019-02-22}
    23862421}
    23872422
     
    24912526    pages       = {325-361},
    24922527}
     2528
     2529@article{Tarjan75,
     2530 keywords = {union-find},
     2531 contributer = {a3moss@uwaterloo.ca},
     2532 author = {Tarjan, Robert Endre},
     2533 title = {Efficiency of a Good But Not Linear Set Union Algorithm},
     2534 journal = {J. ACM},
     2535 issue_date = {April 1975},
     2536 volume = {22},
     2537 number = {2},
     2538 month = apr,
     2539 year = {1975},
     2540 issn = {0004-5411},
     2541 pages = {215--225},
     2542 numpages = {11},
     2543 url = {http://doi.acm.org/10.1145/321879.321884},
     2544 doi = {10.1145/321879.321884},
     2545 acmid = {321884},
     2546 publisher = {ACM},
     2547 address = {New York, NY, USA},
     2548}
    24932549
    24942550@book{Eiffel,
     
    42444300}
    42454301
     4302@misc{Matsakis17,
     4303    keywords    = {Rust, Chalk, PROLOG},
     4304    contributer = {a3moss@uwaterloo.ca},
     4305    author      = {Nicholas Matsakis},
     4306    title       = {Lowering {Rust} traits to logic},
     4307    month       = jan,
     4308    year        = 2017,
     4309    howpublished= {\href{http://smallcultfollowing.com/babysteps/blog/2017/01/26/lowering-rust-traits-to-logic/}
     4310                  {http://smallcultfollowing.com/\-babysteps/\-blog/\-2017/\-01/\-26/\-lowering-rust-traits-to-logic/}},
     4311    optnote     = {Accessed: 2019-01},
     4312}
     4313
    42464314@article{Cormack89,
    42474315    keywords    = {parsing, LR, error recovery},
     
    42764344    publisher   = {Motorola},
    42774345    year        = 1992,
     4346}
     4347
     4348@misc{Haberman16,
     4349    keywords    = {C++ template expansion},
     4350    contributer = {a3moss@uwaterloo.ca},
     4351    author      = {Josh Haberman},
     4352    title       = {Making arbitrarily-large binaries from fixed-size {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} code},
     4353    year        = 2016,
     4354    howpublished= {\href{http://blog.reverberate.org/2016/01/making-arbitrarily-large-binaries-from.html}
     4355                  {
     4356          {http://blog.reverberate.org/\-2016/\-01/\-making-arbitrarily-large-binaries-from.html}
     4357          }},
     4358    optnote     = {Accessed: 2016-09},
    42784359}
    42794360
Note: See TracChangeset for help on using the changeset viewer.