Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    rbace538 r1f9a4d0  
    990990}
    991991
    992 @techreport{cfa-cc,
    993     keywords    = {Cforall, cfa-cc, transpiler},
    994     contributer = {pabuhr@plg},
    995     title       = {{\textsf{cfa-cc}} Developer's Reference Manual},
    996     author      = {Fangren Yu},
    997     institution = {School of Computer Science},
    998     address     = {University of Waterloo, Waterloo, Ontario, Canada},
    999     month       = aug,
    1000     year        = {2020},
    1001     note        = {\href{https://cforall.uwaterloo.ca/doc/Fangren_Yu_Report_S20.pdf}{https://\-cforall.uwaterloo.ca/\-doc/\-Fangren\_Yu\_Report\_S20.pdf}},
    1002 }
    1003 
    1004992@article{Moss18,
    1005993    keywords    = {type systems, polymorphism, tuples, Cforall},
     
    10521040    keywords    = {type system, generic type, resolution algorithm, type environment, Cforall},
    10531041    author      = {Aaron Moss},
    1054     title       = {\textsf{C}\,$\mathbf{\forall}$ Type System Implementation},
     1042    title       = {\textsf{C}$\mathbf{\forall}$ Type System Implementation},
    10551043    school      = {School of Computer Science, University of Waterloo},
    10561044    year        = 2019,
     
    11731161    keywords    = {ctrie, concurrent map},
    11741162    contributer = {a3moss@uwaterloo.ca},
    1175     title       = {Cache-aware lock-free concurrent hash tries},
    1176     author      = {Prokopec, Aleksandar and Bagwell, Phil and Odersky, Martin},
    1177     institution = {EPFL},
    1178     year        = {2011}
     1163    title       ={Cache-aware lock-free concurrent hash tries},
     1164    author      ={Prokopec, Aleksandar and Bagwell, Phil and Odersky, Martin},
     1165    institution ={EPFL},
     1166    year        ={2011}
    11791167}
    11801168
     
    39403928    school      = {School of Computer Science, University of Waterloo},
    39413929    year        = 2003,
    3942     optaddress  = {Waterloo, Ontario, Canada, N2L 3G1},
     3930    address     = {Waterloo, Ontario, Canada, N2L 3G1},
    39433931    note        = {\href{http://plg.uwaterloo.ca/theses/BilsonThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-BilsonThesis.pdf}},
    39443932}
     
    52225210}
    52235211
    5224 @manual{gcc-nested-func,
    5225     keywords    = {gcc nested functions},
    5226     contributer = {pabuhr@plg},
    5227     key         = {gcc nested functions},
    5228     title       = {Nested Functions},
    5229     organization= {{gcc} 9.3 Manual},
    5230     year        = 2019,
    5231     note        = {\href{https://gcc.gnu.org/onlinedocs/gcc-9.3.0/gcc/Nested-Functions.html}{https://\-gcc.gnu.org/\-onlinedocs/\-gcc-9.3.0/\-gcc/\-Nested-Functions.html}},
    5232 }
    5233 
    52345212@article{Haddon77,
    52355213    keywords    = {monitors, nested monitor calls},
     
    74357413}
    74367414
    7437 @manual{POSIX17,
    7438     keywords    = {POSIX, Standard},
    7439     contributer = {pabuhr@plg},
    7440     key         = {POSIX},
    7441     title       = {1003.1 Standard for Information Technology -- Portable Operating System Interface (POSIX), Base Specifications, Issue 7},
    7442     organization= {IEEE and The Open Group},
    7443     year        = 2017,
    7444     note        = {\href{https://pubs.opengroup.org/onlinepubs/9699919799}{https://\-pubs.opengroup.org/\-onlinepubs/\-9699919799}},
    7445 }
    7446 
    74477415@inproceedings{ML:NJ,
    74487416    keywords    = {continuations, ML},
Note: See TracChangeset for help on using the changeset viewer.