Ignore:
Timestamp:
Mar 5, 2019, 1:36:51 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
97a1544
Parents:
17a1b21
Message:

second introduction update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r17a1b21 rca0f061f  
    11411141}
    11421142
     1143@inproceedings{Tarditi18,
     1144    keywords    = {Checked C},
     1145    contributer = {a3moss@uwaterloo.ca},
     1146    author      = {Tarditi, David and Elliott, Archibald Samuel and Ruef, Andrew and Hicks, Michael},
     1147    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/},
     1154}
     1155
    11431156@book{Yourdon79,
    11441157    keywords    = {software engineering},
     
    13011314    journal     = sigplan,
    13021315    year        = 1986,
    1303     month       = oct, volume = 21, number = 10, pages = {19-28},
     1316    month       = oct,
     1317    volume      = 21,
     1318    number      = 10,
     1319    pages       = {19-28},
    13041320    note        = {Object Oriented Programming Workshop}
    13051321}
     
    77917807% Y
    77927808
     7809@article{Boehm12,
     7810    keywords    = {memory model, race condition},
     7811    contributer = {pabuhr@plg},
     7812    author      = {Boehm, Hans-J. and Adve, Sarita V.},
     7813    title       = {You Don'T Know Jack About Shared Variables or Memory Models},
     7814    journal     = cacm,
     7815    volume      = 55,
     7816    number      = 2,
     7817    month       = feb,
     7818    year        = 2012,
     7819    pages       = {48--54},
     7820    publisher   = {ACM},
     7821    address     = {New York, NY, USA},
     7822}
     7823
    77937824% Z
    77947825
Note: See TracChangeset for help on using the changeset viewer.